V - the type of elements maintained by this Collectionpublic static interface Short2ObjectMap.FastEntrySet<V> extends ObjectSet<Short2ObjectMap.Entry<V>>
| Modifier and Type | Method and Description |
|---|---|
default void |
fastForEach(java.util.function.Consumer<? super Short2ObjectMap.Entry<V>> action)
Fast for each that recycles the given Entry object to improve speed and reduce object allocation
|
ObjectIterator<Short2ObjectMap.Entry<V>> |
fastIterator()
Fast iterator that recycles the given Entry object to improve speed and reduce object allocation
|
iterator, spliteratoradd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArrayaddAll, containsAll, containsAny, containsAny, removeAll, retainAllObjectIterator<Short2ObjectMap.Entry<V>> fastIterator()
default void fastForEach(java.util.function.Consumer<? super Short2ObjectMap.Entry<V>> action)
action - the action that should be applied to each given entry