public interface DataTreeCandidate
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
DataTreeCandidate implementations must not override the default identity hashCode method, meaning their
equals implementation must result in identity comparison. |
DataTreeCandidateNode |
getRootNode()
Get the candidate tree root node.
|
YangInstanceIdentifier |
getRootPath()
Get the candidate tree root path.
|
int |
hashCode()
DataTreeCandidate implementations must not override the default identity hashCode method. |
DataTreeCandidateNode getRootNode()
YangInstanceIdentifier getRootPath()
int hashCode()
DataTreeCandidate
implementations must not override the default identity hashCode method.boolean equals(Object obj)
DataTreeCandidate
implementations must not override the default identity hashCode method, meaning their
equals implementation must result in identity comparison.Copyright © 2019 OpenDaylight. All rights reserved.