Package org.apache.myfaces.flow.cdi
Class FlowScopeMap
- java.lang.Object
- 
- org.apache.myfaces.flow.cdi.FlowScopeMap
 
- 
- 
Constructor SummaryConstructors Constructor Description FlowScopeMap(jakarta.enterprise.inject.spi.BeanManager beanManager, String currentClientWindowFlowId)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()booleancontainsKey(Object key)booleancontainsValue(Object value)SetentrySet()Objectget(Object key)booleanisEmpty()SetkeySet()Objectput(Object key, Object value)voidputAll(Map m)Objectremove(Object key)intsize()Collectionvalues()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.util.Mapcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
 
- 
 
- 
- 
- 
Constructor Detail- 
FlowScopeMappublic FlowScopeMap(jakarta.enterprise.inject.spi.BeanManager beanManager, String currentClientWindowFlowId)
 
- 
 - 
Method Detail- 
containsKeypublic boolean containsKey(Object key) - Specified by:
- containsKeyin interface- Map
 
 - 
containsValuepublic boolean containsValue(Object value) - Specified by:
- containsValuein interface- Map
 
 - 
valuespublic Collection values() 
 
- 
 
-