| Modifier and Type | Method and Description |
|---|---|
boolean |
add(String s) |
String |
get(int index) |
int |
size() |
String[] |
toStringArray() |
String[] |
toStringArray(int from,
int to)
Return a section of the contents of the list.
|
forEach, spliteratorboolean add(String s)
String get(int index)
int size()
String[] toStringArray()
String[] toStringArray(int from, int to)
from - the initial index of the range to be copied, inclusiveto - the final index of the range to be copied, exclusive.