public static class Expression.ValueIterator
extends java.lang.Object
implements java.util.Iterator
Modifier and Type | Field and Description |
---|---|
private java.util.Iterator |
iterator |
Constructor and Description |
---|
ValueIterator(java.util.Iterator it)
Create a new ValueIterator.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.lang.Object |
next() |
void |
remove()
Unsupported.
|