org.mmbase.bridge.implementation
Class BasicModuleList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
org.mmbase.bridge.implementation.BasicList<Module>
org.mmbase.bridge.implementation.BasicModuleList
- All Implemented Interfaces:
- Serializable, Iterable<Module>, Collection<Module>, List<Module>, RandomAccess, BridgeList<Module>, ModuleList
public class BasicModuleList
- extends BasicList<Module>
- implements ModuleList
A list of Modules
- Version:
- $Id: BasicModuleList.java 45316 2011-02-18 20:47:28Z michiel $
- Author:
- Pierre van Rooden
- See Also:
- Serialized Form
| Methods inherited from class org.mmbase.bridge.implementation.BasicList |
add, convert, convert, convertAll, get, getProperties, getProperty, remove, set, setProperty, size, sort, sort, subList, toArray |
| Methods inherited from class java.util.AbstractList |
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange |
| 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 |
BasicModuleList
public BasicModuleList()
BasicModuleList
public BasicModuleList(Collection<? extends Module> c)
getModule
public Module getModule(int index)
- Description copied from interface:
ModuleList
- Returns the Module at the indicated position in the list
- Specified by:
getModule in interface ModuleList
- Parameters:
index - the position of the Module to retrieve
- Returns:
- Module at the indicated position
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
MMBase2 Bridge 2.0-SNAPSHOT - 2013-05-29T22:05