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