org.mmbase.bridge.util
Class BridgeCollections.EmptyModuleList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
org.mmbase.bridge.util.BridgeCollections.EmptyBridgeList<Module>
org.mmbase.bridge.util.BridgeCollections.EmptyModuleList
- All Implemented Interfaces:
- Serializable, Iterable<Module>, Collection<Module>, List<Module>, BridgeList<Module>, ModuleList
- Enclosing class:
- BridgeCollections
static class BridgeCollections.EmptyModuleList
- extends BridgeCollections.EmptyBridgeList<Module>
- implements ModuleList
| 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.EmptyModuleList
BridgeCollections.EmptyModuleList()
getModule
public Module getModule(int index)
- Description copied from interface:
ModuleList
- Returns the Module at the indicated postion in the list
- Specified by:
getModule in interface ModuleList
- Parameters:
index - the position of the Module to retrieve
- Returns:
- Module at the indicated postion
moduleIterator
public ModuleIterator moduleIterator()
- Description copied from interface:
ModuleList
- Returns an type-specific iterator for this list.
- Specified by:
moduleIterator in interface ModuleList
- Returns:
- Module iterator
readResolve
protected Object readResolve()
MMBase 2.0-SNAPSHOT - null