|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbox2d.pooling.stacks.DynamicIntStack
public class DynamicIntStack
| Constructor Summary | |
|---|---|
DynamicIntStack(int initialSize)
|
|
| Method Summary | |
|---|---|
int |
getCount()
|
int |
pop()
|
void |
push(int i)
|
void |
reset()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DynamicIntStack(int initialSize)
| Method Detail |
|---|
public void reset()
public int pop()
public void push(int i)
public int getCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||