classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

package private static equals and hash methods in java.util


From: Dalibor Topic
Subject: package private static equals and hash methods in java.util
Date: Fri, 15 Nov 2002 06:27:01 -0800 (PST)

Hi,

a couple of classes in java.util have the same
implementation of a static final equals and hashCode
method taking two arguments. 

What is the reason why not all the calls are delegated
to a single implementation, say
AbstractCollection.equals/hashCode instead of
duplicating the code ?

best regards,

dalibor topic

__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - Let the expert host your site
http://webhosting.yahoo.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]