public class StackTypes extends java.util.ArrayList<StackType>
| Modifier and Type | Field and Description |
|---|---|
static StackTypes |
EMPTY |
| Constructor and Description |
|---|
StackTypes(java.util.List<StackType> stackTypes) |
StackTypes(StackType... stackTypes) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizepublic static final StackTypes EMPTY