org.apache.aries.blueprint.mutable
Interface MutableMapEntry
- All Superinterfaces:
- org.osgi.service.blueprint.reflect.MapEntry
- All Known Implementing Classes:
- MapEntryImpl
public interface MutableMapEntry
- extends org.osgi.service.blueprint.reflect.MapEntry
A mutable version of the MapEntry
that allows modifications.
- Version:
- $Rev: 896324 $, $Date: 2010-01-06 06:05:04 +0000 (Wed, 06 Jan 2010) $
Method Summary |
void |
setKey(org.osgi.service.blueprint.reflect.NonNullMetadata key)
|
void |
setValue(org.osgi.service.blueprint.reflect.Metadata value)
|
Methods inherited from interface org.osgi.service.blueprint.reflect.MapEntry |
getKey, getValue |
setKey
void setKey(org.osgi.service.blueprint.reflect.NonNullMetadata key)
setValue
void setValue(org.osgi.service.blueprint.reflect.Metadata value)
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.