public class Mapping<K,V> extends Object
Mapping()
boolean
containsKey(K key)
V
get(K key)
void
put(K key, V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Mapping()
public boolean containsKey(K key)
public V get(K key)
public void put(K key, V value)