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