Class IntObjectHashMap.KeysView

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

private class IntObjectHashMap.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.