Class PairIterator<T>
java.lang.Object
net.sf.saxon.tree.jiter.PairIterator<T>
- All Implemented Interfaces:
Iterator<T>
-
Constructor Details
-
PairIterator
-
-
Method Details
-
hasNext
-
next
Returns the next element in the iteration.- Specified by:
nextin interfaceIterator<T>- Returns:
- the next element in the iteration.
- Throws:
NoSuchElementException- iteration has no more elements.
-