org.apache.felix.framework.util
Class MapToDictionary

java.lang.Object
  extended by java.util.Dictionary
      extended by org.apache.felix.framework.util.MapToDictionary

public class MapToDictionary
extends Dictionary

This is a simple class that implements a Dictionary from a Map. The resulting dictionary is immutable.


Constructor Summary
MapToDictionary(Map map)
           
 
Method Summary
 Enumeration elements()
           
 Object get(Object key)
           
 boolean isEmpty()
           
 Enumeration keys()
           
 Object put(Object key, Object value)
           
 Object remove(Object key)
           
 int size()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MapToDictionary

public MapToDictionary(Map map)
Method Detail

elements

public Enumeration elements()
Specified by:
elements in class Dictionary

get

public Object get(Object key)
Specified by:
get in class Dictionary

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in class Dictionary

keys

public Enumeration keys()
Specified by:
keys in class Dictionary

put

public Object put(Object key,
                  Object value)
Specified by:
put in class Dictionary

remove

public Object remove(Object key)
Specified by:
remove in class Dictionary

size

public int size()
Specified by:
size in class Dictionary

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.