此操作不支持不可修改的列表。
void setRange(int start, int end, Iterable<E> iterable, [int skipCount = 0]) { throw new UnsupportedError("Cannot modify an unmodifiable list"); }