Schnittstelle Char2DoubleMap.FastEntrySet

Alle Superschnittstellen:
Collection<Char2DoubleMap.Entry>, ISizeProvider, Iterable<Char2DoubleMap.Entry>, ObjectCollection<Char2DoubleMap.Entry>, ObjectIterable<Char2DoubleMap.Entry>, ObjectSet<Char2DoubleMap.Entry>, Set<Char2DoubleMap.Entry>
Alle bekannten Unterschnittstellen:
Char2DoubleOrderedMap.FastOrderedSet, Char2DoubleSortedMap.FastSortedSet
Umschließende Schnittstelle:
Char2DoubleMap

public static interface Char2DoubleMap.FastEntrySet extends ObjectSet<Char2DoubleMap.Entry>
Fast Entry set that allows for a faster Entry Iterator by recycling the Entry Object and just exchanging 1 internal value
  • Methodendetails

    • fastIterator

      Fast iterator that recycles the given Entry object to improve speed and reduce object allocation
      Gibt zurück:
      a Recycling ObjectIterator of the given set
    • fastForEach

      default void fastForEach(Consumer<? super Char2DoubleMap.Entry> action)
      Fast for each that recycles the given Entry object to improve speed and reduce object allocation
      Parameter:
      action - the action that should be applied to each given entry