net.sf.bt747.j2se.system
Class J2SEVector

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<java.lang.Object>
                  extended by net.sf.bt747.j2se.system.J2SEVector
All Implemented Interfaces:
BT747Vector, java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<java.lang.Object>, java.util.Collection<java.lang.Object>, java.util.List<java.lang.Object>, java.util.RandomAccess

public final class J2SEVector
extends java.util.Stack<java.lang.Object>
implements BT747Vector

Author:
Mario De Weerd TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
See Also:
Serialized Form

Constructor Summary
J2SEVector()
           
 
Method Summary
 void del(int i)
           
 void del(java.lang.Object o)
           
 int getCount()
           
 void mypush(java.lang.Object item)
           
 java.lang.Object[] toObjectArray()
           
 java.lang.String[] toStringArray()
           
 
Methods inherited from class java.util.Stack
empty, peek, pop, 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, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize
 
Methods inherited from class java.util.AbstractList
iterator, listIterator, listIterator
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface bt747.sys.interfaces.BT747Vector
addElement, elementAt, insertElementAt, pop, removeAllElements, removeElementAt, size
 
Methods inherited from interface java.util.List
iterator, listIterator, listIterator
 

Constructor Detail

J2SEVector

public J2SEVector()
Method Detail

getCount

public final int getCount()

del

public final void del(java.lang.Object o)

del

public final void del(int i)

toObjectArray

public final java.lang.Object[] toObjectArray()

toStringArray

public final java.lang.String[] toStringArray()
Specified by:
toStringArray in interface BT747Vector

mypush

public final void mypush(java.lang.Object item)
Specified by:
mypush in interface BT747Vector