Package org.teavm.common
Class IntegerStack
- java.lang.Object
-
- org.teavm.common.IntegerStack
-
public class IntegerStack extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IntegerStack(int capacity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisEmpty()intpeek()intpop()voidpush(int value)
-