public class FieldRecord.CombinedIterator
extends java.lang.Object
implements java.util.Iterator
FieldRecord.iterator()
Constructor and Description |
---|
CombinedIterator()
Construct an iterator.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Test if there are more elements.
|
java.lang.Object |
next()
Return the next element.
|
void |
remove()
Remove the last element returned by
next() . |
public boolean hasNext()
hasNext
in interface java.util.Iterator
public java.lang.Object next()
next
in interface java.util.Iterator
public void remove()
remove
in interface java.util.Iterator