Class StringSet
- All Implemented Interfaces:
Iterable<String>,Collection<String>,Set<String>,ISafeCollection
covert 没法转换泛型对象.
自定一个
- Author:
- qiunet 2020/3/11 08:23
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.qiunet.utils.collection.safe.SafeHashSet
add, addAll, clear, contains, containsAll, convertToUnmodifiable, isEmpty, iterator, remove, removeAll, retainAll, size, 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.Set
equals, hashCode, spliterator
-
Constructor Details
-
StringSet
public StringSet() -
StringSet
-
StringSet
public StringSet(int initialCapacity, float loadFactor) -
StringSet
public StringSet(int initialCapacity)
-