public class TestSessionVariables<K,V> extends java.util.concurrent.ConcurrentHashMap implements SessionMap
java.util.concurrent.ConcurrentHashMap.KeySetView<K,V>
Constructor and Description |
---|
TestSessionVariables() |
Modifier and Type | Method and Description |
---|---|
void |
addMetaData(java.lang.String key,
java.lang.String value) |
void |
clear() |
void |
clearMetaData() |
java.util.Map<java.lang.String,java.lang.String> |
getMetaData() |
java.lang.Object |
put(java.lang.Object key,
java.lang.Object value) |
void |
shouldContainKey(java.lang.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
public void shouldContainKey(java.lang.Object key)
shouldContainKey
in interface SessionMap
public java.lang.Object put(java.lang.Object key, java.lang.Object value)
put
in interface java.util.Map
put
in class java.util.concurrent.ConcurrentHashMap
public java.util.Map<java.lang.String,java.lang.String> getMetaData()
getMetaData
in interface SessionMap
public void addMetaData(java.lang.String key, java.lang.String value)
addMetaData
in interface SessionMap
public void clearMetaData()
clearMetaData
in interface SessionMap
public void clear()
clear
in interface java.util.Map
clear
in class java.util.concurrent.ConcurrentHashMap