Class ShortDoubleHashMap.KeysView

java.lang.Object
org.eclipse.collections.impl.lazy.primitive.AbstractLazyShortIterable
org.eclipse.collections.impl.map.mutable.primitive.ShortDoubleHashMap.KeysView
All Implemented Interfaces:
LazyShortIterable, PrimitiveIterable, ShortIterable
Enclosing class:
ShortDoubleHashMap

private class ShortDoubleHashMap.KeysView extends AbstractLazyShortIterable
  • Constructor Details

    • KeysView

      private KeysView()
  • Method Details

    • shortIterator

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

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