public class WeakValueHashMap extends AbstractMap
 Note that this is distinct from the standard library class,
 WeakHashMap which has weak keys.
 
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
WeakValueHashMap()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
containsKey(Object o)  | 
Set | 
entrySet()  | 
Object | 
get(Object key)  | 
Object | 
put(Object key,
   Object value)  | 
clear, clone, containsValue, equals, hashCode, isEmpty, keySet, putAll, remove, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic WeakValueHashMap()
public Object put(Object key, Object value)
put in interface Mapput in class AbstractMappublic Object get(Object key)
get in interface Mapget in class AbstractMappublic boolean containsKey(Object o)
containsKey in interface MapcontainsKey in class AbstractMapCopyright © 2000–2017 BioJava. All rights reserved.