public abstract class AbstractIntSet extends AbstractIntCollection implements IntSet
ISizeProvider.CollectionSize| Constructor and Description |
|---|
AbstractIntSet() |
| Modifier and Type | Method and Description |
|---|---|
AbstractIntSet |
copy()
A Function that does a shallow clone of the Collection itself.
|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
abstract IntIterator |
iterator()
Returns a Type-Specific Iterator to reduce (un)boxing
|
add, addAll, addAll, contains, contains, containsAll, containsAll, containsAny, containsAny, remInt, remove, removeAll, removeAll, retainAll, retainAll, toIntArray, toIntArrayclear, isEmpty, removeAll, retainAll, size, toArray, toArray, toStringadd, contains, remInt, remove, remove, spliterator, synchronize, synchronize, unmodifiableaddAll, clear, containsAll, isEmpty, removeAll, retainAll, size, toArray, toArrayadd, addAll, addAll, addAll, addAll, contains, containsAll, containsAny, containsAny, parallelPrimitiveStream, pour, primitiveStream, remIf, removeAll, removeAll, removeIf, retainAll, retainAll, toIntArray, toIntArrayarrayflatMap, asAsync, count, distinct, filter, findFirst, flatMap, forEach, forEach, forEach, forEachIndexed, limit, map, matchesAll, matchesAny, matchesNone, peek, pourAsList, pourAsSet, reduce, reduce, repeat, sortedof, sizepublic abstract IntIterator iterator()
IntCollectioniterator in interface java.lang.Iterable<java.lang.Integer>iterator in interface java.util.Collection<java.lang.Integer>iterator in interface java.util.Set<java.lang.Integer>iterator in interface IntCollectioniterator in interface IntIterableiterator in interface IntSetiterator in class AbstractIntCollectionCollection.iterator()public AbstractIntSet copy()
IntCollectioncopy in interface IntCollectioncopy in interface IntSetcopy in class AbstractIntCollectionpublic int hashCode()
hashCode in interface java.util.Collection<java.lang.Integer>hashCode in interface java.util.Set<java.lang.Integer>hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in interface java.util.Collection<java.lang.Integer>equals in interface java.util.Set<java.lang.Integer>equals in class java.lang.Object