Public Member Functions | |
void | addNode (Object key, GPNode node) |
void | addNode (GPNode node) |
void | addNodes (GPNode[] nodes) |
void | addNodes (Map nodesMap) |
GPNode | removeNode (Object key) |
void | removeNodes (Object[] keys) |
GPNode | getNode (Object key) |
Set | keySet () |
|
Adds the new node to the map using the name returned by the method
Implemented in cern::gp::nodes::children::ChildrenFactory::MapChildren, and cern::gp::nodes::children::ChildrenFactory::SortedMapChildren.
|
|
Adds the new node to the map using the given key
Implemented in cern::gp::nodes::children::ChildrenFactory::MapChildren, and cern::gp::nodes::children::ChildrenFactory::SortedMapChildren.
|
|
Adds all nodes in the given map to this node map. The key for each node in the given map is used as the key in this node map.
|
|
Adds all nodes in the given array to the map using the name returned by the method
Implemented in cern::gp::nodes::children::ChildrenFactory::MapChildren, and cern::gp::nodes::children::ChildrenFactory::SortedMapChildren.
|
|
Returns the node associated to the given key or null
Implemented in cern::gp::nodes::children::ChildrenFactory::MapChildren, and cern::gp::nodes::children::ChildrenFactory::SortedMapChildren.
|
|
Returns a set view of the keys contained in this map.
Implemented in cern::gp::nodes::children::ChildrenFactory::MapChildren, and cern::gp::nodes::children::ChildrenFactory::SortedMapChildren.
|
|
Removes the node associated to the given key
Implemented in cern::gp::nodes::children::ChildrenFactory::MapChildren, and cern::gp::nodes::children::ChildrenFactory::SortedMapChildren.
|
|
Removes all nodes associated to the given keys
Implemented in cern::gp::nodes::children::ChildrenFactory::MapChildren, and cern::gp::nodes::children::ChildrenFactory::SortedMapChildren.
|