Class IntByteHashMap.KeysView

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

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