net.sf.bt747.waba.system
Class WabaVector

java.lang.Object
  extended by waba.util.Vector
      extended by net.sf.bt747.waba.system.WabaVector
All Implemented Interfaces:
BT747Vector

public final class WabaVector
extends waba.util.Vector
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

Field Summary
 
Fields inherited from class waba.util.Vector
items
 
Constructor Summary
WabaVector()
           
 
Method Summary
 java.lang.Object elementAt(int i)
           
 void mypush(java.lang.Object item)
           
 java.lang.String[] toStringArray()
           
 
Methods inherited from class waba.util.Vector
add, addElement, clear, del, del, find, find, getCount, indexOf, indexOf, insert, insertElementAt, peek, pop, push, qsort, removeAllElements, removeElement, removeElementAt, size, toObjectArray
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface bt747.sys.interfaces.BT747Vector
addElement, insertElementAt, pop, removeAllElements, removeElementAt, size
 

Constructor Detail

WabaVector

public WabaVector()
Method Detail

elementAt

public final java.lang.Object elementAt(int i)
Specified by:
elementAt in interface BT747Vector

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