Class NaiveTxnCollectionFactory
java.lang.Object
org.multiverse.collections.NaiveTxnCollectionFactory
- All Implemented Interfaces:
TxnCollectionsFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetStm()<E> NaiveTxnLinkedList<E> newDeque()<E> NaiveTxnLinkedList<E> newDeque(int capacity) <K,V> NaiveTxnHashMap <K, V> <E> NaiveTxnHashSet<E> <E> NaiveTxnLinkedList<E> <E> NaiveTxnLinkedList<E> newQueue()<E> NaiveTxnLinkedList<E> newQueue(int capacity) <E> NaiveTxnStack<E> newStack()<E> TxnStack<E> newStack(int capacity)
-
Field Details
-
stm
-
-
Constructor Details
-
NaiveTxnCollectionFactory
-
-
Method Details
-
getStm
- Specified by:
getStmin interfaceTxnCollectionsFactory
-
newStack
- Specified by:
newStackin interfaceTxnCollectionsFactory
-
newStack
- Specified by:
newStackin interfaceTxnCollectionsFactory
-
newQueue
- Specified by:
newQueuein interfaceTxnCollectionsFactory
-
newQueue
- Specified by:
newQueuein interfaceTxnCollectionsFactory
-
newDeque
- Specified by:
newDequein interfaceTxnCollectionsFactory
-
newDeque
- Specified by:
newDequein interfaceTxnCollectionsFactory
-
newHashSet
- Specified by:
newHashSetin interfaceTxnCollectionsFactory
-
newHashMap
- Specified by:
newHashMapin interfaceTxnCollectionsFactory
-
newLinkedList
- Specified by:
newLinkedListin interfaceTxnCollectionsFactory
-