HEADER

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

Constructor Summary
HashMapSoftValues()
           

Method Summary
 Objectget(Object key)
           
 Iteratoriterator()
           
 Objectput(Object key, Object value)
           
 Collectionvalues()
           

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

Constructor Detail

HashMapSoftValues

public HashMapSoftValues()
todo Doc
Method Detail

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()

Association Links

to Class java.lang.ref.ReferenceQueue

todo Doc

FOOTER

BOTTOM