org.mmbase.bridge.util
Class BridgeCollections.UnmodifiableNodeManagerList

java.lang.Object
  extended by org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList<NodeManager>
      extended by org.mmbase.bridge.util.BridgeCollections.UnmodifiableNodeManagerList
All Implemented Interfaces:
Iterable<NodeManager>, Collection<NodeManager>, List<NodeManager>, BridgeList<NodeManager>, NodeManagerList
Enclosing class:
BridgeCollections

static class BridgeCollections.UnmodifiableNodeManagerList
extends BridgeCollections.UnmodifiableBridgeList<NodeManager>
implements NodeManagerList


Field Summary
 
Fields inherited from class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
c, parent
 
Constructor Summary
BridgeCollections.UnmodifiableNodeManagerList(NodeManagerList nodeManagerList)
           
 
Method Summary
 NodeManager getNodeManager(int index)
          Returns the NodeManager at the indicated postion in the list
 NodeManagerIterator nodeManagerIterator()
          Returns an type-specific iterator for this list.
 
Methods inherited from class org.mmbase.bridge.util.BridgeCollections.UnmodifiableBridgeList
add, add, addAll, addAll, clear, contains, containsAll, equals, get, getProperties, getProperty, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, setProperty, size, sort, sort, subList, toArray, 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

BridgeCollections.UnmodifiableNodeManagerList

BridgeCollections.UnmodifiableNodeManagerList(NodeManagerList nodeManagerList)
Method Detail

getNodeManager

public NodeManager getNodeManager(int index)
Description copied from interface: NodeManagerList
Returns the NodeManager at the indicated postion in the list

Specified by:
getNodeManager in interface NodeManagerList
Parameters:
index - the position of the NodeManager to retrieve
Returns:
NodeManager at the indicated postion

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


MMBase 2.0-SNAPSHOT - null