public class StackTypes extends ArrayList<StackType>
Modifier and Type | Field and Description |
---|---|
static StackTypes |
EMPTY |
modCount
Constructor and Description |
---|
StackTypes(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, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public static final StackTypes EMPTY
Copyright © 2011-2021. All Rights Reserved.