public class RecordEntrySetIterator extends IDataElementIterator
Iterator
for the RecordEntry
items in a RecordEntrySet
. This Iterator
is
returned by the RecordEntrySet.iterator()
method.
RecordEntrySetIterator
supports all methods in the Iterator
interface. The RecordEntrySetIterator.remove()
method removes the
RecordEntry
from the RecordEntrySet
and removes
its corresponding key/value from the associated WmRecord
.
RecordEntrySet.iterator()
,
RecordEntry
,
WmRecord
cursor, destroyed, hasMoreElements, iData
Constructor and Description |
---|
RecordEntrySetIterator(com.wm.data.IData iData)
Constructs a
IDataKeyIterator for the underlying IData object. |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
next()
Returns the next
RecordEntry element in the iteration. |
destroy, finalize, hasNext, remove
public RecordEntrySetIterator(com.wm.data.IData iData)
IDataKeyIterator
for the underlying IData object.iData
- Underlying iData objectpublic java.lang.Object next()
RecordEntry
element in the iteration.next
in interface java.util.Iterator
next
in class IDataElementIterator
RecordEntry
element in the iteration.java.util.NoSuchElementException
- the iteration has no more elements.
Copyright © 2003 - 2021 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.