EmptyIterator Class

com.bea.wlw.netui.util.iterator
EmptyIterator Class

public class EmptyIterator

    extends Object
    implements Iterator

Hierarchy
Object
  EmptyIterator
All Implemented Interfaces

Iterator

Method Summary

public boolean
hasNext()
public Object
next()
public void
remove()
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   
Methods from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

hasNext() Method

public boolean hasNext()

next() Method

public Object next()

remove() Method

public void remove()