private static class ExpressionBuilder.SoftConcurrentHashMap extends java.util.concurrent.ConcurrentHashMap<java.lang.String,Node>
java.util.concurrent.ConcurrentHashMap.KeySetView<K,V>
Modifier and Type | Field and Description |
---|---|
private static int |
CACHE_INIT_SIZE |
private java.util.concurrent.ConcurrentHashMap<java.lang.String,ExpressionBuilder.NodeSoftReference> |
map |
private java.lang.ref.ReferenceQueue<Node> |
refQ |
Modifier | Constructor and Description |
---|---|
private |
SoftConcurrentHashMap() |
Modifier and Type | Method and Description |
---|---|
private void |
cleanup() |
Node |
get(java.lang.Object key) |
Node |
put(java.lang.String key,
Node value) |
Node |
putIfAbsent(java.lang.String key,
Node value) |
clear, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, forEach, forEach, forEachEntry, forEachEntry, forEachKey, forEachKey, forEachValue, forEachValue, getOrDefault, hashCode, isEmpty, keys, keySet, keySet, mappingCount, merge, newKeySet, newKeySet, putAll, 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
private static final int CACHE_INIT_SIZE
private java.util.concurrent.ConcurrentHashMap<java.lang.String,ExpressionBuilder.NodeSoftReference> map
private java.lang.ref.ReferenceQueue<Node> refQ