- Alle Superschnittstellen:
Collection<Float>,FloatCollection,FloatIterable,ISizeProvider,Iterable<Float>,Set<Float>
- Alle bekannten Unterschnittstellen:
FloatNavigableSet,FloatOrderedSet,FloatSortedSet
- Alle bekannten Implementierungsklassen:
AbstractFloatSet,FloatArraySet,FloatAVLTreeSet,FloatLinkedOpenCustomHashSet,FloatLinkedOpenHashSet,FloatOpenCustomHashSet,FloatOpenHashSet,FloatRBTreeSet,FloatSets.UnmodifiableSet,ImmutableFloatOpenHashSet
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 booleanremFloat(float o) A Type-Specific remove function that reduces (un)boxing.booleanremove(float o) A Type Specific remove function to reduce boxing/unboxingdefault booleanVeraltet.default FloatSplititeratorA Type Specific Type Splititerator to reduce boxing/unboxingdefault FloatSetCreates a Wrapped Set that is Synchronizeddefault FloatSetsynchronize(Object mutex) Creates a Wrapped Set that is Synchronizeddefault FloatSetCreates a Wrapped Set that is unmodifiableVon Schnittstelle geerbte Methoden java.util.Collection
parallelStream, stream, toArrayVon Schnittstelle geerbte Methoden speiger.src.collections.floats.collections.FloatCollection
add, addAll, addAll, addAll, addAll, contains, containsAll, containsAny, containsAny, parallelPrimitiveStream, pour, primitiveStream, remIf, removeAll, removeAll, removeIf, retainAll, retainAll, toFloatArray, toFloatArrayVon Schnittstelle geerbte Methoden speiger.src.collections.floats.collections.FloatIterable
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.utils.ISizeProvider
size
-
Methodendetails
-
iterator
FloatIterator iterator()Beschreibung aus Schnittstelle kopiert:FloatCollectionReturns a Type-Specific Iterator to reduce (un)boxing- Angegeben von:
iteratorin SchnittstelleCollection<Float>- Angegeben von:
iteratorin SchnittstelleFloatCollection- Angegeben von:
iteratorin SchnittstelleFloatIterable- Angegeben von:
iteratorin SchnittstelleIterable<Float>- Angegeben von:
iteratorin SchnittstelleSet<Float>- Gibt zurück:
- a iterator of the collection
- Siehe auch:
-
copy
FloatSet copy()Beschreibung aus Schnittstelle kopiert:FloatCollectionA 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 SchnittstelleFloatCollection- Gibt zurück:
- a Shallow Copy of the collection
-
remove
boolean remove(float 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
-
remFloat
default boolean remFloat(float o) Beschreibung aus Schnittstelle kopiert:FloatCollectionA Type-Specific remove function that reduces (un)boxing.- Angegeben von:
remFloatin SchnittstelleFloatCollection- 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:FloatCollectionThis default implementation delegates to the corresponding type-specific function.
- Angegeben von:
addin SchnittstelleCollection<Float>- Angegeben von:
addin SchnittstelleFloatCollection- Angegeben von:
addin SchnittstelleSet<Float>
-
contains
Veraltet.Beschreibung aus Schnittstelle kopiert:FloatCollectionThis default implementation delegates to the corresponding type-specific function.
- Angegeben von:
containsin SchnittstelleCollection<Float>- Angegeben von:
containsin SchnittstelleFloatCollection- Angegeben von:
containsin SchnittstelleSet<Float>
-
remove
Veraltet.Beschreibung aus Schnittstelle kopiert:FloatCollectionThis default implementation delegates to the corresponding type-specific function.
- Angegeben von:
removein SchnittstelleCollection<Float>- Angegeben von:
removein SchnittstelleFloatCollection- Angegeben von:
removein SchnittstelleSet<Float>
-
synchronize
Creates a Wrapped Set that is Synchronized- Angegeben von:
synchronizein SchnittstelleFloatCollection- Gibt zurück:
- a new Set that is synchronized
- Siehe auch:
-
synchronize
Creates a Wrapped Set that is Synchronized- Angegeben von:
synchronizein SchnittstelleFloatCollection- 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 SchnittstelleFloatCollection- 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<Float>- Angegeben von:
spliteratorin SchnittstelleFloatCollection- Angegeben von:
spliteratorin SchnittstelleFloatIterable- Angegeben von:
spliteratorin SchnittstelleIterable<Float>- Angegeben von:
spliteratorin SchnittstelleSet<Float>- Gibt zurück:
- type specific splititerator
-