AtomicObjectIterator Class

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

public class AtomicObjectIterator

    extends Object
    implements Iterator

Hierarchy
Object
  AtomicObjectIterator
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()