|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.servingxml.util.DictionaryImpl<K,V>
public class DictionaryImpl<K,V>
01/05/15
Constructor Summary | |
---|---|
DictionaryImpl()
|
Method Summary | |
---|---|
void |
add(K key,
V value)
|
MutableDictionary<K,V> |
createChildDictionary()
|
V |
get(K key)
|
int |
size()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DictionaryImpl()
Method Detail |
---|
public V get(K key)
get
in interface Dictionary<K,V>
public void add(K key, V value)
add
in interface MutableDictionary<K,V>
public int size()
size
in interface Dictionary<K,V>
public MutableDictionary<K,V> createChildDictionary()
createChildDictionary
in interface Dictionary<K,V>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |