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