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 TypeInterfaceDescriptioninterfaceTxnDeque<E>interfaceTxnList<E>interfaceTxnQueue<E>interfaceTxnSet<E>interfaceTxnStack<E>Methods in org.multiverse.api.collections that return TxnCollectionModifier and TypeMethodDescriptionTxnMap.values()Returns aTxnCollectionview of the values contained in this map.Returns aTxnCollectionview of the values contained in this map.Methods in org.multiverse.api.collections with parameters of type TxnCollectionModifier and TypeMethodDescriptionbooleanTxnCollection.addAll(TxnCollection<? extends E> c) Adds all of the elements in the specified collection to this collection (optional operation).booleanTxnCollection.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 TypeClassDescriptionclassfinal classfinal classA LinkedList implementation that also acts as a TxnQueue, TxnDeque.final classMethods in org.multiverse.collections that return TxnCollectionMethods in org.multiverse.collections with parameters of type TxnCollectionModifier and TypeMethodDescriptionbooleanAbstractTxnCollection.addAll(TxnCollection<? extends E> c) booleanAbstractTxnCollection.addAll(Txn tx, TxnCollection<? extends E> c)