Class DoubleCharHashMap.KeysView

java.lang.Object
org.eclipse.collections.impl.lazy.primitive.AbstractLazyDoubleIterable
org.eclipse.collections.impl.map.mutable.primitive.DoubleCharHashMap.KeysView
All Implemented Interfaces:
DoubleIterable, LazyDoubleIterable, PrimitiveIterable
Enclosing class:
DoubleCharHashMap

private class DoubleCharHashMap.KeysView extends AbstractLazyDoubleIterable
  • Constructor Details

    • KeysView

      private KeysView()
  • Method Details

    • doubleIterator

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

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