public abstract class AbstractShortSet extends AbstractShortCollection implements ShortSet
| Constructor and Description |
|---|
AbstractShortSet() |
| Modifier and Type | Method and Description |
|---|---|
AbstractShortSet |
copy()
A Function that does a shallow clone of the Collection itself.
|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
abstract ShortIterator |
iterator()
Returns a Type-Specific Iterator to reduce (un)boxing
|
add, addAll, addAll, contains, contains, containsAll, containsAll, containsAny, containsAny, remove, removeAll, removeAll, remShort, retainAll, retainAll, toShortArray, toShortArrayclear, isEmpty, removeAll, retainAll, size, toArray, toArray, toStringadd, contains, remove, remove, remShort, 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, toShortArray, toShortArrayarrayflatMap, asAsync, count, distinct, filter, findFirst, flatMap, forEach, forEach, forEach, limit, map, matchesAll, matchesAny, matchesNone, peek, pourAsList, pourAsSet, reduce, reduce, sortedpublic abstract ShortIterator iterator()
ShortCollectioniterator in interface java.lang.Iterable<java.lang.Short>iterator in interface java.util.Collection<java.lang.Short>iterator in interface java.util.Set<java.lang.Short>iterator in interface ShortCollectioniterator in interface ShortIterableiterator in interface ShortSetiterator in class AbstractShortCollectionCollection.iterator()public AbstractShortSet copy()
ShortCollectioncopy in interface ShortCollectioncopy in interface ShortSetcopy in class AbstractShortCollectionpublic int hashCode()
hashCode in interface java.util.Collection<java.lang.Short>hashCode in interface java.util.Set<java.lang.Short>hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in interface java.util.Collection<java.lang.Short>equals in interface java.util.Set<java.lang.Short>equals in class java.lang.Object