public class NDC extends Object
Constructor and Description |
---|
NDC() |
Modifier and Type | Method and Description |
---|---|
static void |
clear() |
static Stack |
cloneStack() |
static String |
get() |
static int |
getDepth() |
static void |
inherit(Stack stack) |
static String |
peek() |
static String |
pop() |
static void |
push(String message) |
static void |
remove() |
static void |
setMaxDepth(int maxDepth) |
public static final String PREFIX
public static void clear()
public static Stack cloneStack()
public static void inherit(Stack stack)
public static String get()
public static int getDepth()
public static String pop()
public static String peek()
public static void push(String message)
public static void remove()
public static void setMaxDepth(int maxDepth)
Copyright © 2005–2015 QOS.ch. All rights reserved.