Modul speiger.src.collections
Schnittstelle Short2IntSortedMap.FastSortedSet
- Alle Superschnittstellen:
Collection<Short2IntMap.Entry>,ISizeProvider,Iterable<Short2IntMap.Entry>,ObjectCollection<Short2IntMap.Entry>,ObjectIterable<Short2IntMap.Entry>,ObjectSet<Short2IntMap.Entry>,ObjectSortedSet<Short2IntMap.Entry>,Set<Short2IntMap.Entry>,Short2IntMap.FastEntrySet,SortedSet<Short2IntMap.Entry>
- Umschließende Schnittstelle:
Short2IntSortedMap
public static interface Short2IntSortedMap.FastSortedSet
extends Short2IntMap.FastEntrySet, ObjectSortedSet<Short2IntMap.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(short 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.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, unmodifiableVon Schnittstelle geerbte Methoden java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArrayVon Schnittstelle geerbte Methoden speiger.src.collections.shorts.maps.interfaces.Short2IntMap.FastEntrySet
fastForEach
-
Methodendetails
-
fastIterator
ObjectBidirectionalIterator<Short2IntMap.Entry> fastIterator()Beschreibung aus Schnittstelle kopiert:Short2IntMap.FastEntrySetFast iterator that recycles the given Entry object to improve speed and reduce object allocation- Angegeben von:
fastIteratorin SchnittstelleShort2IntMap.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
-