Class MonoIterator<T>
java.lang.Object
net.sf.saxon.tree.jiter.MonoIterator<T>
- All Implemented Interfaces:
Iterator<T>
-
Constructor Details
-
MonoIterator
Create an iterator of the single object supplied- Parameters:
thing- the object to be iterated over
-
-
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.
-