Type Parameters:
T - subclass of PersistentData, the type of data stored in each transaction
All Known Implementing Classes:
BasicTransactionSet

public interface TransactionSet<T extends PersistentData>
An interface for a set of transactions.
  • Method Details

    • getDataCount

      int getDataCount()
      Returns the total number of data in this transaction set.
      Returns:
      the number of data
    • getTransactions

      List<ForwardTransaction<T>> getTransactions()
      Returns a list of ForwardTransaction for this transaction set.
      Returns:
      a list of forward transactions