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

All Known Subinterfaces:
MutableDictionary<K,V>
All Known Implementing Classes:
ChildDictionary, DictionaryImpl

public interface Dictionary<K,V>

01/05/15


Method Summary
 MutableDictionary<K,V> createChildDictionary()
           
 V get(K key)
           
 int size()
           
 

Method Detail

get

V get(K key)

size

int size()

createChildDictionary

MutableDictionary<K,V> createChildDictionary()