Uses of Interface
org.multiverse.api.collections.TxnCollection
Packages that use TxnCollection
-
Uses of TxnCollection in org.multiverse.api.collections
Subinterfaces of TxnCollection in org.multiverse.api.collectionsModifier and TypeInterfaceDescriptioninterface
TxnDeque<E>
interface
TxnList<E>
interface
TxnQueue<E>
interface
TxnSet<E>
interface
TxnStack<E>
Methods in org.multiverse.api.collections that return TxnCollectionModifier and TypeMethodDescriptionTxnMap.values()
Returns aTxnCollection
view of the values contained in this map.Returns aTxnCollection
view of the values contained in this map.Methods in org.multiverse.api.collections with parameters of type TxnCollectionModifier and TypeMethodDescriptionboolean
TxnCollection.addAll
(TxnCollection<? extends E> c) Adds all of the elements in the specified collection to this collection (optional operation).boolean
TxnCollection.addAll
(Txn txn, TxnCollection<? extends E> c) Adds all of the elements in the specified collection to this collection (optional operation). -
Uses of TxnCollection in org.multiverse.collections
Classes in org.multiverse.collections that implement TxnCollectionModifier and TypeClassDescriptionclass
final class
final class
A LinkedList implementation that also acts as a TxnQueue, TxnDeque.final class
Methods in org.multiverse.collections that return TxnCollectionMethods in org.multiverse.collections with parameters of type TxnCollectionModifier and TypeMethodDescriptionboolean
AbstractTxnCollection.addAll
(TxnCollection<? extends E> c) boolean
AbstractTxnCollection.addAll
(Txn tx, TxnCollection<? extends E> c)