Interface MapXNode

All Superinterfaces:
Cloneable, Copyable<XNode>, DebugDumpable, Freezable, MetadataAware, Serializable, Visitable<XNode>, XNode
All Known Implementing Classes:
MapXNodeImpl

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.