- java.lang.Object
-
- edu.uiuc.ncsa.security.core.state.SStack<T>
-
- edu.uiuc.ncsa.security.core.configuration.EnvStack<T>
-
- All Implemented Interfaces:
Serializable
public class EnvStack<T extends EnvTable<? extends SKey,? extends EnvEntry>> extends SStack<T>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class edu.uiuc.ncsa.security.core.state.SStack
SStack.ROMap
-
-
Constructor Summary
Constructors Constructor Description EnvStack()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SStack
newInstance()
STable
newTableInstance()
-
Methods inherited from class edu.uiuc.ncsa.security.core.state.SStack
addTables, allKeys, append, appendTables, clear, clone, containsKey, containsKey, get, getAll, getAsMap, getLocal, getRoot, getStack, isEmpty, keySet, localGet, localHas, localPut, localRemove, nonlocalGet, peek, pop, push, pushNewTable, put, put, remove, setStack, size, toString, toString
-
-
-
-
Method Detail
-
newInstance
public SStack newInstance()
-
-