ru.biosoft.util
Class HashMapWeakValues
java.lang.Object
|
+--java.util.AbstractMap
|
+--java.util.HashMap
|
+--ru.biosoft.util.HashMapWeakValues
- public class HashMapWeakValues
- extends HashMap
- todo Doc
| Method Summary |
Object | get(Object key) |
Iterator | iterator() |
Object | put(Object key, Object value) |
Collection | values() |
| Methods inherited from class java.util.HashMap |
size, isEmpty, containsValue, containsKey, remove, putAll, clear, clone, keySet, entrySet |
| Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
HashMapWeakValues
public HashMapWeakValues()
- todo Doc
get
public Object get(Object key)
- todo Doc
iterator
public Iterator iterator()
- todo remove
put
public Object put(Object key, Object value)
- todo Doc
values
public Collection values()
to Class java.lang.ref.ReferenceQueue- todo Doc
BOTTOM