org.mmbase.bridge.implementation
Class BasicModuleList

Package class diagram package BasicModuleList
java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by org.mmbase.bridge.implementation.BasicList<Module>
              extended by 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

Nested Class Summary
protected  class BasicModuleList.BasicModuleIterator
           
 
Nested classes/interfaces inherited from class org.mmbase.bridge.implementation.BasicList
BasicList.BasicIterator
 
Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
BasicModuleList()
           
BasicModuleList(Collection<? extends Module> c)
           
 
Method Summary
 Module getModule(int index)
          Returns the Module at the indicated position in the list
 ModuleIterator moduleIterator()
          Returns an type-specific iterator for this list.
 
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 class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.mmbase.bridge.BridgeList
getProperties, getProperty, setProperty, sort, sort, subList
 
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
 

Constructor Detail

BasicModuleList

public BasicModuleList()

BasicModuleList

public BasicModuleList(Collection<? extends Module> c)
Method Detail

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