public class ReferenceMap<K,V> extends Object implements Map<K,V>
Constructor and Description |
---|
ReferenceMap(Map<K,Reference<V>> map,
ReferenceFactory referenceFactory) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object object) |
Set<Map.Entry<K,V>> |
entrySet() |
V |
get(Object key) |
boolean |
isEmpty() |
Set<K> |
keySet() |
V |
put(K key,
V value) |
void |
putAll(Map<? extends K,? extends V> map) |
V |
remove(Object key) |
int |
size() |
Collection<V> |
values() |
public ReferenceMap(Map<K,Reference<V>> map, ReferenceFactory referenceFactory)
public boolean containsKey(Object key)
containsKey
in interface Map<K,V>
public boolean containsValue(Object object)
containsValue
in interface Map<K,V>
Copyright © 2004–2014 Paul Ferraro. All rights reserved.