public class DelimitedList extends AbstractList
modCount
Constructor and Description |
---|
DelimitedList(List list,
String delimiter) |
Modifier and Type | Method and Description |
---|---|
Object |
get(int i) |
int |
size() |
String |
toString() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
public int size()
size
in interface Collection
size
in interface List
size
in class AbstractCollection
public Object get(int i)
get
in interface List
get
in class AbstractList
public String toString()
toString
in class AbstractCollection