Schnittstelle Float2CharMap.FastEntrySet

Alle Superschnittstellen:
Collection<Float2CharMap.Entry>, ISizeProvider, Iterable<Float2CharMap.Entry>, ObjectCollection<Float2CharMap.Entry>, ObjectIterable<Float2CharMap.Entry>, ObjectSet<Float2CharMap.Entry>, Set<Float2CharMap.Entry>
Alle bekannten Unterschnittstellen:
Float2CharOrderedMap.FastOrderedSet, Float2CharSortedMap.FastSortedSet
Umschließende Schnittstelle:
Float2CharMap

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