Class IntIterator4Impl

    • Constructor Summary

      Constructors 
      Constructor Description
      IntIterator4Impl​(int[] content, int count)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object current()  
      int currentInt()  
      boolean moveNext()  
      void reset()  
      int size()  
      • Methods inherited from class java.lang.Object

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

      • IntIterator4Impl

        public IntIterator4Impl​(int[] content,
                                int count)