public interface IntSet extends IntCollection, Set<Integer>
Set specialization with int elements.IntSetFactory| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Integer e)
Deprecated.
Use specialization
IntCollection.add(int) instead |
add, contains, contains, cursor, forEach, forEachWhile, iterator, remove, removeIf, removeInt, toArray, toArray, toArray, toIntArrayclear, ensureCapacity, isEmpty, shrink, size, sizeAsLong@Deprecated boolean add(@Nonnull Integer e)
IntCollection.add(int) insteadIntCollection.add(Integer).add in interface Collection<Integer>add in interface IntCollectionadd in interface Set<Integer>e - element whose presence in this collection is to be ensured