Class SingleColumnIterator<T>

java.lang.Object
io.agrest.cayenne.processor.select.SingleColumnIterator<T>
All Implemented Interfaces:
Iterator<T>

public class SingleColumnIterator<T> extends Object implements Iterator<T>
Since:
3.4
  • Constructor Details

    • SingleColumnIterator

      public SingleColumnIterator(Iterator<Object[]> arraysIterator, int index)
  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<T>
    • next

      public T next()
      Specified by:
      next in interface Iterator<T>