private static class Motif.IntervalStack
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
short |
i
Current values
|
short |
j
Current values
|
(package private) int |
pos |
(package private) short[] |
stack |
Constructor and Description |
---|
IntervalStack() |
IntervalStack(int capacity) |
Modifier and Type | Method and Description |
---|---|
boolean |
pop() |
void |
push(int i,
int j) |