com.bea.xml.stream.util

Class EmptyIterator

Implemented Interfaces:
java.util.Iterator

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

Field Summary

static EmptyIterator
emptyIterator

Method Summary

boolean
hasNext()
Object
next()
void
remove()

Field Details

emptyIterator

public static final EmptyIterator emptyIterator

Method Details

hasNext

public boolean hasNext()

next

public Object next()

remove

public void remove()