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