public class TStack<E> extends TVector<E>
capacityIncrement, elementCount, elementData
modCount
Constructor and Description |
---|
TStack() |
Modifier and Type | Method and Description |
---|---|
boolean |
empty() |
E |
peek() |
E |
pop() |
E |
push(E object) |
int |
search(Object o) |
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, toArray, toArray, toString, trimToSize
equals0, iterator, listIterator, listIterator, subList
finalize, getClass0, notify0, notifyAll0, wait0, wait0, waitImpl
listIterator, listIterator, replaceAll, sort, subList
spliterator, stream
Copyright © 2019. All rights reserved.