V - child typepublic interface OrderedNodeContainer<V extends NormalizedNode<?,?>> extends MixinNode, NormalizedNode<YangInstanceIdentifier.NodeIdentifier,Collection<V>>
| Modifier and Type | Method and Description |
|---|---|
V |
getChild(int position)
Returns child node by position.
|
int |
getSize()
Returns count of child nodes.
|
getIdentifier, getNodeType, getValueV getChild(int position)
position - Position of child nodeIndexOutOfBoundsException - Out of bound Exceptionint getSize()
Copyright © 2019 OpenDaylight. All rights reserved.