com.sun.xml.fastinfoset.stax.events
Class EmptyIterator

java.lang.Object
  extended bycom.sun.xml.fastinfoset.stax.events.EmptyIterator
All Implemented Interfaces:
java.util.Iterator

public class EmptyIterator
extends java.lang.Object
implements java.util.Iterator


Field Summary
static EmptyIterator instance
           
 
Method Summary
static EmptyIterator getInstance()
           
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

public static final EmptyIterator instance
Method Detail

getInstance

public static EmptyIterator getInstance()

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

next

public java.lang.Object next()
                      throws java.util.NoSuchElementException
Specified by:
next in interface java.util.Iterator
Throws:
java.util.NoSuchElementException

remove

public void remove()
Specified by:
remove in interface java.util.Iterator