public class ArrayStack
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
arraySize |
private java.util.Deque<double[]> |
stack |
| Constructor and Description |
|---|
ArrayStack(int arraySize) |
| Modifier and Type | Method and Description |
|---|---|
double[] |
getProbArray() |
void |
returnProbArray(double[] array) |