Method Summary |
|
final public void | addElement(String value) Append a string onto the vector. |
final public boolean | contains(String s) Tell if the table contains the given string. |
final public boolean | containsIgnoreCase(String s) Tell if the table contains the given string. |
final public String | elementAt(int i) Get the nth element. |
public int | getLength() Get the length of the list. |
final public String | peek() Get the string at the tail of this vector without popping. |
final public String | pop() Pop the tail of this vector. |
final public void | push(String s) Tell if the table contains the given string. |
final public int | size() Get the length of the list. |