此操作不支持不可修改的列表。
void operator []=(int index, E value) { throw new UnsupportedError("Cannot modify an unmodifiable list"); }