public static class TempNodeCache.NodePair extends Object
| Constructor and Description |
|---|
NodePair(Node first,
Node second)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Equality of each component.
|
Node |
getFirst()
Return the first node in the pair.
|
Node |
getSecond()
Return the second node in the pair.
|
int |
hashCode()
Simple combined hashcode.
|
Licenced under the Apache License, Version 2.0