org.mmbase.bridge
Interface ModuleList

All Superinterfaces:
BridgeList<Module>, Collection<Module>, Iterable<Module>, List<Module>
All Known Implementing Classes:
BasicModuleList

public interface ModuleList
extends BridgeList<Module>

A list of modules

Version:
$Id: ModuleList.java,v 1.8 2007/02/10 15:47:42 nklasens Exp $
Author:
Pierre van Rooden

Method Summary
 Module getModule(int index)
          Returns the Module at the indicated postion in the list
 ModuleIterator moduleIterator()
          Returns an type-specific iterator for this list.
 
Methods inherited from interface org.mmbase.bridge.BridgeList
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
 

Method Detail

getModule

Module getModule(int index)
Returns the Module at the indicated postion in the list

Parameters:
index - the position of the Module to retrieve
Returns:
Module at the indicated postion

moduleIterator

ModuleIterator moduleIterator()
Returns an type-specific iterator for this list.

Returns:
Module iterator


MMBase build 1.9.0.20081107