|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcdqa.util.intStack
public final class intStack
Field Summary | |
---|---|
(package private) int[][] |
array
|
(package private) int |
current
|
(package private) int[] |
currentArray
|
(package private) static short |
DEFAULT_DELTA
|
(package private) int |
delta
|
Constructor Summary | |
---|---|
intStack()
|
|
intStack(int delta)
|
Method Summary | |
---|---|
int |
at(int i)
|
boolean |
isEmpty()
|
static void |
main(java.lang.String[] args)
|
int |
pop()
|
void |
push(int o)
|
int |
size()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
static short DEFAULT_DELTA
int[][] array
int[] currentArray
int delta
int current
Constructor Detail |
---|
public intStack(int delta)
public intStack()
Method Detail |
---|
public void push(int o)
public int pop()
public boolean isEmpty()
public int size()
public int at(int i)
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |