ru.biosoft.util
Class HashMapSoftValues
java.lang.Object
|
+--java.util.AbstractMap
|
+--java.util.HashMap
|
+--ru.biosoft.util.HashMapSoftValues
- public class HashMapSoftValues
- 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 |
HashMapSoftValues
public HashMapSoftValues()
- 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