Class Iterators.Singleton<T>
java.lang.Object
com.sun.xml.xsom.impl.scd.Iterators.ReadOnly<T>
com.sun.xml.xsom.impl.scd.Iterators.Singleton<T>
- All Implemented Interfaces:
Iterator<T>
- Enclosing class:
Iterators
Iterator that returns a single (or no) value.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Iterators.ReadOnly
removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
next
-
-
Constructor Details
-
Singleton
Singleton(T next)
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-