Schnittstelle Float2BooleanMap.FastEntrySet

Alle Superschnittstellen:
Collection<Float2BooleanMap.Entry>, ISizeProvider, Iterable<Float2BooleanMap.Entry>, ObjectCollection<Float2BooleanMap.Entry>, ObjectIterable<Float2BooleanMap.Entry>, ObjectSet<Float2BooleanMap.Entry>, Set<Float2BooleanMap.Entry>
Alle bekannten Unterschnittstellen:
Float2BooleanOrderedMap.FastOrderedSet, Float2BooleanSortedMap.FastSortedSet
Umschließende Schnittstelle:
Float2BooleanMap

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