private static final class ContextManager.CtxStack
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<Context> |
stack_
Internal list with all the elements of the stack.
|
private Context |
top_ |
private java.util.List<Context> |
view_
Read-only view of the internal list.
|
Modifier | Constructor and Description |
---|---|
private |
CtxStack() |
Modifier and Type | Method and Description |
---|---|
(package private) java.util.List<Context> |
getUnmodifiableList() |
(package private) boolean |
isEmpty() |
(package private) void |
pop() |
(package private) void |
push(Context context) |
(package private) void |
remove(Context context) |
(package private) Context |
top() |
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.