K
V
public final class WeakValueHashMap<K,V> extends Object
WeakValueHashMap()
void
clear()
get(K key)
put(K key, V value)
remove(K key)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public WeakValueHashMap()
public void clear()
public V get(K key)
key
null
public void put(K key, V value)
value
public V remove(K key)
Copyright © 2000-2014. All Rights Reserved.