T - the < t>public class HashCodeComparator<T> extends Object implements Comparator<T>, Serializable
| Constructor and Description |
|---|
HashCodeComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(T object,
T compareWithObject)
Compare two Objects by the hashcode.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic int compare(T object, T compareWithObject)
compare in interface Comparator<T>object - One Object.compareWithObject - The other Object to compare.Comparator.compare(Object, Object)Copyright © 2007–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.