org.apache.commons.collections.map

Class AbstractHashedMap.HashMapIterator

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

MapIterator implementation.
Constructor Summary
protected HashMapIterator(AbstractHashedMap parent)
Method Summary
ObjectgetKey()
ObjectgetValue()
Objectnext()
ObjectsetValue(Object value)

Constructor Detail

HashMapIterator

protected HashMapIterator(AbstractHashedMap parent)

Method Detail

getKey

public Object getKey()

getValue

public Object getValue()

next

public Object next()

setValue

public Object setValue(Object value)
Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.