Class ContextManagerMapWrapper
java.lang.Object
net.ontopia.topicmaps.nav2.taglibs.tolog.ContextManagerMapWrapper
- All Implemented Interfaces:
Map
- Direct Known Subclasses:
ContextManagerScopingMapWrapper
INTERNAL: Used to make the OKS variables available as request
attributes.
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()booleanisEmpty()keySet()voidOverwrites the old value of the given key with an empty collection.intsize()values()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
Method Details
-
get
-
containsKey
- Specified by:
containsKeyin interfaceMap
-
put
-
size
public int size() -
clear
public void clear() -
containsValue
- Specified by:
containsValuein interfaceMap
-
entrySet
-
isEmpty
public boolean isEmpty() -
keySet
-
putAll
-
remove
Overwrites the old value of the given key with an empty collection. If the key was not already bound to a value then nothing is done and null is returned. This violates the Map contract with regards to size, but size is not implemented, and will not be. -
values
-