Package edu.uiuc.ncsa.security.core.state
-
Interface Summary Interface Description SThing Top-level object for a thing (object) that has a name in that is unique in a local scope. -
Class Summary Class Description SKey Created by Jeff Gaynor
on 11/26/21 at 7:44 AMSStack<V extends STable<? extends SKey,? extends SThing>> A stateful stack of things, such as functions.SStack.ROMap A read-only map that virtualizes this stack.STable<K extends SKey,V extends SThing> A symbol table.