|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.aelitis.azureus.core.util.CopyOnWriteMap<K,V>
public class CopyOnWriteMap<K,V>
| Constructor Summary | |
|---|---|
CopyOnWriteMap()
|
|
| Method Summary | |
|---|---|
V |
get(K key)
|
boolean |
isEmpty()
|
V |
put(K key,
V val)
|
void |
putAll(CopyOnWriteMap<K,V> m)
|
void |
putAll(java.util.Map<K,V> m)
|
V |
remove(java.lang.Object key)
|
int |
size()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CopyOnWriteMap()
| Method Detail |
|---|
public V put(K key,
V val)
public void putAll(java.util.Map<K,V> m)
public void putAll(CopyOnWriteMap<K,V> m)
public V remove(java.lang.Object key)
public V get(K key)
public int size()
public boolean isEmpty()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||