Package | Description |
---|---|
org.multiverse.api.collections | |
org.multiverse.collections |
Modifier and Type | Method and Description |
---|---|
TxnIterator<E> |
TxnDeque.descendingIterator(Txn txn) |
TxnIterator<E> |
TxnIterable.iterator() |
TxnIterator<E> |
TxnIterable.iterator(Txn txn)
Returns an iterator over a set of elements of type T.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTxnIterator<E> |
(package private) static class |
NaiveTxnHashSet.It<E> |
(package private) static class |
NaiveTxnStack.It<E> |
Modifier and Type | Field and Description |
---|---|
private TxnIterator<java.util.Map.Entry<E,java.lang.Object>> |
NaiveTxnHashSet.It.iterator |
Modifier and Type | Method and Description |
---|---|
TxnIterator<E> |
NaiveTxnLinkedList.descendingIterator() |
TxnIterator<E> |
NaiveTxnLinkedList.descendingIterator(Txn tx) |
TxnIterator<E> |
AbstractTxnCollection.iterator() |
TxnIterator<E> |
NaiveTxnStack.iterator(Txn tx) |
TxnIterator<E> |
NaiveTxnLinkedList.iterator(Txn tx) |
TxnIterator<E> |
NaiveTxnHashSet.iterator(Txn tx) |
Constructor and Description |
---|
It(TxnIterator<java.util.Map.Entry<E,java.lang.Object>> iterator) |