Interface ImmutableCandidateNodes.WithChildrenImpl
- Enclosing class:
ImmutableCandidateNodes
public static interface ImmutableCandidateNodes.WithChildrenImpl
Provider interface mirroring
DataTreeCandidate.CandidateNode.WithChildren
.-
Method Summary
Modifier and TypeMethodDescriptionImplementation ofDataTreeCandidate.CandidateNode.WithChildren.children()
.@Nullable DataTreeCandidate.CandidateNode
Implementation ofDataTreeCandidate.CandidateNode.WithChildren.modifiedChild(PathArgument)
.of()
of
(Collection<DataTreeCandidate.CandidateNode> children) of
(DataTreeCandidate.CandidateNode... children)
-
Method Details
-
childrenImpl
Collection<DataTreeCandidate.CandidateNode> childrenImpl()Implementation ofDataTreeCandidate.CandidateNode.WithChildren.children()
.- Returns:
- Unmodifiable collection of modified child nodes.
-
modifiedChild
Implementation ofDataTreeCandidate.CandidateNode.WithChildren.modifiedChild(PathArgument)
.- Parameters:
arg
-YangInstanceIdentifier.PathArgument
of child node- Returns:
- Modified child or
null
if the specified child has not been modified - Throws:
NullPointerException
- ifchildNamez
isnull
-
of
-
of
-
of
-
of
static ImmutableCandidateNodes.WithChildrenImpl of(Collection<DataTreeCandidate.CandidateNode> children) -
of
-