Uses of Interface
org.multiverse.api.collections.TxnStack
-
Packages that use TxnStack Package Description org.multiverse.api org.multiverse.api.collections org.multiverse.collections -
-
Uses of TxnStack in org.multiverse.api
Methods in org.multiverse.api that return TxnStack Modifier and Type Method Description static <E> TxnStack<E>
StmUtils. newTxnStack()
Creates a new committed unbound TxnStack.static <E> TxnStack<E>
StmUtils. newTxnStack(int capacity)
Creates a new committed bound TxnStack. -
Uses of TxnStack in org.multiverse.api.collections
Methods in org.multiverse.api.collections that return TxnStack Modifier and Type Method Description <E> TxnStack<E>
TxnCollectionsFactory. newStack()
<E> TxnStack<E>
TxnCollectionsFactory. newStack(int capacity)
-
Uses of TxnStack in org.multiverse.collections
Classes in org.multiverse.collections that implement TxnStack Modifier and Type Class Description class
NaiveTxnStack<E>
Methods in org.multiverse.collections that return TxnStack Modifier and Type Method Description <E> TxnStack<E>
NaiveTxnCollectionFactory. newStack(int capacity)
-