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