public class FieldRecord.IndividualIterator
extends java.lang.Object
implements java.util.Iterator
FieldRecord.iterator(int)
Constructor and Description |
---|
IndividualIterator(int index)
Construct an iterator for the given index of dimensions.
|
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() . |
IndividualIterator(int index)
index
- The index.FieldRecord.iterator(int)
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