public class BasicModuleList extends BasicList<Module> implements ModuleList
| Modifier and Type | Class and Description |
|---|---|
protected class |
BasicModuleList.BasicModuleIterator |
BasicList.BasicIterator, BasicList.ObjectComparator, BasicList.WrappedComparatormodCount| Constructor and Description |
|---|
BasicModuleList() |
BasicModuleList(Collection<? extends Module> c) |
| Modifier and Type | Method and Description |
|---|---|
Module |
getModule(int index)
Returns the Module at the indicated postion in the list
|
ModuleIterator |
moduleIterator()
Returns an type-specific iterator for this list.
|
add, convert, convert, convertAll, get, getProperties, getProperty, remove, set, setProperty, size, sort, sort, subList, toArrayadd, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRangeaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, 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 BasicModuleList()
public BasicModuleList(Collection<? extends Module> c)
public Module getModule(int index)
ModuleListgetModule in interface ModuleListindex - the position of the Module to retrievepublic ModuleIterator moduleIterator()
ModuleListmoduleIterator in interface ModuleListMMBase 1.9-SNAPSHOT - ${javadoctimestamp}