public class GridSynchronizedMap<K,V> extends org.jdk8.backport.ConcurrentHashMap8<K,V> implements Externalizable
org.jdk8.backport.ConcurrentHashMap8.Action<A>, org.jdk8.backport.ConcurrentHashMap8.BiAction<A,B>, org.jdk8.backport.ConcurrentHashMap8.BiFun<A,B,T>, org.jdk8.backport.ConcurrentHashMap8.DoubleByDoubleToDouble, org.jdk8.backport.ConcurrentHashMap8.DoubleToDouble, org.jdk8.backport.ConcurrentHashMap8.EntrySetView<K,V>, org.jdk8.backport.ConcurrentHashMap8.Fun<A,T>, org.jdk8.backport.ConcurrentHashMap8.Generator<T>, org.jdk8.backport.ConcurrentHashMap8.IntByIntToInt, org.jdk8.backport.ConcurrentHashMap8.IntToInt, org.jdk8.backport.ConcurrentHashMap8.KeySetView<K,V>, org.jdk8.backport.ConcurrentHashMap8.LongByLongToLong, org.jdk8.backport.ConcurrentHashMap8.LongToLong, org.jdk8.backport.ConcurrentHashMap8.ObjectByObjectToDouble<A,B>, org.jdk8.backport.ConcurrentHashMap8.ObjectByObjectToInt<A,B>, org.jdk8.backport.ConcurrentHashMap8.ObjectByObjectToLong<A,B>, org.jdk8.backport.ConcurrentHashMap8.ObjectToDouble<A>, org.jdk8.backport.ConcurrentHashMap8.ObjectToInt<A>, org.jdk8.backport.ConcurrentHashMap8.ObjectToLong<A>, org.jdk8.backport.ConcurrentHashMap8.Spliterator<T>, org.jdk8.backport.ConcurrentHashMap8.ValuesView<K,V>| Constructor and Description |
|---|
GridSynchronizedMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
V |
put(K key,
V val) |
void |
putAll(Map<? extends K,? extends V> m) |
V |
putIfAbsent(K key,
V val) |
void |
readExternal(ObjectInput in) |
V |
remove(Object key) |
boolean |
remove(Object key,
Object val) |
V |
replace(K key,
V val) |
boolean |
replace(K key,
V oldVal,
V newVal) |
void |
writeExternal(ObjectOutput out) |
compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, entrySpliterator, equals, get, getValueOrDefault, hashCode, isEmpty, keys, keySet, keySet, keySpliterator, mappingCount, merge, newKeySet, newKeySet, size, toString, values, valueSpliteratorpublic V putIfAbsent(K key, V val)
putIfAbsent in interface ConcurrentMap<K,V>putIfAbsent in class org.jdk8.backport.ConcurrentHashMap8<K,V>public void clear()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2014. All rights reserved.