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