Uses of Class
de.inetsoftware.jwebassembly.module.FunctionManager.FunctionState
-
Packages that use FunctionManager.FunctionState Package Description de.inetsoftware.jwebassembly.module -
-
Uses of FunctionManager.FunctionState in de.inetsoftware.jwebassembly.module
Fields in de.inetsoftware.jwebassembly.module with type parameters of type FunctionManager.FunctionState Modifier and Type Field Description private java.util.Map<FunctionName,FunctionManager.FunctionState>
FunctionManager. states
Methods in de.inetsoftware.jwebassembly.module that return FunctionManager.FunctionState Modifier and Type Method Description private FunctionManager.FunctionState
FunctionManager. getOrCreate(FunctionName name)
Get an existing state or create one.Method parameters in de.inetsoftware.jwebassembly.module with type arguments of type FunctionManager.FunctionState Modifier and Type Method Description private java.util.Iterator<FunctionName>
FunctionManager. iterator(java.util.function.Predicate<java.util.Map.Entry<FunctionName,FunctionManager.FunctionState>> filter)
get a iterator for function names
-