Class LongList
- All Implemented Interfaces:
Iterable<Long>,Collection<Long>,List<Long>,ISafeCollection
covert 没法转换泛型对象.
* 自定一个
- Author:
- qiunet 2020/3/11 08:24
-
Constructor Summary
ConstructorsConstructorDescriptionLongList()LongList(int initialCapacity) LongList(Collection<? extends Long> 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
-
LongList
public LongList(int initialCapacity) -
LongList
public LongList() -
LongList
-