public class Stack extends Vector
capacityIncrement, elementCount, elementData
modCount
Constructor and Description |
---|
Stack() |
Modifier and Type | Method and Description |
---|---|
boolean |
empty() |
Object |
peek() |
Object |
pop() |
Object |
push(Object var0) |
int |
search(Object var0) |
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, subList, toArray, toArray, toString, trimToSize
iterator, listIterator, listIterator
finalize, getClass, notify, notifyAll, wait, wait, wait
iterator, listIterator, listIterator
Copyright © 2006–2013 OSGi Alliance. All rights reserved.