com.bea.xml.stream.util

Class EmptyIterator

public class EmptyIterator extends Object implements Iterator

Field Summary
static EmptyIteratoremptyIterator
Method Summary
booleanhasNext()
Objectnext()
voidremove()

Field Detail

emptyIterator

public static final EmptyIterator emptyIterator

Method Detail

hasNext

public boolean hasNext()

next

public Object next()

remove

public void remove()