public interface ReplicatedMap<K extends Serializable,V extends Serializable> 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, replace
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.