C
- Final node typepublic interface StoreTreeNode<C extends StoreTreeNode<C>>
Modifier and Type | Method and Description |
---|---|
Optional<C> |
getChild(YangInstanceIdentifier.PathArgument child)
Returns a direct child of the node.
|
Optional<C> getChild(YangInstanceIdentifier.PathArgument child)
child
- Identifier of childOptional.empty()
otherwise.Copyright © 2019 OpenDaylight. All rights reserved.