- Alle Superschnittstellen:
Collection<Short>,ISizeProvider,Iterable<Short>,Set<Short>,ShortCollection,ShortIterable
- Alle bekannten Unterschnittstellen:
ShortNavigableSet,ShortOrderedSet,ShortSortedSet
- Alle bekannten Implementierungsklassen:
AbstractShortSet,ImmutableShortOpenHashSet,ShortArraySet,ShortAVLTreeSet,ShortLinkedOpenCustomHashSet,ShortLinkedOpenHashSet,ShortOpenCustomHashSet,ShortOpenHashSet,ShortRBTreeSet,ShortSets.UnmodifiableSet
A Type Specific Set class to reduce boxing/unboxing
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.utils.ISizeProvider
ISizeProvider.CollectionSize -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungdefault booleanVeraltet.default booleanVeraltet.copy()A Function that does a shallow clone of the Collection itself.iterator()Returns a Type-Specific Iterator to reduce (un)boxingbooleanremove(short o) A Type Specific remove function to reduce boxing/unboxingdefault booleanVeraltet.default booleanremShort(short o) A Type-Specific remove function that reduces (un)boxing.default ShortSplititeratorA Type Specific Type Splititerator to reduce boxing/unboxingdefault ShortSetCreates a Wrapped Set that is Synchronizeddefault ShortSetsynchronize(Object mutex) Creates a Wrapped Set that is Synchronizeddefault ShortSetCreates a Wrapped Set that is unmodifiableVon 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, equals, hashCode, 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, 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, sorted
-
Methodendetails
-
iterator
ShortIterator 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- Gibt zurück:
- a iterator of the collection
- Siehe auch:
-
copy
ShortSet 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- Gibt zurück:
- a Shallow Copy of the collection
-
remove
boolean remove(short o) A Type Specific remove function to reduce boxing/unboxing- Parameter:
o- the element that should be removed- Gibt zurück:
- true if the element was removed
-
remShort
default boolean remShort(short o) Beschreibung aus Schnittstelle kopiert:ShortCollectionA Type-Specific remove function that reduces (un)boxing.- Angegeben von:
remShortin SchnittstelleShortCollection- Parameter:
o- the element that should be removed- Gibt zurück:
- true if the element was removed
- Siehe auch:
-
add
Veraltet.Beschreibung aus Schnittstelle kopiert:ShortCollectionThis default implementation delegates to the corresponding type-specific function.
- Angegeben von:
addin SchnittstelleCollection<Short>- Angegeben von:
addin SchnittstelleSet<Short>- Angegeben von:
addin SchnittstelleShortCollection
-
contains
Veraltet.Beschreibung aus Schnittstelle kopiert:ShortCollectionThis default implementation delegates to the corresponding type-specific function.
- Angegeben von:
containsin SchnittstelleCollection<Short>- Angegeben von:
containsin SchnittstelleSet<Short>- Angegeben von:
containsin SchnittstelleShortCollection
-
remove
Veraltet.Beschreibung aus Schnittstelle kopiert:ShortCollectionThis default implementation delegates to the corresponding type-specific function.
- Angegeben von:
removein SchnittstelleCollection<Short>- Angegeben von:
removein SchnittstelleSet<Short>- Angegeben von:
removein SchnittstelleShortCollection
-
synchronize
Creates a Wrapped Set that is Synchronized- Angegeben von:
synchronizein SchnittstelleShortCollection- Gibt zurück:
- a new Set that is synchronized
- Siehe auch:
-
synchronize
Creates a Wrapped Set that is Synchronized- Angegeben von:
synchronizein SchnittstelleShortCollection- Parameter:
mutex- is the controller of the synchronization block- Gibt zurück:
- a new Set Wrapper that is synchronized
- Siehe auch:
-
unmodifiable
Creates a Wrapped Set that is unmodifiable- Angegeben von:
unmodifiablein SchnittstelleShortCollection- Gibt zurück:
- a new Set Wrapper that is unmodifiable
- Siehe auch:
-
spliterator
A Type Specific Type Splititerator to reduce boxing/unboxing- Angegeben von:
spliteratorin SchnittstelleCollection<Short>- Angegeben von:
spliteratorin SchnittstelleIterable<Short>- Angegeben von:
spliteratorin SchnittstelleSet<Short>- Angegeben von:
spliteratorin SchnittstelleShortCollection- Angegeben von:
spliteratorin SchnittstelleShortIterable- Gibt zurück:
- type specific splititerator
-