类 IntegerStack
java.lang.Object
com.sh.compile.express.util.IntegerStack
Description:
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- 2014年12月11日
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
instances
public static int instances
-
-
构造器详细资料
-
IntegerStack
public IntegerStack() -
IntegerStack
public IntegerStack(int stackDepth)
-
-
方法详细资料
-
peek
public final int peek() -
pop
public final int pop() -
push
public final void push(int what) -
isEmpty
public final boolean isEmpty() -
size
public final int size() -
elementAt
public final int elementAt(int index) -
removeAllElements
public final void removeAllElements()
-