org.ops4j.pax.coin.service.internal.target
Class ReadOnlyDictionary<K,V>

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by org.ops4j.pax.coin.service.internal.target.DictionaryWrapper<K,V>
          extended by 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

Constructor Summary
ReadOnlyDictionary(Dictionary<K,V> delegate)
           
 
Method Summary
 V put(K k, V v)
           
 V remove(Object o)
           
 
Methods inherited from class org.ops4j.pax.coin.service.internal.target.DictionaryWrapper
elements, equals, get, hashCode, isEmpty, keys, size, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReadOnlyDictionary

public ReadOnlyDictionary(Dictionary<K,V> delegate)
Method Detail

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.