Uses of Interface
org.multiverse.api.collections.TxnIterable
-
Packages that use TxnIterable Package Description org.multiverse.api.collections org.multiverse.collections -
-
Uses of TxnIterable in org.multiverse.api.collections
Subinterfaces of TxnIterable in org.multiverse.api.collections Modifier and Type Interface Description interface
TxnCollection<E>
interface
TxnDeque<E>
interface
TxnList<E>
interface
TxnQueue<E>
interface
TxnSet<E>
interface
TxnStack<E>
-
Uses of TxnIterable in org.multiverse.collections
Classes in org.multiverse.collections that implement TxnIterable Modifier and Type Class Description class
AbstractTxnCollection<E>
class
NaiveTxnHashSet<E>
class
NaiveTxnLinkedList<E>
A LinkedList implementation that also acts as a TxnQueue, TxnDeque.class
NaiveTxnStack<E>
-