org.apache.aries.blueprint.reflect
Class MapEntryImpl

java.lang.Object
  extended by org.apache.aries.blueprint.reflect.MapEntryImpl
All Implemented Interfaces:
MutableMapEntry, MapEntry

public class MapEntryImpl
extends Object
implements MutableMapEntry

Implementation of MapEntry

Version:
$Rev$, $Date$

Constructor Summary
MapEntryImpl()
           
MapEntryImpl(MapEntry entry)
           
MapEntryImpl(NonNullMetadata key, Metadata value)
           
 
Method Summary
 NonNullMetadata getKey()
           
 Metadata getValue()
           
 void setKey(NonNullMetadata key)
           
 void setValue(Metadata value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MapEntryImpl

public MapEntryImpl()

MapEntryImpl

public MapEntryImpl(NonNullMetadata key,
                    Metadata value)

MapEntryImpl

public MapEntryImpl(MapEntry entry)
Method Detail

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.