Class AbstractTxnIterator<E>
java.lang.Object
org.multiverse.collections.AbstractTxnIterator<E>
- All Implemented Interfaces:
Iterator<E>, TxnIterator<E>
- Direct Known Subclasses:
NaiveTxnHashSet.It, NaiveTxnStack.It
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemainingMethods inherited from interface TxnIterator
hasNext, next, remove
-
Constructor Details
-
AbstractTxnIterator
public AbstractTxnIterator()
-
-
Method Details
-
hasNext
-
next
-
remove
-