Class Expression.ValueIterator
- java.lang.Object
-
- org.apache.commons.jxpath.ri.compiler.Expression.ValueIterator
-
- All Implemented Interfaces:
Iterator
- Enclosing class:
- Expression
public static class Expression.ValueIterator extends Object implements Iterator
Value Iterator
-
-
Constructor Summary
Constructors Constructor Description ValueIterator(Iterator it)
Create a new ValueIterator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
Object
next()
void
remove()
Unsupported.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
ValueIterator
public ValueIterator(Iterator it)
Create a new ValueIterator.- Parameters:
it
- underlying Iterator, may contain pointers
-
-