Howdy,
I'm not aware of a strong domain-specific reason not to implement these
methods.  But in the general sense, these methods can be non-trivial to
implement.

I've almost always found it preferable to either implement Comparable or
Comparator specific to the comparison needs at the time.  That way other
people can use their own comparator as needed.

So maybe the question is, why do you need these?

Yoav Shapira
Millennium ChemInformatics


>-----Original Message-----
>From: Mark Womack [mailto:[EMAIL PROTECTED]
>Sent: Monday, June 09, 2003 12:40 PM
>To: 'Log4J Developers List'
>Subject: RE: LoggingEvent - equals, hashcode?
>
>I can't think of good reason why they shouldn't be if you need them.
>
>-Mark
>
>> -----Original Message-----
>> From: Scott Deboy [mailto:[EMAIL PROTECTED]
>> Sent: Friday, June 06, 2003 9:40 PM
>> To: Log4J Developers List
>> Subject: LoggingEvent - equals, hashcode?
>>
>>
>> Anyone know of a reason why these methods aren't implemented?
>>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to