Class IntegerSet
java.lang.Object
org.qiunet.utils.collection.safe.SafeHashSet<Integer>
org.qiunet.utils.collection.generics.IntegerSet
- All Implemented Interfaces:
Iterable<Integer>,Collection<Integer>,Set<Integer>,ISafeCollection
covert 没法转换泛型对象.
* 自定一个
- Author:
- qiunet 2020/3/11 08:23
-
Constructor Summary
ConstructorsConstructorDescriptionIntegerSet(int initialCapacity) IntegerSet(int initialCapacity, float loadFactor) IntegerSet(Collection<? extends Integer> c) -
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
-
IntegerSet
public IntegerSet() -
IntegerSet
-
IntegerSet
public IntegerSet(int initialCapacity, float loadFactor) -
IntegerSet
public IntegerSet(int initialCapacity)
-