com.servingxml.util
Interface MutableDictionary<K,V>

All Superinterfaces:
Dictionary<K,V>
All Known Implementing Classes:
ChildDictionary, DictionaryImpl

public interface MutableDictionary<K,V>
extends Dictionary<K,V>

01/05/15


Method Summary
 void add(K key, V value)
           
 
Methods inherited from interface com.servingxml.util.Dictionary
createChildDictionary, get, size
 

Method Detail

add

void add(K key,
         V value)