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, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArraypublic int size()
size in interface Collectionsize in interface Listsize in class AbstractCollectionpublic Object get(int i)
get in interface Listget in class AbstractListpublic String toString()
toString in class AbstractCollection