Interface TransactionTable.EntryVisitor

    • Method Detail

      • visit

        boolean visit​(TransactionTableEntry entry)
        Visit an entry. TransactionTable.visitEntries(EntryVisitor) will call this method once for each entry in the transaction table, or until false is returned by this method.
        Parameters:
        entry - the TransactionTableEntry being visited
        Returns:
        true if the scan of the transaction table should continue, or false if the visitor has completed its work and no more entries need to be visited