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> |
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) |
Copyright © 2020. All rights reserved.