Interface TxnSet<E>

All Superinterfaces:
Collection<E>, Iterable<E>, Set<E>, TxnCollection<E>, TxnIterable<E>
All Known Implementing Classes:
NaiveTxnHashSet

public interface TxnSet<E> extends TxnCollection<E>, Set<E>