Reusable Java library of general tools with minimal external dependencies.
For questions or support, please contact us:
Email: support@aoindustries.com
Phone: 1-800-519-9541
Phone: +1-251-607-9556
Web: https://www.aoindustries.com/contact
@Deprecated public class Stack<E> extends ArrayList<E>
java.util.Stack
based on java.util.ArrayList.Stack,
Serialized FormmodCount| Constructor and Description |
|---|
Stack()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
empty()
Deprecated.
This exists only for source compatibility
with
java.util.Stack, please use isEmpty
instead. |
E |
peek()
Deprecated.
|
E |
pop()
Deprecated.
|
E |
push(E item)
Deprecated.
|
int |
search(Object o)
Deprecated.
|
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, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic Stack()
Stack.Stack()public E push(E item)
Stack.push(E)public E pop()
Stack.pop()public E peek()
Stack.peek()@Deprecated public boolean empty()
java.util.Stack, please use isEmpty
instead.Stack.empty()public int search(Object o)
Stack.search(java.lang.Object)Copyright © 2000–2016 AO Industries, Inc.. All rights reserved.