@FunctionalInterface public interface NodeEqualityPredicate
Generally, individual instances of this interface should fulfil the same
requirements as the Object.equals(Object) contract.
Some standard implementations are provided by
StandardNodeEquality.
| Modifier and Type | Method and Description |
|---|---|
boolean |
areEqual(Node o1,
Node o2)
Returns if the two nodes are equal
|
Copyright © 2018. All rights reserved.