HEADER

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

Constructor Summary
HashMapWeakValues()
           

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

HashMapWeakValues

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