Class AtomicChain<T extends Transaction>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<T>
nxt.blockchain.atomictxs.AtomicChain<T>
Type Parameters:
T - Type of transaction
All Implemented Interfaces:
Comparable<AtomicChain<T>>, Iterable<T>, Collection<T>, List<T>

public class AtomicChain<T extends Transaction> extends AbstractList<T> implements Comparable<AtomicChain<T>>
Represents a chain of atomic transactions. The transactions in the chain are ordered from child to parent, with the root being the last transaction in the chain.