com.judoscript.util
Class _Stack

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.Vector<E>
              extended by java.util.Stack
                  extended by com.judoscript.util._Stack
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.List, java.util.RandomAccess

public class _Stack
extends java.util.Stack

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Vector
capacityIncrement, elementCount, elementData
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
_Stack()
           
 
Method Summary
 java.lang.Object get(int i)
           
 java.lang.Object peek()
           
 java.lang.Object pop()
           
 
Methods inherited from class java.util.Stack
empty, push, search
 
Methods inherited from class java.util.Vector
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

_Stack

public _Stack()
Method Detail

pop

public java.lang.Object pop()
Overrides:
pop in class java.util.Stack

peek

public java.lang.Object peek()
Overrides:
peek in class java.util.Stack

get

public java.lang.Object get(int i)
Specified by:
get in interface java.util.List
Overrides:
get in class java.util.Vector