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) |
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.