MapIterator Class

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

public class MapIterator

    extends Object
    implements Iterator

MapIterator provides an Iterator over map values. MapIterator iterates over the sequence of values stored in the map.


Hierarchy
Object
  MapIterator
All Implemented Interfaces

Iterator

Constructor Summary

MapIterator(Map map)

 

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
 

Constructor Detail

MapIterator

public MapIterator(Map map)
 

Method Detail

hasNext() Method

public boolean hasNext()

next() Method

public Object next()

remove() Method

public void remove()