Package | Description |
---|---|
org.multiverse.api.collections | |
org.multiverse.collections |
Modifier and Type | Interface and Description |
---|---|
interface |
TxnCollection<E> |
interface |
TxnDeque<E> |
interface |
TxnList<E> |
interface |
TxnQueue<E> |
interface |
TxnSet<E> |
interface |
TxnStack<E> |
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> |
Copyright © 2020. All rights reserved.