org.mmbase.bridge.util
Class BridgeCollections.EmptyStringList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
org.mmbase.bridge.util.BridgeCollections.EmptyBridgeList<String>
org.mmbase.bridge.util.BridgeCollections.EmptyStringList
- All Implemented Interfaces:
- Serializable, Iterable<String>, Collection<String>, List<String>, BridgeList<String>, StringList
- Enclosing class:
- BridgeCollections
static class BridgeCollections.EmptyStringList
- extends BridgeCollections.EmptyBridgeList<String>
- implements StringList
| Methods inherited from class java.util.AbstractList |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set |
| Methods inherited from interface java.util.List |
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, toArray, toArray |
BridgeCollections.EmptyStringList
BridgeCollections.EmptyStringList()
getString
public String getString(int index)
- Description copied from interface:
StringList
- Returns the string at the indicated postion in the list
- Specified by:
getString in interface StringList
- Parameters:
index - the position of the string to retrieve
- Returns:
- string at the indicated postion
stringIterator
public StringIterator stringIterator()
- Description copied from interface:
StringList
- Returns an type-specific iterator for this list.
- Specified by:
stringIterator in interface StringList
- Returns:
- String iterator
readResolve
protected Object readResolve()
MMBase 2.0-SNAPSHOT - null