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, values
clone
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
public void shouldContainKey(Object key)
shouldContainKey
in interface SessionMap
public Object put(Object key, Object value)
put
in interface Map
put
in class ConcurrentHashMap
public Map<String,String> getMetaData()
getMetaData
in interface SessionMap
public void addMetaData(String key, String value)
addMetaData
in interface SessionMap
public void clearMetaData()
clearMetaData
in interface SessionMap
public void clear()
clear
in interface Map
clear
in class ConcurrentHashMap
Copyright © 2021. All rights reserved.