Package org.multiverse.collections
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
Methods inherited from interface org.multiverse.api.collections.TxnIterator
hasNext, next, remove