|
|||||||||
| Home >> All >> pgj >> gen >> [ code overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
pgj.gen.code
Class IntegerStack

java.lang.Objectpgj.gen.code.IntegerStack
- class IntegerStack
- extends java.lang.Object
| Field Summary | |
private int[] |
integers
|
private int |
topIndex
|
| Constructor Summary | |
IntegerStack()
|
|
IntegerStack(int size)
|
|
| Method Summary | |
private void |
expand()
|
boolean |
isEmpty()
|
int |
pop()
|
void |
push(int i)
|
int |
top()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
topIndex
private int topIndex
integers
private int[] integers
| Constructor Detail |
IntegerStack
public IntegerStack()
IntegerStack
public IntegerStack(int size)
| Method Detail |
pop
public int pop()
push
public void push(int i)
top
public int top()
isEmpty
public boolean isEmpty()
expand
private void expand()
|
|||||||||
| Home >> All >> pgj >> gen >> [ code overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
pgj.gen.code.IntegerStack