K - keyV - valuepublic class CheckedConcurrentSkipListMap<K,V> extends ConcurrentSkipListMap<K,V>
After successful insertion of a non-Comparable key, removal is also affected by this, and the key can't be removed.
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CheckedConcurrentSkipListMap() |
| Modifier and Type | Method and Description |
|---|---|
V |
put(K key,
V value) |
V |
putIfAbsent(K key,
V value) |
ceilingEntry, ceilingKey, clear, clone, comparator, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, equals, firstEntry, firstKey, floorEntry, floorKey, forEach, get, getOrDefault, headMap, headMap, higherEntry, higherKey, isEmpty, keySet, lastEntry, lastKey, lowerEntry, lowerKey, merge, navigableKeySet, pollFirstEntry, pollLastEntry, remove, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, valueshashCode, putAll, toStringpublic V putIfAbsent(K key, V value)
putIfAbsent in interface ConcurrentMap<K,V>putIfAbsent in interface Map<K,V>putIfAbsent in class ConcurrentSkipListMap<K,V>Copyright © GigaSpaces.