|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jvyamlb.util.IntStack
public class IntStack
Field Summary | |
---|---|
private int |
capacity
|
private int |
index
|
private int[] |
values
|
Constructor Summary | |
---|---|
IntStack()
|
|
IntStack(int size)
|
Method Summary | |
---|---|
int |
get(int ix)
|
boolean |
isEmpty()
|
int |
pop()
|
void |
push(int value)
|
int |
size()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int[] values
private int capacity
private int index
Constructor Detail |
---|
public IntStack()
public IntStack(int size)
Method Detail |
---|
public boolean isEmpty()
public int size()
public int get(int ix)
public int pop()
public void push(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |