K1
- the first key typeK2
- the second key typeV
- the value typeM
- the type for the inner sorted mappublic class TwoKeyConcurrentSortedMap<K1,K2,V,M extends SortedMap<K2,V>> extends TwoKeyConcurrentMap<K1,K2,V,M>
TwoKeyConcurrentMap.TriFunction<A,B,C,R>
ConcurrentHashMap.KeySetView<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
TwoKeyConcurrentSortedMap(java.util.function.Supplier<M> innerMapCreator) |
addInnerValue, equals, flattenEntries, hashCode, removeInnerValue
clear, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, forEach, forEach, forEach, forEachEntry, forEachEntry, forEachKey, forEachKey, forEachValue, forEachValue, get, getOrDefault, isEmpty, keys, keySet, keySet, mappingCount, merge, newKeySet, newKeySet, put, putAll, putIfAbsent, reduce, reduceEntries, reduceEntries, reduceEntriesToDouble, reduceEntriesToInt, reduceEntriesToLong, reduceKeys, reduceKeys, reduceKeysToDouble, reduceKeysToInt, reduceKeysToLong, reduceToDouble, reduceToInt, reduceToLong, reduceValues, reduceValues, reduceValuesToDouble, reduceValuesToInt, reduceValuesToLong, remove, remove, replace, replace, replaceAll, search, searchEntries, searchKeys, searchValues, size, toString, values
clone
public TwoKeyConcurrentSortedMap(java.util.function.Supplier<M> innerMapCreator)
innerMapCreator
- supplier for the inner map typeCopyright © 2023. All Rights Reserved.