Package org.multiverse.collections
Class AbstractTxnIterator<E>
- java.lang.Object
-
- org.multiverse.collections.AbstractTxnIterator<E>
-
- All Implemented Interfaces:
java.util.Iterator<E>
,TxnIterator<E>
- Direct Known Subclasses:
NaiveTxnHashSet.It
,NaiveTxnStack.It
public abstract class AbstractTxnIterator<E> extends java.lang.Object implements TxnIterator<E>
-
-
Constructor Summary
Constructors Constructor Description AbstractTxnIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
E
next()
void
remove()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.multiverse.api.collections.TxnIterator
hasNext, next, remove
-
-