Modul speiger.src.collections
Schnittstelle Byte2IntOrderedMap.FastOrderedSet
- Alle Superschnittstellen:
Byte2IntMap.FastEntrySet,Collection<Byte2IntMap.Entry>,ISizeProvider,Iterable<Byte2IntMap.Entry>,ObjectCollection<Byte2IntMap.Entry>,ObjectIterable<Byte2IntMap.Entry>,ObjectOrderedSet<Byte2IntMap.Entry>,ObjectSet<Byte2IntMap.Entry>,Set<Byte2IntMap.Entry>
- Umschließende Schnittstelle:
Byte2IntOrderedMap
public static interface Byte2IntOrderedMap.FastOrderedSet
extends Byte2IntMap.FastEntrySet, ObjectOrderedSet<Byte2IntMap.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.Byte2IntMap.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<Byte2IntMap.Entry> fastIterator()Beschreibung aus Schnittstelle kopiert:Byte2IntMap.FastEntrySetFast iterator that recycles the given Entry object to improve speed and reduce object allocation- Angegeben von:
fastIteratorin SchnittstelleByte2IntMap.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
-