org.apache.beehive.netui.util.iterator
Class MapIterator

Object
  extended by MapIterator
All Implemented Interfaces:
Iterator

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.


Constructor Summary
MapIterator(Map map)
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapIterator

public MapIterator(Map map)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

public Object next()
Specified by:
next in interface Iterator

remove

public void remove()
Specified by:
remove in interface Iterator