public class NodeMapUaNode extends NodeMap
defaultLocale, nodeFactory| Constructor and Description |
|---|
NodeMapUaNode(UaNodeFactory nodeFactory)
Create the NodeMap with a default map, which is a
ConcurrentHashMap. |
NodeMapUaNode(UaNodeFactory nodeFactory,
Map<NodeId,UaNode> map) |
| Modifier and Type | Method and Description |
|---|---|
UaNode |
addNode(UaNode node) |
void |
clear()
Clear the node map of all entries.
|
Map<NodeId,UaNode> |
getMap()
Returns the internal map.
|
UaNode |
getNode(NodeId nodeId) |
boolean |
hasNode(NodeId nodeId)
Check if the map contains a node with the specified NodeId.
|
UaNode |
remove(NodeId nodeId)
Remove a node from the node map.
|
getNodeFactory, removepublic NodeMapUaNode(UaNodeFactory nodeFactory)
ConcurrentHashMap.nodeFactory - public NodeMapUaNode(UaNodeFactory nodeFactory, Map<NodeId,UaNode> map)
Copyright © 2026. All rights reserved.