public class IntegerFIFOStack extends Object
Constructor and Description |
---|
IntegerFIFOStack(int capacity) |
Modifier and Type | Method and Description |
---|---|
int[] |
array() |
void |
clear() |
boolean |
isEmpty() |
int |
pop() |
int |
pop(int[] prox,
int offset,
int len) |
void |
push(int value) |
int |
size() |
Copyright © 2016 Egothor. All Rights Reserved.