Class ResultSetIterator

java.lang.Object
org.ujmp.jdbc.matrix.ResultSetIterator
All Implemented Interfaces:
Iterator<long[]>

class ResultSetIterator extends Object implements Iterator<long[]>
  • Field Details

    • resultSet

      private ResultSet resultSet
    • hasNext

      private boolean hasNext
    • coordinates

      private final long[] coordinates
  • Constructor Details

  • Method Details

    • hasNext

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

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

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