@Deprecated public class FiniteUniqueStack<E> extends FiniteStack<E>
| Constructor and Description |
|---|
FiniteUniqueStack(int maxSize)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
E |
push(E item)
Deprecated.
|
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, forEach, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeIf, removeRange, replaceAll, retainAll, set, setElementAt, setSize, size, sort, spliterator, subList, toArray, toArray, toString, trimToSizepublic E push(E item)
push in class FiniteStack<E>