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