private static final class EqualityConstraint.ECPair
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private Constraint |
first |
private int |
hash |
private Constraint |
second |
| Constructor and Description |
|---|
ECPair(Constraint first,
Constraint second) |
ECPair(Constraint first,
Constraint second,
int hash) |
| Modifier and Type | Method and Description |
|---|---|
EqualityConstraint.ECPair |
copy() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
void |
set(Constraint first,
Constraint second) |
private Constraint first
private Constraint second
private int hash
public ECPair(Constraint first, Constraint second)
public ECPair(Constraint first, Constraint second, int hash)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic void set(Constraint first, Constraint second)
public int hashCode()
hashCode in class java.lang.Objectpublic EqualityConstraint.ECPair copy()