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 SummaryConstructorsConstructorDescriptionFlowScopeMap(jakarta.enterprise.inject.spi.BeanManager beanManager, String currentClientWindowFlowId) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Mapcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
- 
Constructor Details- 
FlowScopeMappublic FlowScopeMap(jakarta.enterprise.inject.spi.BeanManager beanManager, String currentClientWindowFlowId) 
 
- 
- 
Method Details- 
sizepublic int size()
- 
isEmptypublic boolean isEmpty()
- 
containsKey- Specified by:
- containsKeyin interface- Map
 
- 
containsValue- Specified by:
- containsValuein interface- Map
 
- 
get
- 
put
- 
remove
- 
putAll
- 
clearpublic void clear()
- 
keySet
- 
values
- 
entrySet
 
-