Class ObjectByteHashMapWithHashingStrategy.InternalByteIterator

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapWithHashingStrategy.InternalByteIterator
All Implemented Interfaces:
ByteIterator, MutableByteIterator
Enclosing class:
ObjectByteHashMapWithHashingStrategy<K>

private class ObjectByteHashMapWithHashingStrategy.InternalByteIterator extends Object implements MutableByteIterator
  • Field Details

    • count

      private int count
    • position

      private int position
  • Constructor Details

    • InternalByteIterator

      private InternalByteIterator()
  • Method Details