Schnittstelle Char2IntMap.FastEntrySet

Alle Superschnittstellen:
Collection<Char2IntMap.Entry>, ISizeProvider, Iterable<Char2IntMap.Entry>, ObjectCollection<Char2IntMap.Entry>, ObjectIterable<Char2IntMap.Entry>, ObjectSet<Char2IntMap.Entry>, Set<Char2IntMap.Entry>
Alle bekannten Unterschnittstellen:
Char2IntOrderedMap.FastOrderedSet, Char2IntSortedMap.FastSortedSet
Umschließende Schnittstelle:
Char2IntMap

public static interface Char2IntMap.FastEntrySet extends ObjectSet<Char2IntMap.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 Char2IntMap.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