Modul speiger.src.collections
Schnittstelle Byte2DoubleOrderedMap.FastOrderedSet
- Alle Superschnittstellen:
Byte2DoubleMap.FastEntrySet,Collection<Byte2DoubleMap.Entry>,ISizeProvider,Iterable<Byte2DoubleMap.Entry>,ObjectCollection<Byte2DoubleMap.Entry>,ObjectIterable<Byte2DoubleMap.Entry>,ObjectOrderedSet<Byte2DoubleMap.Entry>,ObjectSet<Byte2DoubleMap.Entry>,Set<Byte2DoubleMap.Entry>
- Umschließende Schnittstelle:
Byte2DoubleOrderedMap
public static interface Byte2DoubleOrderedMap.FastOrderedSet
extends Byte2DoubleMap.FastEntrySet, ObjectOrderedSet<Byte2DoubleMap.Entry>
Fast Ordered Entry Set that allows for a faster Entry Iterator by recycling the Entry Object and just exchanging 1 internal value
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.utils.ISizeProvider
ISizeProvider.CollectionSize -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungFast iterator that recycles the given Entry object to improve speed and reduce object allocationfastIterator(byte fromElement) Fast iterator that recycles the given Entry object to improve speed and reduce object allocationVon Schnittstelle geerbte Methoden speiger.src.collections.bytes.maps.interfaces.Byte2DoubleMap.FastEntrySet
fastForEachVon Schnittstelle geerbte Methoden java.util.Collection
parallelStream, removeIf, streamVon Schnittstelle geerbte Methoden speiger.src.collections.utils.ISizeProvider
sizeVon Schnittstelle geerbte Methoden speiger.src.collections.objects.collections.ObjectCollection
addAll, addAll, addAll, addAll, containsAll, containsAny, containsAny, pour, removeAll, removeAll, retainAll, retainAll, toArrayVon Schnittstelle geerbte Methoden speiger.src.collections.objects.collections.ObjectIterable
arrayflatMap, asAsync, count, distinct, filter, findFirst, flatMap, forEach, forEachIndexed, limit, map, mapToBoolean, mapToByte, mapToDouble, mapToFloat, mapToInt, mapToLong, mapToShort, matchesAll, matchesAny, matchesNone, peek, pourAsList, pourAsSet, reduce, reduce, repeat, sortedVon Schnittstelle geerbte Methoden speiger.src.collections.objects.sets.ObjectOrderedSet
addAndMoveToFirst, addAndMoveToLast, copy, first, iterator, iterator, last, moveToFirst, moveToLast, pollFirst, pollLast, spliterator, synchronize, synchronize, unmodifiable
-
Methodendetails
-
fastIterator
ObjectBidirectionalIterator<Byte2DoubleMap.Entry> fastIterator()Beschreibung aus Schnittstelle kopiert:Byte2DoubleMap.FastEntrySetFast iterator that recycles the given Entry object to improve speed and reduce object allocation- Angegeben von:
fastIteratorin SchnittstelleByte2DoubleMap.FastEntrySet- Gibt zurück:
- a Recycling ObjectIterator of the given set
-
fastIterator
Fast iterator that recycles the given Entry object to improve speed and reduce object allocation- Parameter:
fromElement- that is going to be started from.- Gibt zurück:
- a improved iterator that starts from the desired element
-