public class TestSessionVariables<K,V> extends ConcurrentHashMap implements SessionMap
ConcurrentHashMap.KeySetView<K,V>AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
TestSessionVariables() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMetaData(String key,
String value) |
void |
clear() |
void |
clearMetaData() |
Map<String,String> |
getMetaData() |
Object |
put(Object key,
Object value) |
void |
shouldContainKey(Object key) |
compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, forEach, forEach, forEachEntry, forEachEntry, forEachKey, forEachKey, forEachValue, forEachValue, get, getOrDefault, hashCode, isEmpty, keys, keySet, keySet, mappingCount, merge, newKeySet, newKeySet, 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, valuesclonefinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic void shouldContainKey(Object key)
shouldContainKey in interface SessionMappublic Object put(Object key, Object value)
put in interface Mapput in class ConcurrentHashMappublic Map<String,String> getMetaData()
getMetaData in interface SessionMappublic void addMetaData(String key, String value)
addMetaData in interface SessionMappublic void clearMetaData()
clearMetaData in interface SessionMappublic void clear()
clear in interface Mapclear in class ConcurrentHashMapCopyright © 2021. All rights reserved.