public static class Expression.ValueIterator extends java.lang.Object implements java.util.Iterator
Expression.ValueIterator(java.util.Iterator it)
boolean
hasNext()
java.lang.Object
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Expression.ValueIterator(java.util.Iterator it)
it
public boolean hasNext()
hasNext
java.util.Iterator
public java.lang.Object next()
next
public void remove()
remove