public static class Expression.ValueIterator extends Object implements Iterator
Constructor and Description |
---|
ValueIterator(Iterator it)
Create a new ValueIterator.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Object |
next() |
void |
remove()
Unsupported.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public ValueIterator(Iterator it)
it
- underlying Iterator, may contain pointersCopyright © 2001–2017 The Apache Software Foundation. All rights reserved.