public class BasicStringList extends BasicList<String> implements StringList
| Modifier and Type | Class and Description |
|---|---|
protected class |
BasicStringList.BasicStringIterator |
BasicList.BasicIterator, BasicList.ObjectComparator, BasicList.WrappedComparator| Modifier and Type | Field and Description |
|---|---|
(package private) static StringList |
EMPTY |
modCount| Constructor and Description |
|---|
BasicStringList() |
BasicStringList(Collection<String> c) |
| Modifier and Type | Method and Description |
|---|---|
String |
getString(int index)
Returns the string at the indicated postion in the list
|
StringIterator |
stringIterator()
Returns an type-specific iterator for this list.
|
add, convert, convert, convertAll, get, getProperties, getProperty, remove, set, setProperty, size, sort, sort, subList, toArrayadd, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRangeaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetProperties, getProperty, setProperty, sort, sort, subListadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, spliterator, toArray, toArrayparallelStream, removeIf, streamstatic final StringList EMPTY
public BasicStringList()
public BasicStringList(Collection<String> c)
public String getString(int index)
StringListgetString in interface StringListindex - the position of the string to retrievepublic StringIterator stringIterator()
StringListstringIterator in interface StringListMMBase 1.9-SNAPSHOT - ${javadoctimestamp}