Interface Equator<T>
- 
public interface Equator<T> 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanareEqual(T o1, T o2)inthashCode(T o) 
 - 
 
public interface Equator<T>
| Modifier and Type | Method | Description | 
|---|---|---|
boolean | 
areEqual(T o1,
        T o2) | 
|
int | 
hashCode(T o) |