Class EmptyIterator<E>
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> booleanhasNext()next()voidremove()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
EmptyIterator
private EmptyIterator()Creates a new instance of EmptyIterator
-
-
Method Details
-
getInstance
-
hasNext
-
next
- Specified by:
nextin interfaceIterator<E>- Throws:
NoSuchElementException
-
remove
-