org.apache.commons.collections.bidimap

Class AbstractDualBidiMap.MapEntry

Enclosing Class:
AbstractDualBidiMap
Implemented Interfaces:
Map.Entry, KeyValue

protected static class AbstractDualBidiMap.MapEntry
extends AbstractMapEntryDecorator

Inner class MapEntry.

Field Summary

protected AbstractDualBidiMap
parent
The parent map

Fields inherited from class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator

entry

Constructor Summary

MapEntry(Map.Entry entry, AbstractDualBidiMap parent)
Constructor.

Method Summary

Object
setValue(Object value)

Methods inherited from class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator

equals, getKey, getMapEntry, getValue, hashCode, setValue, toString

Field Details

parent

protected final AbstractDualBidiMap parent
The parent map

Constructor Details

MapEntry

protected MapEntry(Map.Entry entry,
                   AbstractDualBidiMap parent)
Constructor.
Parameters:
entry - the entry to decorate
parent - the parent map

Method Details

setValue

public Object setValue(Object value)
Overrides:
setValue in interface AbstractMapEntryDecorator

Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.