public static interface Byte2IntMap.FastEntrySet extends ObjectSet<Byte2IntMap.Entry>
ISizeProvider.CollectionSize| Modifier and Type | Method and Description |
|---|---|
default void |
fastForEach(java.util.function.Consumer<? super Byte2IntMap.Entry> action)
Fast for each that recycles the given Entry object to improve speed and reduce object allocation
|
ObjectIterator<Byte2IntMap.Entry> |
fastIterator()
Fast iterator that recycles the given Entry object to improve speed and reduce object allocation
|
addOrGet, copy, iterator, spliterator, synchronize, synchronize, unmodifiableadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArrayaddAll, addAll, addAll, addAll, containsAll, containsAny, containsAny, pour, removeAll, removeAll, retainAll, retainAll, toArrayarrayflatMap, asAsync, count, distinct, filter, findFirst, flatMap, forEach, forEachIndexed, limit, map, matchesAll, matchesAny, matchesNone, peek, pourAsList, pourAsSet, reduce, reduce, repeat, sortedof, sizeObjectIterator<Byte2IntMap.Entry> fastIterator()
default void fastForEach(java.util.function.Consumer<? super Byte2IntMap.Entry> action)
action - the action that should be applied to each given entry