protected static final class ImmutableOrderedMapNodeBuilder.ImmutableOrderedMapNode extends AbstractImmutableNormalizedNode<YangInstanceIdentifier.NodeIdentifier,Collection<MapEntryNode>> implements OrderedMapNode
| Modifier and Type | Method and Description |
|---|---|
MapEntryNode |
getChild(int position)
Returns child node by position.
|
Optional<MapEntryNode> |
getChild(YangInstanceIdentifier.NodeIdentifierWithPredicates child)
Returns child node identified by provided key.
|
int |
getSize()
Returns count of child nodes.
|
Collection<MapEntryNode> |
getValue()
Value of node.
|
protected boolean |
valueEquals(AbstractImmutableNormalizedNode<?,?> other) |
protected int |
valueHashCode() |
addToStringAttributes, equals, getIdentifier, getNodeType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetIdentifiergetIdentifiergetNodeTypepublic Optional<MapEntryNode> getChild(YangInstanceIdentifier.NodeIdentifierWithPredicates child)
NormalizedNodeContainergetChild in interface NormalizedNodeContainer<YangInstanceIdentifier.NodeIdentifier,YangInstanceIdentifier.NodeIdentifierWithPredicates,MapEntryNode>child - Path argument identifying child nodeOptional.empty() if child does not exists.public MapEntryNode getChild(int position)
OrderedNodeContainergetChild in interface OrderedNodeContainer<MapEntryNode>position - Position of child nodeprotected int valueHashCode()
valueHashCode in class AbstractImmutableNormalizedNode<YangInstanceIdentifier.NodeIdentifier,Collection<MapEntryNode>>protected boolean valueEquals(AbstractImmutableNormalizedNode<?,?> other)
valueEquals in class AbstractImmutableNormalizedNode<YangInstanceIdentifier.NodeIdentifier,Collection<MapEntryNode>>public int getSize()
OrderedNodeContainergetSize in interface OrderedNodeContainer<MapEntryNode>public Collection<MapEntryNode> getValue()
NormalizedNodegetValue in interface NormalizedNode<YangInstanceIdentifier.NodeIdentifier,Collection<MapEntryNode>>getValue in interface NormalizedNodeContainer<YangInstanceIdentifier.NodeIdentifier,YangInstanceIdentifier.NodeIdentifierWithPredicates,MapEntryNode>Copyright © 2019 OpenDaylight. All rights reserved.