Class CoordinateIterator.It

java.lang.Object
org.ujmp.core.util.CoordinateIterator.It
All Implemented Interfaces:
Iterator<long[]>
Enclosing class:
CoordinateIterator

class CoordinateIterator.It extends Object implements Iterator<long[]>
  • Field Details

    • cursor

      long[] cursor
    • size

      long[] size
    • lastEntry

      long[] lastEntry
    • isNotEmpty

      boolean isNotEmpty
  • Constructor Details

    • It

      public It(long... size)
  • Method Details

    • hasNext

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

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

      private void increment(int dim)
    • remove

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