- Alle Superschnittstellen:
Collection<Long>,ISizeProvider,Iterable<Long>,LongCollection,LongIterable,Set<Long>
- Alle bekannten Unterschnittstellen:
LongNavigableSet,LongOrderedSet,LongSortedSet
- Alle bekannten Implementierungsklassen:
AbstractLongSet,ImmutableLongOpenHashSet,LongArraySet,LongAVLTreeSet,LongLinkedOpenCustomHashSet,LongLinkedOpenHashSet,LongOpenCustomHashSet,LongOpenHashSet,LongRBTreeSet,LongSets.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)boxingdefault booleanremLong(long o) A Type-Specific remove function that reduces (un)boxing.booleanremove(long o) A Type Specific remove function to reduce boxing/unboxingdefault booleanVeraltet.default LongSplititeratorA Type Specific Type Splititerator to reduce boxing/unboxingdefault LongSetCreates a Wrapped Set that is Synchronizeddefault LongSetsynchronize(Object mutex) Creates a Wrapped Set that is Synchronizeddefault LongSetCreates 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 speiger.src.collections.longs.collections.LongCollection
add, addAll, addAll, addAll, addAll, contains, containsAll, containsAny, containsAny, parallelPrimitiveStream, pour, primitiveStream, remIf, removeAll, removeAll, removeIf, retainAll, retainAll, toLongArray, toLongArrayVon Schnittstelle geerbte Methoden speiger.src.collections.longs.collections.LongIterable
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
LongIterator iterator()Beschreibung aus Schnittstelle kopiert:LongCollectionReturns a Type-Specific Iterator to reduce (un)boxing- Angegeben von:
iteratorin SchnittstelleCollection<Long>- Angegeben von:
iteratorin SchnittstelleIterable<Long>- Angegeben von:
iteratorin SchnittstelleLongCollection- Angegeben von:
iteratorin SchnittstelleLongIterable- Angegeben von:
iteratorin SchnittstelleSet<Long>- Gibt zurück:
- a iterator of the collection
- Siehe auch:
-
copy
LongSet copy()Beschreibung aus Schnittstelle kopiert:LongCollectionA 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 SchnittstelleLongCollection- Gibt zurück:
- a Shallow Copy of the collection
-
remove
boolean remove(long 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
-
remLong
default boolean remLong(long o) Beschreibung aus Schnittstelle kopiert:LongCollectionA Type-Specific remove function that reduces (un)boxing.- Angegeben von:
remLongin SchnittstelleLongCollection- 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:LongCollectionThis default implementation delegates to the corresponding type-specific function.
- Angegeben von:
addin SchnittstelleCollection<Long>- Angegeben von:
addin SchnittstelleLongCollection- Angegeben von:
addin SchnittstelleSet<Long>
-
contains
Veraltet.Beschreibung aus Schnittstelle kopiert:LongCollectionThis default implementation delegates to the corresponding type-specific function.
- Angegeben von:
containsin SchnittstelleCollection<Long>- Angegeben von:
containsin SchnittstelleLongCollection- Angegeben von:
containsin SchnittstelleSet<Long>
-
remove
Veraltet.Beschreibung aus Schnittstelle kopiert:LongCollectionThis default implementation delegates to the corresponding type-specific function.
- Angegeben von:
removein SchnittstelleCollection<Long>- Angegeben von:
removein SchnittstelleLongCollection- Angegeben von:
removein SchnittstelleSet<Long>
-
synchronize
Creates a Wrapped Set that is Synchronized- Angegeben von:
synchronizein SchnittstelleLongCollection- Gibt zurück:
- a new Set that is synchronized
- Siehe auch:
-
synchronize
Creates a Wrapped Set that is Synchronized- Angegeben von:
synchronizein SchnittstelleLongCollection- 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 SchnittstelleLongCollection- 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<Long>- Angegeben von:
spliteratorin SchnittstelleIterable<Long>- Angegeben von:
spliteratorin SchnittstelleLongCollection- Angegeben von:
spliteratorin SchnittstelleLongIterable- Angegeben von:
spliteratorin SchnittstelleSet<Long>- Gibt zurück:
- type specific splititerator
-