Uses of Class
edu.uiuc.ncsa.security.core.state.STable
- 
Packages that use STable Package Description edu.uiuc.ncsa.security.core.configuration Sec-Lib's configuration package.edu.uiuc.ncsa.security.core.state 
- 
- 
Uses of STable in edu.uiuc.ncsa.security.core.configurationSubclasses of STable in edu.uiuc.ncsa.security.core.configuration Modifier and Type Class Description classEnvTable<K extends SKey,V extends EnvEntry>Methods in edu.uiuc.ncsa.security.core.configuration that return STable Modifier and Type Method Description STableEnvStack. newTableInstance()
- 
Uses of STable in edu.uiuc.ncsa.security.core.stateClasses in edu.uiuc.ncsa.security.core.state with type parameters of type STable Modifier and Type Class Description classSStack<V extends STable<? extends SKey,? extends SThing>>A stateful stack of things, such as functions.Methods in edu.uiuc.ncsa.security.core.state that return STable Modifier and Type Method Description STable<? extends SKey,? extends SThing>SStack. getLocal()Get the local table for this stack.STable<? extends SKey,? extends SThing>SStack. getRoot()Since all new tables are added at 0, the initial one, called the root, is last.abstract STableSStack. newTableInstance()STable<SKey,SThing>SStack. peek()STable<SKey,SThing>SStack. pop()Remove the most local table.Methods in edu.uiuc.ncsa.security.core.state that return types with arguments of type STable Modifier and Type Method Description List<STable<? extends SKey,? extends SThing>>SStack. getStack()Methods in edu.uiuc.ncsa.security.core.state with parameters of type STable Modifier and Type Method Description voidSStack. push(STable<? extends SKey,? extends SThing> sTable)Method parameters in edu.uiuc.ncsa.security.core.state with type arguments of type STable Modifier and Type Method Description voidSStack. setStack(List<STable<? extends SKey,? extends SThing>> stack)
 
-