Interface SystemMapNode
- All Superinterfaces:
DataContainerChild
,DistinctContainer<YangInstanceIdentifier.NodeIdentifierWithPredicates,
,MapEntryNode> DistinctNodeContainer<YangInstanceIdentifier.NodeIdentifierWithPredicates,
,MapEntryNode> ItemOrder<ItemOrder.Unordered>
,ItemOrder.Unordered
,MapNode
,MixinNode
,NormalizedContainer<MapEntryNode>
,NormalizedData
,NormalizedNode
,NormalizedNodeContainer<MapEntryNode>
,OrderingAware
,OrderingAware.System
,PrettyTreeAware
- All Known Implementing Classes:
AbstractSystemMapNode
MapNode
which additionally preserves user-supplied ordering. This node represents a data instance of
a list
with ordered-by user;
substatement and a key
definition.-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.opendaylight.yangtools.concepts.ItemOrder
ItemOrder.Ordered, ItemOrder.Unordered
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode
NormalizedNode.BuilderFactory
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.data.api.schema.OrderingAware
OrderingAware.System, OrderingAware.User
-
Method Summary
Modifier and TypeMethodDescriptiondefault Class
<SystemMapNode> contract()
Return the contract governing thisNormalizedData
instance.boolean
ItemOrder
has impact onItemOrder.equals(Object)
.int
hashCode()
ItemOrder
has impact onItemOrder.hashCode()
.Methods inherited from interface org.opendaylight.yangtools.yang.data.api.schema.DataContainerChild
name
Methods inherited from interface org.opendaylight.yangtools.yang.data.api.schema.DistinctContainer
childByArg, findChildByArg, getChildByArg
Methods inherited from interface org.opendaylight.yangtools.concepts.ItemOrder.Unordered
itemOrder
Methods inherited from interface org.opendaylight.yangtools.yang.data.api.schema.MapNode
asMap, body, isEmpty, size
Methods inherited from interface org.opendaylight.yangtools.yang.data.api.schema.OrderingAware.System
ordering
Methods inherited from interface org.opendaylight.yangtools.concepts.PrettyTreeAware
prettyTree
-
Method Details
-
contract
Description copied from interface:NormalizedData
Return the contract governing thisNormalizedData
instance.- Specified by:
contract
in interfaceMapNode
- Specified by:
contract
in interfaceNormalizedData
- Specified by:
contract
in interfaceNormalizedNode
- Returns:
- A class identifying the NormalizedData contract.
-
hashCode
int hashCode()Description copied from interface:ItemOrder.Unordered
ItemOrder
has impact onItemOrder.hashCode()
.Hash code contract of
ItemOrder.Unordered
objects must be insensitive to item order, similar toSet.hashCode()
.This contract is also exposed through
ItemOrder.Unordered.itemOrder()
.- Specified by:
hashCode
in interfaceItemOrder<ItemOrder.Unordered>
- Specified by:
hashCode
in interfaceItemOrder.Unordered
- Overrides:
hashCode
in classObject
-
equals
Description copied from interface:ItemOrder.Unordered
ItemOrder
has impact onItemOrder.equals(Object)
.Equality contract of
ItemOrder.Unordered
objects must be insensitive to item order, similar toSet.equals(Object)
.This contract is also exposed through
ItemOrder.Unordered.itemOrder()
.- Specified by:
equals
in interfaceItemOrder<ItemOrder.Unordered>
- Specified by:
equals
in interfaceItemOrder.Unordered
- Overrides:
equals
in classObject
-