Class BooleanHashBag.InternalIterator

java.lang.Object
org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBag.InternalIterator
All Implemented Interfaces:
BooleanIterator, MutableBooleanIterator
Enclosing class:
BooleanHashBag

private final class BooleanHashBag.InternalIterator extends Object implements MutableBooleanIterator
  • Field Details

    • internalFalseCount

      private int internalFalseCount
    • internalTrueCount

      private int internalTrueCount
    • lastBooleanValue

      private boolean lastBooleanValue
    • removedAlready

      private boolean removedAlready
  • Constructor Details

    • InternalIterator

      private InternalIterator(int falseCount, int trueCount)
  • Method Details