⇒ Index (Frames) |  ⇒ Index (No Frames) |  ⇒ Package |  ⇒ Package Tree |  ⇒ Full Tree 
org.apache.commons.collections.map

Class AbstractHashedMap.HashMapIterator

java.lang.Object
|
+--org.apache.commons.collections.map.AbstractHashedMap.HashIterator
   |
   +--org.apache.commons.collections.map.AbstractHashedMap.HashMapIterator
Enclosing Class:

All Implemented Interfaces:
Iterator,
MapIterator


protected static class AbstractHashedMap.HashMapIterator
extends AbstractHashedMap.HashIterator
implements MapIterator

MapIterator implementation.

Constructor Summary

HashMapIterator(AbstractHashedMap parent)

MapIterator implementation.

Method Summary

Object

getKey()

Object

getValue()

Object

next()

Object

setValue(Object value)

Constructor Details

HashMapIterator

protected HashMapIterator(AbstractHashedMap parent)

MapIterator implementation.

Parameters:
parent

Method Details

getKey

public Object getKey()


getValue

public Object getValue()


next

public Object next()


setValue

public Object setValue(Object value)

Parameters:
value