public class ValueListIterator
extends java.lang.Object
Iterator to traverse all the values into a ValueList instance.
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Gets if there are more elements.
|
Value |
next()
Moves to the next element.
|
public Value next()
public boolean hasNext()