|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.egothor.util.IntegerLIFOStack
public final class IntegerLIFOStack
Integer values in FILO stack.
| Constructor Summary | |
|---|---|
IntegerLIFOStack(int capacity)
Creates a new instance of IntegerStack |
|
| Method Summary | |
|---|---|
boolean |
isEmpty()
|
int |
pop()
|
void |
push(int value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IntegerLIFOStack(int capacity)
| Method Detail |
|---|
public void push(int value)
public boolean isEmpty()
public int pop()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||