Class CharShortHashMap.KeysView

java.lang.Object
org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable
org.eclipse.collections.impl.map.mutable.primitive.CharShortHashMap.KeysView
All Implemented Interfaces:
CharIterable, LazyCharIterable, PrimitiveIterable
Enclosing class:
CharShortHashMap

private class CharShortHashMap.KeysView extends AbstractLazyCharIterable
  • Constructor Details

    • KeysView

      private KeysView()
  • Method Details

    • charIterator

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

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