Module org.eclipse.persistence.core
Class AbstractRecord.RecordValuesIterator
- java.lang.Object
-
- org.eclipse.persistence.internal.sessions.AbstractRecord.RecordEntryIterator
-
- org.eclipse.persistence.internal.sessions.AbstractRecord.RecordValuesIterator
-
- All Implemented Interfaces:
Iterator
- Enclosing class:
- AbstractRecord
protected class AbstractRecord.RecordValuesIterator extends AbstractRecord.RecordEntryIterator
Defines the virtual valuesSet iterator.
-
-
Constructor Summary
Constructors Constructor Description RecordValuesIterator()Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectnext()-
Methods inherited from class org.eclipse.persistence.internal.sessions.AbstractRecord.RecordEntryIterator
hasNext, remove
-
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
-
-
-
-
Method Detail
-
next
public Object next()
- Specified by:
nextin interfaceIterator- Overrides:
nextin classAbstractRecord.RecordEntryIterator
-
-