Class Hierarchy
- java.lang.Object
- org.multiverse.collections.AbstractTxnCollection<E> (implements org.multiverse.api.collections.TxnCollection<E>)
- org.multiverse.collections.NaiveTxnHashSet<E> (implements org.multiverse.api.collections.TxnSet<E>)
- org.multiverse.collections.NaiveTxnLinkedList<E> (implements org.multiverse.api.collections.TxnDeque<E>, org.multiverse.api.collections.TxnList<E>)
- org.multiverse.collections.NaiveTxnStack<E> (implements org.multiverse.api.collections.TxnStack<E>)
- org.multiverse.collections.AbstractTxnIterator<E> (implements org.multiverse.api.collections.TxnIterator<E>)
- org.multiverse.collections.AbstractTxnMap<K,V> (implements org.multiverse.api.collections.TxnMap<K,V>)
- org.multiverse.collections.NaiveTxnHashMap<K,V>
- org.multiverse.collections.NaiveTxnCollectionFactory (implements org.multiverse.api.collections.TxnCollectionsFactory)
- org.multiverse.collections.AbstractTxnCollection<E> (implements org.multiverse.api.collections.TxnCollection<E>)