public interface List
void
add(Object o)
append(Object o)
Object
elementAt(int index)
Enumeration
elements()
boolean
includes(Object o)
int
length()
void add(Object o)
void append(Object o)
Object elementAt(int index) throws NoSuchElementException
NoSuchElementException
Enumeration elements()
boolean includes(Object o)
int length()