nodeMap property
final
Map for fast lookup: node ID → LayoutNode.
Keys are address-based strings (e.g. "0.1.2") derived from the node's position in the build-time tree. The root wrapper uses the key "r".
Implementation
final Map<String, LayoutNode> nodeMap;