Constructor and Description |
---|
Comparator(Namer<? super T> namer) |
Modifier and Type | Method and Description |
---|---|
int |
compare(T o1,
T o2) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public boolean equals(java.lang.Object obj)
equals
in interface java.util.Comparator<T>
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object