|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wsspi.kernel.service.utils.DictionaryUtils
public class DictionaryUtils
Simple set of utilities for dealing with the Dictionary objects used by the OSGi ConfigAdmin service.
Constructor Summary | |
---|---|
DictionaryUtils()
|
Method Summary | |
---|---|
static java.util.Dictionary<java.lang.String,java.lang.Object> |
mapToDictionary(java.util.Map<java.lang.String,java.lang.Object> map)
Return a Dictionary object backed by the original map (rather than copying the elements from the map into a new dictionary). |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DictionaryUtils()
Method Detail |
---|
public static java.util.Dictionary<java.lang.String,java.lang.Object> mapToDictionary(java.util.Map<java.lang.String,java.lang.Object> map)
map
- Map with String keys and Object values
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |