Class WindowFrame.Itr

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int cursor  
      (package private) java.util.ArrayList<Value[]> orderedRows  
    • Constructor Summary

      Constructors 
      Constructor Description
      Itr​(java.util.ArrayList<Value[]> orderedRows)  
    • Method Summary

      • 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, hasNext, next, remove
    • Field Detail

      • orderedRows

        final java.util.ArrayList<Value[]> orderedRows
      • cursor

        int cursor
    • Constructor Detail

      • Itr

        Itr​(java.util.ArrayList<Value[]> orderedRows)