Interface SystemLeafSetNode<T>

Type Parameters:
T - Value type of Leaf entries
All Superinterfaces:
DataContainerChild, DistinctContainer<YangInstanceIdentifier.NodeWithValue<?>,LeafSetEntryNode<T>>, DistinctNodeContainer<YangInstanceIdentifier.NodeWithValue<?>,LeafSetEntryNode<T>>, ItemOrder<ItemOrder.Unordered>, ItemOrder.Unordered, LeafSetNode<T>, MixinNode, NormalizedContainer<LeafSetEntryNode<T>>, NormalizedData, NormalizedNode, NormalizedNodeContainer<LeafSetEntryNode<T>>, OrderingAware, OrderingAware.System, PrettyTreeAware
All Known Implementing Classes:
ImmutableLeafSetNodeBuilder.ImmutableLeafSetNode

public non-sealed interface SystemLeafSetNode<T> extends LeafSetNode<T>, OrderingAware.System
LeafSetNode which does not preserve user-supplied ordering. This node represents a data instance of a leaf-list without a ordered-by user; substatement, i.e. when the leaf-list is effectively ordered-by system;.