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.CandidateNodeImplementation 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.PathArgumentof child node- Returns:
- Modified child or
nullif the specified child has not been modified - Throws:
NullPointerException- ifchildNamezisnull
-
of
-
of
-
of
-
of
static ImmutableCandidateNodes.WithChildrenImpl of(Collection<DataTreeCandidate.CandidateNode> children) -
of
-