Interface Table.Visitor<T>

    • Method Detail

      • visit

        boolean visit​(long seqno,
                      T element,
                      int row,
                      int column)
        Parameters:
        seqno - The current seqno
        element - The element at matrix[row][column]
        row - The current row
        column - The current column
        Returns:
        True if we should continue the iteration, false if we should break out of the iteration