V - the keyType of elements maintained by this Collectionpublic static interface Byte2ObjectMap.FastEntrySet<V> extends ObjectSet<Byte2ObjectMap.Entry<V>>
ISizeProvider.CollectionSize| Modifier and Type | Method and Description |
|---|---|
default void |
fastForEach(java.util.function.Consumer<? super Byte2ObjectMap.Entry<V>> action)
Fast for each that recycles the given Entry object to improve speed and reduce object allocation
|
ObjectIterator<Byte2ObjectMap.Entry<V>> |
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<Byte2ObjectMap.Entry<V>> fastIterator()
default void fastForEach(java.util.function.Consumer<? super Byte2ObjectMap.Entry<V>> action)
action - the action that should be applied to each given entry