Interface Table.Visitor<T>

All Known Implementing Classes:
Table.HighestDeliverable, Table.Missing, Table.NumDeliverable, Table.Remover
Enclosing class:
Table<T>

public static interface Table.Visitor<T>
  • Method Details

    • 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