此操作不支持不可修改的列表。
void addAll(Iterable<E> iterable) { throw new UnsupportedError("Cannot add to an unmodifiable list"); }