org.apache.commons.jxpath.ri.compiler
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Expression.ValueIterator
public Expression.ValueIterator(Iterator it)
- Create a new ValueIterator.
- Parameters:
it
- underlying Iterator, may contain pointers
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
next
public Object next()
- Specified by:
next
in interface Iterator
remove
public void remove()
- Unsupported.
- Specified by:
remove
in interface Iterator
Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.