net.sourceforge.jabm.util
Class HashCodeComparator<T>

java.lang.Object
  extended by net.sourceforge.jabm.util.HashCodeComparator<T>
All Implemented Interfaces:
java.util.Comparator<T>

public class HashCodeComparator<T>
extends java.lang.Object
implements java.util.Comparator<T>

 

Constructor Summary
HashCodeComparator()
           
 
Method Summary
 int compare(T o1, T o2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

HashCodeComparator

public HashCodeComparator()
Method Detail

compare

public int compare(T o1,
                   T o2)
Specified by:
compare in interface java.util.Comparator<T>