public interface DataTreeCandidate
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
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 o)
DataTreeCandidate
implementations must not override the default identity hashCode method, meaning their
equals implementation must result in identity comparison.Copyright © 2018 OpenDaylight. All rights reserved.