because java.lang.Object already provides an implementation of equals() for you. if you read the docs for Comparator, you'll see the intent of the equals method here is slightly different
there was a lengthy discussion on the boards not too long ago about why the method is re-declared on this interface. a search for Comparator equals might find it for you
I'm feeling generous today, and [url=http://forum.java.sun.com/thread.jspa?threadID=5127850&start=0&tstart=0]found it for you[/url]
Message was edited by:
georgemc