Class LongObjectHashMap.KeysView

java.lang.Object
org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable
org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.KeysView
All Implemented Interfaces:
LazyLongIterable, LongIterable, PrimitiveIterable
Enclosing class:
LongObjectHashMap<V>

private class LongObjectHashMap.KeysView extends AbstractLazyLongIterable
  • Constructor Details

    • KeysView

      private KeysView()
  • Method Details

    • longIterator

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

      public void each(LongProcedure procedure)
      Description copied from interface: LongIterable
      A synonym for forEach.