Package org.apache.felix.framework.util
Class MapToDictionary
java.lang.Object
java.util.Dictionary
org.apache.felix.framework.util.MapToDictionary
This is a simple class that implements a Dictionary
 from a Map. The resulting dictionary is immutable.
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
MapToDictionary
 
 - 
 - 
Method Details
- 
elements
- Specified by:
 elementsin classDictionary
 - 
get
- Specified by:
 getin classDictionary
 - 
isEmpty
public boolean isEmpty()- Specified by:
 isEmptyin classDictionary
 - 
keys
- Specified by:
 keysin classDictionary
 - 
put
- Specified by:
 putin classDictionary
 - 
remove
- Specified by:
 removein classDictionary
 - 
size
public int size()- Specified by:
 sizein classDictionary
 - 
toString
 
 -