Package org.apache.myfaces.flow.cdi
Class FlowScopeMap
java.lang.Object
org.apache.myfaces.flow.cdi.FlowScopeMap
- All Implemented Interfaces:
Map
- Author:
- Leonardo Uribe
-
Nested Class Summary
-
Constructor Summary
ConstructorsConstructorDescriptionFlowScopeMap
(jakarta.enterprise.inject.spi.BeanManager beanManager, String currentClientWindowFlowId) -
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
-
Constructor Details
-
FlowScopeMap
public FlowScopeMap(jakarta.enterprise.inject.spi.BeanManager beanManager, String currentClientWindowFlowId)
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKey
in interfaceMap
-
containsValue
- Specified by:
containsValue
in interfaceMap
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-