Class IntHashSet.ImmutableIntHashSet.InternalIntIterator

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private InternalIntIterator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      int next()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • count

        private int count
      • position

        private int position
      • zeroToThirtyOne

        private int zeroToThirtyOne
    • Constructor Detail

      • InternalIntIterator

        private InternalIntIterator()