public class TxnIterator extends java.lang.Object implements java.util.Iterator<Txn>
Constructor and Description |
---|
TxnIterator(TransactionSet txns)
Construct a TxnIterator that iterates over all SplitTxns as well as their
"flip sides".
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Return whether or not there are any more Txns over which we should iterate.
|
Txn |
next() |
void |
remove() |
public TxnIterator(TransactionSet txns)