| 
 |   | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--antlr.collections.impl.Vector
Untamed:
| Field Summary | |
| protected  Object[] | data | 
| protected  int | lastElement | 
| Constructor Summary | |
| Vector()Enabled: | |
| Vector(int size)Enabled: | |
| Method Summary | |
|  void | appendElement(Object o)Enabled: | 
|  int | capacity()Enabled: Returns the current capacity of the vector. | 
|  Object | clone()Suppressed: | 
|  Object | elementAt(int i)Enabled: Returns the element at the specified index. | 
|  Enumeration | elements()Enabled: | 
|  void | ensureCapacity(int minIndex)Enabled: | 
|  boolean | removeElement(Object o)Enabled: | 
|  void | setElementAt(Object obj,
             int i)Enabled: | 
|  int | size()Enabled: | 
| Methods inherited from class java.lang.Object | 
| equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
protected Object[] data
protected int lastElement
| Constructor Detail | 
public Vector()
public Vector(int size)
| Method Detail | 
public void appendElement(Object o)
public int capacity()
public Object clone()
clone in class Objectjava.lang.Cloneablepublic Object elementAt(int i)
public Enumeration elements()
public void ensureCapacity(int minIndex)
public boolean removeElement(Object o)
public void setElementAt(Object obj,
                         int i)
public int size()
| 
 |   | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
