Class DoubleObjectHashMap.KeysView

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

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