public interface ConcurrentIntObjectMap<V> extends IntObjectMap<V>
ConcurrentMap
to integer keysConcurrentMap
IntObjectMap.Entry<V>
Modifier and Type | Method and Description |
---|---|
V |
cacheOrGet(int key,
V value) |
java.util.Enumeration<V> |
elements() |
V |
putIfAbsent(int key,
V value) |
boolean |
remove(int key,
V value) |
boolean |
replace(int key,
V oldValue,
V newValue) |
int |
size() |
clear, containsKey, containsValue, entrySet, get, isEmpty, keys, put, remove, values
boolean remove(int key, V value)
java.util.Enumeration<V> elements()
int size()
size
in interface IntObjectMap<V>