Class CharHashSet.InternalCharIterator

java.lang.Object
org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.InternalCharIterator
All Implemented Interfaces:
CharIterator, MutableCharIterator
Enclosing class:
CharHashSet

private class CharHashSet.InternalCharIterator extends Object implements MutableCharIterator
  • Field Details

    • count

      private int count
    • position

      private int position
    • zeroToThirtyOne

      private char zeroToThirtyOne
  • Constructor Details

    • InternalCharIterator

      private InternalCharIterator()
  • Method Details