Class FloatShortHashMap.KeysView

java.lang.Object
org.eclipse.collections.impl.lazy.primitive.AbstractLazyFloatIterable
org.eclipse.collections.impl.map.mutable.primitive.FloatShortHashMap.KeysView
All Implemented Interfaces:
FloatIterable, LazyFloatIterable, PrimitiveIterable
Enclosing class:
FloatShortHashMap

private class FloatShortHashMap.KeysView extends AbstractLazyFloatIterable
  • Constructor Details

    • KeysView

      private KeysView()
  • Method Details

    • floatIterator

      public FloatIterator floatIterator()
      Description copied from interface: FloatIterable
      Returns a primitive iterator that can be used to iterate over the FloatIterable in an imperative style.
    • each

      public void each(FloatProcedure procedure)
      Description copied from interface: FloatIterable
      A synonym for forEach.
      Since:
      7.0.