|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mongodb.util.WeakValueMap<K,V>
public class WeakValueMap<K,V>
| Constructor Summary | |
|---|---|
WeakValueMap()
Initializes a new values map |
|
| Method Summary | |
|---|---|
V |
get(Object key)
Gets an object with a given key from this map |
V |
put(K key,
V v)
Adds an object to this map |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WeakValueMap()
| Method Detail |
|---|
public V get(Object key)
key - name of the object to find
public V put(K key,
V v)
key - key of object to addv - value of object to add
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||