Class ByteObjectHashMap.KeysView

java.lang.Object
org.eclipse.collections.impl.lazy.primitive.AbstractLazyByteIterable
org.eclipse.collections.impl.map.mutable.primitive.ByteObjectHashMap.KeysView
All Implemented Interfaces:
ByteIterable, LazyByteIterable, PrimitiveIterable
Enclosing class:
ByteObjectHashMap<V>

private class ByteObjectHashMap.KeysView extends AbstractLazyByteIterable
  • Constructor Details

    • KeysView

      private KeysView()
  • Method Details

    • byteIterator

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

      public void each(ByteProcedure procedure)
      Description copied from interface: ByteIterable
      A synonym for forEach.