static class BridgeCollections.UnmodifiableStringList extends BridgeCollections.UnmodifiableBridgeList<String> implements StringList
c, parent| Constructor and Description |
|---|
UnmodifiableStringList(StringList stringList) |
| 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, add, addAll, addAll, clear, contains, containsAll, equals, get, getProperties, getProperty, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, setProperty, size, sort, sort, subList, toArray, 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, streamUnmodifiableStringList(StringList stringList)
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}