Class CoordinateIterator.It

  • All Implemented Interfaces:
    java.util.Iterator<long[]>
    Enclosing class:
    CoordinateIterator

    class CoordinateIterator.It
    extends java.lang.Object
    implements java.util.Iterator<long[]>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) long[] cursor  
      (package private) boolean isNotEmpty  
      (package private) long[] lastEntry  
      (package private) long[] size  
    • Constructor Summary

      Constructors 
      Constructor Description
      It​(long... size)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      private void increment​(int dim)  
      long[] next()  
      void remove()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Iterator

        forEachRemaining
    • Field Detail

      • cursor

        long[] cursor
      • size

        long[] size
      • lastEntry

        long[] lastEntry
      • isNotEmpty

        boolean isNotEmpty
    • Constructor Detail

      • It

        public It​(long... size)
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<long[]>
      • next

        public long[] next()
        Specified by:
        next in interface java.util.Iterator<long[]>
      • increment

        private void increment​(int dim)
      • remove

        public void remove()
        Specified by:
        remove in interface java.util.Iterator<long[]>