|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.mat.parser.internal.util.IntStack
public class IntStack
Constructor Summary | |
---|---|
IntStack()
|
|
IntStack(int capacity)
|
Method Summary | |
---|---|
int |
capacity()
|
int |
peek()
|
int |
pop()
|
void |
push(int i)
|
int |
size()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IntStack()
public IntStack(int capacity)
Method Detail |
---|
public final int pop()
public final void push(int i)
public final int peek()
public final int size()
public final int capacity()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |