org.apache.aries.blueprint.reflect
Class MapEntryImpl
java.lang.Object
org.apache.aries.blueprint.reflect.MapEntryImpl
- All Implemented Interfaces:
- MutableMapEntry, MapEntry
public class MapEntryImpl
- extends Object
- implements MutableMapEntry
Implementation of MapEntry
- Version:
- $Rev$, $Date$
MapEntryImpl
public MapEntryImpl()
MapEntryImpl
public MapEntryImpl(NonNullMetadata key,
Metadata value)
MapEntryImpl
public MapEntryImpl(MapEntry entry)
getKey
public NonNullMetadata getKey()
- Specified by:
getKey in interface MapEntry
setKey
public void setKey(NonNullMetadata key)
- Specified by:
setKey in interface MutableMapEntry
getValue
public Metadata getValue()
- Specified by:
getValue in interface MapEntry
setValue
public void setValue(Metadata value)
- Specified by:
setValue in interface MutableMapEntry
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.