java.lang.Object
java.util.AbstractCollection<Short>
speiger.src.collections.shorts.collections.AbstractShortCollection
speiger.src.collections.shorts.sets.AbstractShortSet
- Alle implementierten Schnittstellen:
Iterable<Short>,Collection<Short>,Set<Short>,ShortCollection,ShortIterable,ShortSet,ISizeProvider
- Bekannte direkte Unterklassen:
ImmutableShortOpenHashSet,ShortArraySet,ShortAVLTreeSet,ShortOpenCustomHashSet,ShortOpenHashSet,ShortRBTreeSet
Abstract Type Specific Set that reduces boxing/unboxing
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.utils.ISizeProvider
ISizeProvider.CollectionSize -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungcopy()A Function that does a shallow clone of the Collection itself.booleaninthashCode()abstract ShortIteratoriterator()Returns a Type-Specific Iterator to reduce (un)boxingVon Klasse geerbte Methoden speiger.src.collections.shorts.collections.AbstractShortCollection
add, addAll, addAll, contains, contains, containsAll, containsAll, containsAny, containsAny, remove, removeAll, removeAll, remShort, retainAll, retainAll, toShortArray, toShortArrayVon Klasse geerbte Methoden java.util.AbstractCollection
clear, isEmpty, removeAll, retainAll, size, toArray, toArray, toStringVon Schnittstelle geerbte Methoden java.util.Collection
parallelStream, stream, toArrayVon Schnittstelle geerbte Methoden speiger.src.collections.utils.ISizeProvider
sizeVon Schnittstelle geerbte Methoden java.util.Set
addAll, clear, containsAll, isEmpty, removeAll, retainAll, size, toArray, toArrayVon Schnittstelle geerbte Methoden speiger.src.collections.shorts.collections.ShortCollection
add, addAll, addAll, addAll, addAll, contains, containsAll, containsAny, containsAny, parallelPrimitiveStream, pour, primitiveStream, remIf, removeAll, removeAll, removeIf, retainAll, retainAll, spliterator, toShortArray, toShortArrayVon Schnittstelle geerbte Methoden speiger.src.collections.shorts.collections.ShortIterable
arrayflatMap, asAsync, count, distinct, filter, findFirst, flatMap, forEach, forEach, forEach, forEachIndexed, limit, map, matchesAll, matchesAny, matchesNone, peek, pourAsList, pourAsSet, reduce, reduce, repeat, sortedVon Schnittstelle geerbte Methoden speiger.src.collections.shorts.sets.ShortSet
add, contains, remove, remove, remShort, spliterator, synchronize, synchronize, unmodifiable
-
Konstruktordetails
-
AbstractShortSet
public AbstractShortSet()
-
-
Methodendetails
-
iterator
Beschreibung aus Schnittstelle kopiert:ShortCollectionReturns a Type-Specific Iterator to reduce (un)boxing- Angegeben von:
iteratorin SchnittstelleCollection<Short>- Angegeben von:
iteratorin SchnittstelleIterable<Short>- Angegeben von:
iteratorin SchnittstelleSet<Short>- Angegeben von:
iteratorin SchnittstelleShortCollection- Angegeben von:
iteratorin SchnittstelleShortIterable- Angegeben von:
iteratorin SchnittstelleShortSet- Angegeben von:
iteratorin KlasseAbstractShortCollection- Gibt zurück:
- a iterator of the collection
- Siehe auch:
-
copy
Beschreibung aus Schnittstelle kopiert:ShortCollectionA Function that does a shallow clone of the Collection itself. This function is more optimized then a copy constructor since the Collection does not have to be unsorted/resorted. It can be compared to Cloneable but with less exception risk- Angegeben von:
copyin SchnittstelleShortCollection- Angegeben von:
copyin SchnittstelleShortSet- Setzt außer Kraft:
copyin KlasseAbstractShortCollection- Gibt zurück:
- a Shallow Copy of the collection
-
hashCode
public int hashCode() -
equals
-