Class IndexedStack<E>

Object
AbstractCollection<E>
AbstractList<E>
Vector<E>
Stack<E>
IndexedStack<E>
All Implemented Interfaces:
Serializable, Cloneable, Iterable<E>, Collection<E>, List<E>, RandomAccess

public class IndexedStack<E> extends Stack<E>
See Also:
  • Constructor Details

    • IndexedStack

      public IndexedStack()
  • Method Details