|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jcon.data.performance.DynamicIntegerArray
org.jcon.data.performance.IntegerStack
public class IntegerStack
A high-performance, direct access stack of integers.
| Field Summary |
|---|
| Fields inherited from class org.jcon.data.performance.DynamicIntegerArray |
|---|
capacity, data, size |
| Constructor Summary | |
|---|---|
IntegerStack()
|
|
| Method Summary | |
|---|---|
int |
getLast()
|
boolean |
isEmpty()
|
int |
pop()
|
void |
push(int value)
|
| Methods inherited from class org.jcon.data.performance.DynamicIntegerArray |
|---|
ensureCapacity, setSize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IntegerStack()
| Method Detail |
|---|
public boolean isEmpty()
public int pop()
public void push(int value)
public int getLast()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||