Uses of Interface
org.opendaylight.yangtools.yang.data.tree.spi.ImmutableCandidateNodes.WithChildrenImpl
-
Uses of ImmutableCandidateNodes.WithChildrenImpl in org.opendaylight.yangtools.yang.data.tree.spi
Methods in org.opendaylight.yangtools.yang.data.tree.spi that return ImmutableCandidateNodes.WithChildrenImplModifier and TypeMethodDescriptionImmutableCandidateNodes.WithChildrenImpl.of()ImmutableCandidateNodes.WithChildrenImpl.of(Collection<DataTreeCandidate.CandidateNode> children) ImmutableCandidateNodes.WithChildrenImpl.of(Map<YangInstanceIdentifier.PathArgument, DataTreeCandidate.CandidateNode> map) ImmutableCandidateNodes.WithChildrenImpl.of(DataTreeCandidate.CandidateNode child) ImmutableCandidateNodes.WithChildrenImpl.of(DataTreeCandidate.CandidateNode... children) Methods in org.opendaylight.yangtools.yang.data.tree.spi with parameters of type ImmutableCandidateNodes.WithChildrenImplModifier and TypeMethodDescriptionImmutableCandidateNodes.appeared(NormalizedNode dataAfter, ImmutableCandidateNodes.WithChildrenImpl children) ImmutableCandidateNodes.disappeared(NormalizedNode dataBefore, ImmutableCandidateNodes.WithChildrenImpl children) ImmutableCandidateNodes.modified(NormalizedNode dataBefore, NormalizedNode dataAfter, ImmutableCandidateNodes.WithChildrenImpl children)