org.ops4j.pax.coin.service.internal.target
Class ReadOnlyPropertiesDictionary<K,V>
java.lang.Object
java.util.Dictionary<K,V>
org.ops4j.pax.coin.service.internal.target.DictionaryWrapper<K,V>
org.ops4j.pax.coin.service.internal.target.ReadOnlyPropertiesDictionary<K,V>
public class ReadOnlyPropertiesDictionary<K,V>
- extends DictionaryWrapper<K,V>
A Dictionary wrapper.
- Since:
- 0.3.0, March 10, 2008
- Author:
- Alin Dreghiciu
ReadOnlyPropertiesDictionary
public ReadOnlyPropertiesDictionary(Dictionary<K,V> delegate,
K... unmodifiableKeys)
put
public V put(K key,
V value)
- Overrides:
put
in class DictionaryWrapper<K,V>
remove
public V remove(Object key)
- Overrides:
remove
in class DictionaryWrapper<K,V>
Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.