public interface List
Modifier and Type | Method and Description |
---|---|
void |
add(Object o) |
void |
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()