org.mmbase.bridge.util
Class BridgeCollections.EmptyNodeManagerList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
org.mmbase.bridge.util.BridgeCollections.EmptyBridgeList<NodeManager>
org.mmbase.bridge.util.BridgeCollections.EmptyNodeManagerList
- All Implemented Interfaces:
- Serializable, Iterable<NodeManager>, Collection<NodeManager>, List<NodeManager>, BridgeList<NodeManager>, NodeManagerList
- Enclosing class:
- BridgeCollections
static class BridgeCollections.EmptyNodeManagerList
- extends BridgeCollections.EmptyBridgeList<NodeManager>
- implements NodeManagerList
| 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.EmptyNodeManagerList
BridgeCollections.EmptyNodeManagerList()
getNodeManager
public NodeManager getNodeManager(int index)
- Description copied from interface:
NodeManagerList
- Returns the NodeManager at the indicated position in the list
- Specified by:
getNodeManager in interface NodeManagerList
- Parameters:
index - the position of the NodeManager to retrieve
- Returns:
- NodeManager at the indicated position
nodeManagerIterator
public NodeManagerIterator nodeManagerIterator()
- Description copied from interface:
NodeManagerList
- Returns an type-specific iterator for this list.
- Specified by:
nodeManagerIterator in interface NodeManagerList
- Returns:
- NodeManager iterator
readResolve
protected Object readResolve()
MMBase2 Bridge 2.0-SNAPSHOT - 2013-03-30T06:34