Uses of Interface
org.multiverse.api.collections.TxnCollection
-
Packages that use TxnCollection Package Description org.multiverse.api.collections org.multiverse.collections -
-
Uses of TxnCollection in org.multiverse.api.collections
Subinterfaces of TxnCollection in org.multiverse.api.collections Modifier and Type Interface Description interfaceTxnDeque<E>interfaceTxnList<E>interfaceTxnQueue<E>interfaceTxnSet<E>interfaceTxnStack<E>Methods in org.multiverse.api.collections that return TxnCollection Modifier and Type Method Description TxnCollection<V>TxnMap. values()Returns aTxnCollectionview of the values contained in this map.TxnCollection<V>TxnMap. values(Txn txn)Returns aTxnCollectionview of the values contained in this map.Methods in org.multiverse.api.collections with parameters of type TxnCollection Modifier and Type Method Description booleanTxnCollection. 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 TxnCollection Modifier and Type Class Description classAbstractTxnCollection<E>classNaiveTxnHashSet<E>classNaiveTxnLinkedList<E>A LinkedList implementation that also acts as a TxnQueue, TxnDeque.classNaiveTxnStack<E>Methods in org.multiverse.collections that return TxnCollection Modifier and Type Method Description TxnCollection<V>AbstractTxnMap. values()TxnCollection<V>NaiveTxnHashMap. values(Txn tx)Methods in org.multiverse.collections with parameters of type TxnCollection Modifier and Type Method Description booleanAbstractTxnCollection. addAll(TxnCollection<? extends E> c)booleanAbstractTxnCollection. addAll(Txn tx, TxnCollection<? extends E> c)
-