Package ch.tocco.nice2.dms.impl.batch
Class KeyIterator
java.lang.Object
ch.tocco.nice2.dms.impl.batch.KeyIterator
- All Implemented Interfaces:
Iterator<PrimaryKey>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
hasNext()
next()
void
setHandled
(String entityModelName, PrimaryKey primaryKey) 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, remove
-
Constructor Details
-
KeyIterator
-
-
Method Details
-
setHandled
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<PrimaryKey>
-
next
- Specified by:
next
in interfaceIterator<PrimaryKey>
-