Class NDC.Stack<T>
java.lang.Object
org.jboss.logmanager.NDC.Stack<T>
- Enclosing class:
NDC
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
data
-
sp
private int sp
-
-
Constructor Details
-
Stack
private Stack()
-
-
Method Details
-
push
-
pop
-
top
-
isEmpty
public boolean isEmpty() -
depth
public int depth() -
trimTo
public void trimTo(int max) -
get
-
toString
-