Interface MapXNode

All Superinterfaces:
Cloneable, Copyable<XNode>, DebugDumpable, Freezable, MetadataAware, Serializable, Visitable<XNode>, XNode

public interface MapXNode extends XNode, MetadataAware
Note we cannot use "extends Map" here, because in that case we would have to declare XNodeImpl as map value parameter.