org.mmbase.bridge.implementation
Class SimpleNodeList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
org.mmbase.bridge.implementation.BasicList<E>
org.mmbase.bridge.implementation.AbstractNodeList<Node>
org.mmbase.bridge.implementation.SimpleNodeList
- All Implemented Interfaces:
- Serializable, Iterable<Node>, Collection<Node>, List<Node>, RandomAccess, BridgeList<Node>, NodeList
public class SimpleNodeList
- extends AbstractNodeList<Node>
- implements NodeList
A list of nodes
- Since:
- MMBase-2.0
- Version:
- $Id: SimpleNodeList.java 42553 2010-06-15 09:14:55Z michiel $
- Author:
- Michiel Meeuwissen
- See Also:
- Serialized Form
| Methods inherited from class org.mmbase.bridge.implementation.BasicList |
add, 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 |
SimpleNodeList
SimpleNodeList()
SimpleNodeList
public SimpleNodeList(Collection c,
Cloud cloud)
SimpleNodeList
public SimpleNodeList(Collection c,
NodeManager nodeManager)
subNodeList
public NodeList subNodeList(int fromIndex,
int toIndex)
- Description copied from interface:
NodeList
- Returns a sublist of this list.
- Specified by:
subNodeList in interface NodeList
- Parameters:
fromIndex - the position in the current list where the sublist starts (inclusive)toIndex - the position in the current list where the sublist ends (exclusive)
- Returns:
- sublist of this list
nodeIterator
public NodeIterator nodeIterator()
- Description copied from interface:
NodeList
- Returns an type-specific iterator for this list.
- Specified by:
nodeIterator in interface NodeList
- Returns:
- Node iterator
MMBase2 Bridge 2.0-SNAPSHOT - 2013-05-29T22:05