Package org.codehaus.stax2.ri
Class SingletonIterator<T>
java.lang.Object
org.codehaus.stax2.ri.SingletonIterator<T>
- All Implemented Interfaces:
Iterator<T>
Simple read-only iterator that iterators over one specific item, passed
in as constructor argument.
-
Field Details
-
_value
-
_done
private boolean _done
-
-
Constructor Details
-
SingletonIterator
Deprecated.
-
-
Method Details