|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.cheffo.jeplite.util.IntegerStack
Field Summary | |
static int |
instances
|
Constructor Summary | |
IntegerStack()
|
|
IntegerStack(int stackDepth)
|
Method Summary | |
int |
elementAt(int index)
|
boolean |
isEmpty()
|
int |
peek()
|
int |
pop()
|
void |
push(int what)
|
void |
removeAllElements()
|
int |
size()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static int instances
Constructor Detail |
public IntegerStack()
public IntegerStack(int stackDepth)
Method Detail |
public final int peek()
public final int pop()
public final void push(int what)
public final boolean isEmpty()
public final int size()
public final int elementAt(int index)
public final void removeAllElements()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |