Modul speiger.src.collections
Schnittstelle Char2ShortSortedMap.FastSortedSet
- Alle Superschnittstellen:
Char2ShortMap.FastEntrySet,Collection<Char2ShortMap.Entry>,ISizeProvider,Iterable<Char2ShortMap.Entry>,ObjectCollection<Char2ShortMap.Entry>,ObjectIterable<Char2ShortMap.Entry>,ObjectSet<Char2ShortMap.Entry>,ObjectSortedSet<Char2ShortMap.Entry>,Set<Char2ShortMap.Entry>,SortedSet<Char2ShortMap.Entry>
- Umschließende Schnittstelle:
Char2ShortSortedMap
public static interface Char2ShortSortedMap.FastSortedSet
extends Char2ShortMap.FastEntrySet, ObjectSortedSet<Char2ShortMap.Entry>
Fast Sorted 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(char fromElement) Fast iterator that recycles the given Entry object to improve speed and reduce object allocationVon Schnittstelle geerbte Methoden speiger.src.collections.chars.maps.interfaces.Char2ShortMap.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.ObjectSortedSet
comparator, copy, headSet, iterator, iterator, pollFirst, pollLast, spliterator, subSet, synchronize, synchronize, tailSet, unmodifiable
-
Methodendetails
-
fastIterator
ObjectBidirectionalIterator<Char2ShortMap.Entry> fastIterator()Beschreibung aus Schnittstelle kopiert:Char2ShortMap.FastEntrySetFast iterator that recycles the given Entry object to improve speed and reduce object allocation- Angegeben von:
fastIteratorin SchnittstelleChar2ShortMap.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
-