Package | Description |
---|---|
org.multiverse.api.collections | |
org.multiverse.collections |
Modifier and Type | Interface and Description |
---|---|
interface |
TxnDeque<E> |
interface |
TxnList<E> |
interface |
TxnQueue<E> |
interface |
TxnSet<E> |
interface |
TxnStack<E> |
Modifier and Type | Method and Description |
---|---|
TxnCollection<V> |
TxnMap.values()
Returns a
TxnCollection view of the values contained in this map. |
TxnCollection<V> |
TxnMap.values(Txn txn)
Returns a
TxnCollection view of the values contained in this map. |
Modifier and Type | Method and Description |
---|---|
boolean |
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).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTxnCollection<E> |
class |
NaiveTxnHashSet<E> |
class |
NaiveTxnLinkedList<E>
A LinkedList implementation that also acts as a TxnQueue, TxnDeque.
|
class |
NaiveTxnStack<E> |
Modifier and Type | Method and Description |
---|---|
TxnCollection<V> |
AbstractTxnMap.values() |
TxnCollection<V> |
NaiveTxnHashMap.values(Txn tx) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractTxnCollection.addAll(TxnCollection<? extends E> c) |
boolean |
AbstractTxnCollection.addAll(Txn tx,
TxnCollection<? extends E> c) |
Copyright © 2020. All rights reserved.