不可修改的列表不支持此操作。
void insert(int index, E element) { throw new UnsupportedError("Cannot add to an unmodifiable list"); }