public interface StringList extends BridgeList<String>
| 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.
|
getProperties, 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, streamString getString(int index)
index - the position of the string to retrieveStringIterator stringIterator()
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}