Class EmptyIterator
- java.lang.Object
-
- com.sun.xml.fastinfoset.stax.events.EmptyIterator
-
-
Field Summary
Fields Modifier and Type Field Description static EmptyIteratorinstance
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EmptyIteratorgetInstance()booleanhasNext()Objectnext()voidremove()-
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 Detail
-
instance
public static final EmptyIterator instance
-
-
Method Detail
-
getInstance
public static EmptyIterator getInstance()
-
next
public Object next() throws NoSuchElementException
- Specified by:
nextin interfaceIterator- Throws:
NoSuchElementException
-
-