Class ObjectBooleanHashMapWithHashingStrategy.InternalBooleanIterator

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapWithHashingStrategy.InternalBooleanIterator
All Implemented Interfaces:
BooleanIterator, MutableBooleanIterator
Enclosing class:
ObjectBooleanHashMapWithHashingStrategy<K>

private class ObjectBooleanHashMapWithHashingStrategy.InternalBooleanIterator extends Object implements MutableBooleanIterator
  • Field Details

    • count

      private int count
    • position

      private int position
  • Constructor Details

    • InternalBooleanIterator

      private InternalBooleanIterator()
  • Method Details