| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectantlr.collections.impl.IndexedVectorpublic class IndexedVectorextends ObjectConstructor Summary | |
| |
| |
Method Summary | |
void |
|
Object |
|
Enumeration |
|
Object |
|
boolean |
|
int |
|
public IndexedVector()
IndexedVector constructor comment.
public IndexedVector(int size)
IndexedVector constructor comment.
- Parameters:
size- int
public void appendElement(Object key,
Object value)public Object elementAt(int i)
Returns the element at the specified index.
- Parameters:
public Enumeration elements()
public Object getElement(Object key)
public boolean removeElement(Object key)
remove element referred to by key NOT value; return false if not found.
public int size()