public abstract class AbstractLongSet extends AbstractLongCollection implements LongSet
ISizeProvider.CollectionSize| Constructor and Description |
|---|
AbstractLongSet() |
| Modifier and Type | Method and Description |
|---|---|
AbstractLongSet |
copy()
A Function that does a shallow clone of the Collection itself.
|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
abstract LongIterator |
iterator()
Returns a Type-Specific Iterator to reduce (un)boxing
|
add, addAll, addAll, contains, contains, containsAll, containsAll, containsAny, containsAny, remLong, remove, removeAll, removeAll, retainAll, retainAll, toLongArray, toLongArrayclear, isEmpty, removeAll, retainAll, size, toArray, toArray, toStringadd, contains, remLong, 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, toLongArray, toLongArrayarrayflatMap, asAsync, count, distinct, filter, findFirst, flatMap, forEach, forEach, forEach, forEachIndexed, limit, map, matchesAll, matchesAny, matchesNone, peek, pourAsList, pourAsSet, reduce, reduce, repeat, sortedof, sizepublic abstract LongIterator iterator()
LongCollectioniterator in interface java.lang.Iterable<java.lang.Long>iterator in interface java.util.Collection<java.lang.Long>iterator in interface java.util.Set<java.lang.Long>iterator in interface LongCollectioniterator in interface LongIterableiterator in interface LongSetiterator in class AbstractLongCollectionCollection.iterator()public AbstractLongSet copy()
LongCollectioncopy in interface LongCollectioncopy in interface LongSetcopy in class AbstractLongCollectionpublic int hashCode()
hashCode in interface java.util.Collection<java.lang.Long>hashCode in interface java.util.Set<java.lang.Long>hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in interface java.util.Collection<java.lang.Long>equals in interface java.util.Set<java.lang.Long>equals in class java.lang.Object