Class LongLongHashMap.KeysView

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

private class LongLongHashMap.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.
      Since:
      7.0.