public interface ReplicatedMap<K,V> extends ConcurrentMap<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
_clear() |
V |
_put(K key,
V value) |
void |
_putAll(Map<? extends K,? extends V> map) |
V |
_putIfAbsent(K key,
V value) |
V |
_remove(Object key) |
boolean |
_remove(Object key,
Object value) |
V |
_replace(K key,
V value) |
boolean |
_replace(K key,
V oldValue,
V newValue) |
putIfAbsent, remove, replace, replaceCopyright © 2012 JBoss by Red Hat. All Rights Reserved.