org.mmbase.bridge.util
Class BridgeCollections.EmptyNodeList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
org.mmbase.bridge.util.BridgeCollections.EmptyBridgeList<Node>
org.mmbase.bridge.util.BridgeCollections.EmptyNodeList
- All Implemented Interfaces:
- Serializable, Iterable<Node>, Collection<Node>, List<Node>, BridgeList<Node>, NodeList
- Enclosing class:
- BridgeCollections
static class BridgeCollections.EmptyNodeList
- extends BridgeCollections.EmptyBridgeList<Node>
- implements NodeList
| Methods inherited from class java.util.AbstractList |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set |
| 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 |
BridgeCollections.EmptyNodeList
BridgeCollections.EmptyNodeList()
getNode
public final Node getNode(int index)
- Description copied from interface:
NodeList
- Returns the Node at the indicated postion in the list
- Specified by:
getNode in interface NodeList
- Parameters:
index - the position of the Node to retrieve
- Returns:
- Node at the indicated postion
nodeIterator
public final NodeIterator nodeIterator()
- Description copied from interface:
NodeList
- Returns an type-specific iterator for this list.
- Specified by:
nodeIterator in interface NodeList
- Returns:
- Node iterator
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
readResolve
protected Object readResolve()
MMBase 2.0-SNAPSHOT - null