org.apache.commons.collections.map

Class AbstractLinkedMap.LinkMapIterator

protected static class AbstractLinkedMap.LinkMapIterator extends AbstractLinkedMap.LinkIterator implements OrderedMapIterator

MapIterator implementation.
Constructor Summary
protected LinkMapIterator(AbstractLinkedMap parent)
Method Summary
ObjectgetKey()
ObjectgetValue()
Objectnext()
Objectprevious()
ObjectsetValue(Object value)

Constructor Detail

LinkMapIterator

protected LinkMapIterator(AbstractLinkedMap parent)

Method Detail

getKey

public Object getKey()

getValue

public Object getValue()

next

public Object next()

previous

public Object previous()

setValue

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