Package org.multiverse.collections
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:
getStm
in interfaceTxnCollectionsFactory
-
newStack
- Specified by:
newStack
in interfaceTxnCollectionsFactory
-
newStack
- Specified by:
newStack
in interfaceTxnCollectionsFactory
-
newQueue
- Specified by:
newQueue
in interfaceTxnCollectionsFactory
-
newQueue
- Specified by:
newQueue
in interfaceTxnCollectionsFactory
-
newDeque
- Specified by:
newDeque
in interfaceTxnCollectionsFactory
-
newDeque
- Specified by:
newDeque
in interfaceTxnCollectionsFactory
-
newHashSet
- Specified by:
newHashSet
in interfaceTxnCollectionsFactory
-
newHashMap
- Specified by:
newHashMap
in interfaceTxnCollectionsFactory
-
newLinkedList
- Specified by:
newLinkedList
in interfaceTxnCollectionsFactory
-