Modul speiger.src.collections
Schnittstelle Int2ByteOrderedMap.FastOrderedSet
- Alle Superschnittstellen:
Collection<Int2ByteMap.Entry>,Int2ByteMap.FastEntrySet,ISizeProvider,Iterable<Int2ByteMap.Entry>,ObjectCollection<Int2ByteMap.Entry>,ObjectIterable<Int2ByteMap.Entry>,ObjectOrderedSet<Int2ByteMap.Entry>,ObjectSet<Int2ByteMap.Entry>,Set<Int2ByteMap.Entry>
- Umschließende Schnittstelle:
Int2ByteOrderedMap
public static interface Int2ByteOrderedMap.FastOrderedSet
extends Int2ByteMap.FastEntrySet, ObjectOrderedSet<Int2ByteMap.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(int fromElement) Fast iterator that recycles the given Entry object to improve speed and reduce object allocationVon Schnittstelle geerbte Methoden java.util.Collection
parallelStream, removeIf, streamVon Schnittstelle geerbte Methoden speiger.src.collections.ints.maps.interfaces.Int2ByteMap.FastEntrySet
fastForEachVon 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<Int2ByteMap.Entry> fastIterator()Beschreibung aus Schnittstelle kopiert:Int2ByteMap.FastEntrySetFast iterator that recycles the given Entry object to improve speed and reduce object allocation- Angegeben von:
fastIteratorin SchnittstelleInt2ByteMap.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
-