Class AbstractContainerNode

java.lang.Object
org.opendaylight.yangtools.yang.data.api.schema.AbstractNormalizedNode<ContainerNode>
org.opendaylight.yangtools.yang.data.api.schema.AbstractContainerNode
All Implemented Interfaces:
Immutable, ItemOrder<ItemOrder.Unordered>, ItemOrder.Unordered, PrettyTreeAware, ContainerNode, DataContainer, DataContainerChild, DataContainerNode, DistinctContainer<YangInstanceIdentifier.NodeIdentifier,DataContainerChild>, DistinctNodeContainer<YangInstanceIdentifier.NodeIdentifier,DataContainerChild>, NormalizedContainer<DataContainerChild>, NormalizedData, NormalizedNode, NormalizedNodeContainer<DataContainerChild>, OrderingAware, OrderingAware.System

public abstract non-sealed class AbstractContainerNode extends AbstractNormalizedNode<ContainerNode> implements ContainerNode
Abstract base class for ContainerNode implementations.