| Constructor and Description |
|---|
Stack()
|
| Modifier and Type | Method and Description |
|---|---|
List |
asList()
Returns an immutable list containing the elements in this stack.
|
void |
clear()
|
boolean |
isEmpty()
|
Iterator |
iterator()
|
T |
peek()
|
T |
pop()
|
void |
push(T element)
|
int |
size()
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliterator