phenote.util
Class EverythingEqualComparator<T>

java.lang.Object
  extended by phenote.util.EverythingEqualComparator<T>
All Implemented Interfaces:
java.util.Comparator<T>

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


Constructor Summary
EverythingEqualComparator()
           
 
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

EverythingEqualComparator

public EverythingEqualComparator()
Method Detail

compare

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