Class WindowFrame.BiReverseItr

    • Constructor Summary

      Constructors 
      Constructor Description
      BiReverseItr​(java.util.ArrayList<Value[]> orderedRows, int startIndex1, int endIndex1, int startIndex2, int endIndex2)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Value[] next()  
      • 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, remove
    • Field Detail

      • end1

        final int end1
      • start1

        final int start1
    • Constructor Detail

      • BiReverseItr

        BiReverseItr​(java.util.ArrayList<Value[]> orderedRows,
                     int startIndex1,
                     int endIndex1,
                     int startIndex2,
                     int endIndex2)