net.sourceforge.jaulp.comparators
Class HashCodeComparator<T>

java.lang.Object
  extended by net.sourceforge.jaulp.comparators.HashCodeComparator<T>
All Implemented Interfaces:
java.io.Serializable, java.util.Comparator<T>

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

This class compare two Objects by the hashcode.

Version:
1.0
Author:
Asterios Raptis
See Also:
Serialized Form

Constructor Summary
HashCodeComparator()
           
 
Method Summary
 int compare(T oneObj, T compObj)
          Compare two Objects by the hashcode.
 
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 oneObj,
                   T compObj)
Compare two Objects by the hashcode.

Specified by:
compare in interface java.util.Comparator<T>
Parameters:
oneObj - One Object.
compObj - The other Object to compare.
Returns:
the result.
See Also:
Comparator.compare(Object, Object)


Copyright © 2010. All Rights Reserved.