public final class SessionMap extends AbstractThreadSafeAttributeMap<Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Method and Description | 
|---|---|
| protected Object | getAttribute(String key) | 
| protected Enumeration<String> | getAttributeNames() | 
| void | putAll(Map<? extends String,? extends Object> t) | 
| protected void | removeAttribute(String key) | 
| protected void | setAttribute(String key,
            Object value) | 
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, remove, size, valuesclone, equals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected Object getAttribute(String key)
getAttribute in class AbstractThreadSafeAttributeMap<Object>protected void setAttribute(String key, Object value)
setAttribute in class AbstractThreadSafeAttributeMap<Object>protected void removeAttribute(String key)
removeAttribute in class AbstractThreadSafeAttributeMap<Object>protected Enumeration<String> getAttributeNames()
getAttributeNames in class AbstractThreadSafeAttributeMap<Object>Copyright © 2022 The Apache Software Foundation. All rights reserved.