- 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.SStackSStack.ROMap
 
- 
 - 
Constructor SummaryConstructors Constructor Description EnvStack()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SStacknewInstance()STablenewTableInstance()- 
Methods inherited from class edu.uiuc.ncsa.security.core.state.SStackaddTables, 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- 
newInstancepublic SStack newInstance() 
 
- 
 
-