org.ops4j.pax.coin.service.internal.target
Class ReadOnlyDictionary<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.ReadOnlyDictionary<K,V>
public class ReadOnlyDictionary<K,V>
- extends DictionaryWrapper<K,V>
A Dictionary wrapper.
- Since:
- 0.3.0, March 10, 2008
- Author:
- Alin Dreghiciu
ReadOnlyDictionary
public ReadOnlyDictionary(Dictionary<K,V> delegate)
put
public V put(K k,
V v)
- Overrides:
put
in class DictionaryWrapper<K,V>
remove
public V remove(Object o)
- Overrides:
remove
in class DictionaryWrapper<K,V>
Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.