java.lang.Object
com.sun.xml.fastinfoset.stax.events.EmptyIterator<E>
- All Implemented Interfaces:
Iterator<E>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <E> EmptyIterator
<E> boolean
hasNext()
next()
void
remove()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
EmptyIterator
private EmptyIterator()Creates a new instance of EmptyIterator
-
-
Method Details