public class Stack<T> extends ArrayDeque<T>
Constructor and Description |
---|
Stack() |
Modifier and Type | Method and Description |
---|---|
List<T> |
pop(int n) |
add, addFirst, addLast, clear, clone, contains, descendingIterator, element, getFirst, getLast, isEmpty, iterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, size, spliterator, toArray, toArray
addAll, containsAll, removeAll, retainAll, toString
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addAll, containsAll, equals, hashCode, parallelStream, removeAll, removeIf, retainAll, stream
Copyright © 2021 SAP. All rights reserved.