Class ReadOnlyDictionary

java.lang.Object
java.util.Dictionary<String,Object>
org.apache.felix.scr.impl.helper.ReadOnlyDictionary
All Implemented Interfaces:
Comparable<ReadOnlyDictionary>, Map<String,Object>

public class ReadOnlyDictionary extends Dictionary<String,Object> implements Map<String,Object>, Comparable<ReadOnlyDictionary>
The ReadOnlyDictionary is both a Dictionary and a Map whose modification methods (like Dictionary.put(Object, Object), remove(Object), etc.) throw an UnsupportedOperationException.