Class AbstractLeafSetEntryNode<T>

java.lang.Object
org.opendaylight.yangtools.yang.data.api.schema.AbstractNormalizedNode<LeafSetEntryNode<T>>
org.opendaylight.yangtools.yang.data.api.schema.AbstractLeafSetEntryNode<T>
All Implemented Interfaces:
Immutable, PrettyTreeAware, LeafSetEntryNode<T>, NormalizedData, NormalizedNode, ValueNode<T>
Direct Known Subclasses:
ImmutableLeafSetEntryNode

public abstract non-sealed class AbstractLeafSetEntryNode<T> extends AbstractNormalizedNode<LeafSetEntryNode<T>> implements LeafSetEntryNode<T>
Abstract base class for LeafSetEntryNode implementations.