-
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
int |
peek() |
int |
pop() |
void |
push(int value) |
-
Methods inherited from class org.antlr.v4.runtime.misc.IntegerList
add, addAll, addAll, addAll, binarySearch, binarySearch, clear, contains, equals, get, hashCode, isEmpty, removeAt, removeRange, set, size, sort, toArray, toString, trimToSize
-
-
Constructor Detail
-
IntegerStack
public IntegerStack()
-
Method Detail
-
pop
public final int pop()
-
peek
public final int peek()
Copyright © 1992–2020 Tunnel Vision Laboratories, LLC. All rights reserved.