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
NoSuchElementExceptionEnumeration elements()
boolean includes(Object o)
int length()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.