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
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapIterator
public MapIterator(Map
map)
hasNext() Method
public boolean hasNext()
next() Method
public Object
next()
remove() Method
public void remove()