K
V
public abstract class ReadOnlyMap<K,V> extends Object implements Map<K,V>
Map.Entry<K,V>
ReadOnlyMap()
void
clear()
put(K key, V value)
remove(Object _key)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, putAll, size, values
public ReadOnlyMap()
public void clear()
clear
Map<K,V>
public V put(K key, V value)
put
public V remove(Object _key)
remove
Terrier 4.0. Copyright © 2004-2014 University of Glasgow