com.sun.xml.fastinfoset.stax.events
Class EmptyIterator
java.lang.Object
com.sun.xml.fastinfoset.stax.events.EmptyIterator
- All Implemented Interfaces:
- Iterator
public class EmptyIterator
- extends Object
- implements Iterator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
public static final EmptyIterator instance
getInstance
public static EmptyIterator getInstance()
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator
next
public Object next()
throws NoSuchElementException
- Specified by:
next in interface Iterator
- Throws:
NoSuchElementException
remove
public void remove()
- Specified by:
remove in interface Iterator
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.