Class IntLongHashMap.KeysView

java.lang.Object
org.eclipse.collections.impl.lazy.primitive.AbstractLazyIntIterable
org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap.KeysView
All Implemented Interfaces:
IntIterable, LazyIntIterable, PrimitiveIterable
Enclosing class:
IntLongHashMap

private class IntLongHashMap.KeysView extends AbstractLazyIntIterable
  • Constructor Details

    • KeysView

      private KeysView()
  • Method Details

    • intIterator

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

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