Class IntStack
- java.lang.Object
-
- org.eclipse.mat.parser.internal.util.IntStack
-
public class IntStack extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
capacity()
int
peek()
int
pop()
void
push(int i)
int
size()
-