Class Table.NumDeliverable

  • All Implemented Interfaces:
    Table.Visitor<T>
    Enclosing class:
    Table<T>

    protected class Table.NumDeliverable
    extends java.lang.Object
    implements Table.Visitor<T>
    • Field Detail

      • num_deliverable

        protected int num_deliverable
    • Constructor Detail

      • NumDeliverable

        protected NumDeliverable()
    • Method Detail

      • getResult

        public int getResult()
      • visit

        public boolean visit​(long seqno,
                             T element,
                             int row,
                             int column)
        Description copied from interface: Table.Visitor
        Specified by:
        visit in interface Table.Visitor<T>
        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