Class ContextStack.StackFrame

  • Enclosing class:
    ContextStack

    private static class ContextStack.StackFrame
    extends java.lang.Object
    Implements a poolable stack frame. To maximize pool use, we do not differentiate the frames into different sub-classes her.
    Author:
    Holger Eichelberger