org.apache.geronimo.blueprint.mutable
Interface MutableMapEntry

All Superinterfaces:
MapEntry
All Known Implementing Classes:
MapEntryImpl

public interface MutableMapEntry
extends MapEntry

A mutable version of the MapEntry that allows modifications.

Version:
$Rev: 766508 $, $Date: 2009-04-19 22:09:27 +0200 (Sun, 19 Apr 2009) $
Author:
Apache Geronimo Project

Method Summary
 void setKey(NonNullMetadata key)
           
 void setValue(Metadata value)
           
 
Methods inherited from interface org.osgi.service.blueprint.reflect.MapEntry
getKey, getValue
 

Method Detail

setKey

void setKey(NonNullMetadata key)

setValue

void setValue(Metadata value)


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.