static class BridgeCollections.EmptyStringList extends BridgeCollections.EmptyBridgeList<String> implements StringList
modCount| Constructor and Description |
|---|
EmptyStringList() |
| Modifier and Type | Method and Description |
|---|---|
String |
getString(int index)
Returns the string at the indicated postion in the list
|
protected Object |
readResolve() |
StringIterator |
stringIterator()
Returns an type-specific iterator for this list.
|
contains, get, getProperties, getProperty, setProperty, size, sort, sort, subListadd, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, setaddAll, containsAll, isEmpty, remove, removeAll, retainAll, 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, streampublic String getString(int index)
StringListgetString in interface StringListindex - the position of the string to retrievepublic StringIterator stringIterator()
StringListstringIterator in interface StringListprotected Object readResolve()
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}