Class ValueWrapperMap<K>
java.lang.Object
com.webmethods.caf.faces.context.inproc.ValueWrapperMap<K>
- Direct Known Subclasses:
StringArrayValueWrapperMap
,StringValueWrapperMap
ValueWrapperMap
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
m_map
-
-
Constructor Details
-
ValueWrapperMap
-
-
Method Details
-
clear
public void clear() -
containsKey
- Specified by:
containsKey
in interfaceMap<K,
Object>
-
containsValue
- Specified by:
containsValue
in interfaceMap<K,
Object>
-
entrySet
-
get
-
isEmpty
public boolean isEmpty() -
keySet
-
put
-
putAll
-
remove
-
size
public int size() -
values
-
wrap
-