Package com.linkedin.venice.utils
Class HashCodeComparator<T>
java.lang.Object
com.linkedin.venice.utils.HashCodeComparator<T>
- All Implemented Interfaces:
Comparator<T>
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
HashCodeComparator
public HashCodeComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<T>
-
equals
- Specified by:
equals
in interfaceComparator<T>
- Overrides:
equals
in classObject
-