Class WindowFrame.TriItr

    • Constructor Summary

      Constructors 
      Constructor Description
      TriItr​(java.util.ArrayList<Value[]> orderedRows, int startIndex1, int endIndex1, int startIndex2, int endIndex2, int startIndex3, int endIndex3)  
    • 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

      • end2

        private final int end2
      • start2

        private final int start2
    • Constructor Detail

      • TriItr

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