private static final class ContextManager.CtxStack
extends java.lang.Object
Modifier and Type | Field | 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 | Description |
---|---|---|
private |
CtxStack() |
Modifier and Type | Method | 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.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.