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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasNext()next()voidsetHandled(String entityModelName, PrimaryKey primaryKey) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
KeyIterator
-
-
Method Details
-
setHandled
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<PrimaryKey>
-
next
- Specified by:
nextin interfaceIterator<PrimaryKey>
-