Class CharHashSet.ImmutableCharHashSet.InternalCharIterator

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

private class CharHashSet.ImmutableCharHashSet.InternalCharIterator extends Object implements CharIterator
  • Field Details

    • count

      private int count
    • position

      private int position
    • zeroToThirtyOne

      private char zeroToThirtyOne
  • Constructor Details

    • InternalCharIterator

      private InternalCharIterator()
  • Method Details