Class IntegerList
- All Implemented Interfaces:
Iterable<Integer>,Collection<Integer>,List<Integer>,ISafeCollection
covert 没法转换泛型对象.
* 自定一个
- Author:
- qiunet 2020/3/11 08:24
-
Constructor Summary
ConstructorsConstructorDescriptionIntegerList(int initialCapacity) IntegerList(Collection<? extends Integer> c) -
Method Summary
Methods inherited from class org.qiunet.utils.collection.safe.SafeList
add, add, addAll, addAll, clear, contains, containsAll, convertToUnmodifiable, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArrayMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
equals, hashCode, replaceAll, sort, spliterator
-
Constructor Details
-
IntegerList
public IntegerList(int initialCapacity) -
IntegerList
public IntegerList() -
IntegerList
-