Interface ItemOrder.Unordered

All Superinterfaces:
ItemOrder<ItemOrder.Unordered>
All Known Subinterfaces:
BindingLazyContainerNode<T>, ChoiceNode, ContainerNode, DataContainer, DataContainerNode, MapEntryNode, NormalizedYangData, OrderingAware.System, SystemLeafSetNode<T>, SystemMapNode, UnkeyedListEntryNode
All Known Implementing Classes:
AbstractBindingLazyContainerNode, AbstractChoiceNode, AbstractContainerNode, AbstractMapEntryNode, AbstractSystemLeafSetNode, AbstractSystemMapNode, AbstractUnkeyedListEntryNode, LazyActionInputContainerNode, LazyActionOutputContainerNode
Enclosing interface:
ItemOrder<T extends ItemOrder<T>>

public static non-sealed interface ItemOrder.Unordered extends ItemOrder<ItemOrder.Unordered>
Items are unordered and their order is insignificant. A Set is an example of a collection which conforms to this contract.