This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: FYI: Patch: java.util.Hashtable


Hi,

On Sun, 2003-12-07 at 02:42, Bryce McKinlay wrote:
> Can you (Jim/Dalibor) explain what this change achieves? I understand 
> reversing the delegation order between contains() & containsValue(), 
> but why add an internal private method? It doesn't affect the 
> overriding behaviour of containsValue() at all - or am I missing 
> something?

No you observation is correct, the delegation to a new internal private
method is not strictly necessary. See for discussion of this patch the
Classpath mailinglist archives, it has seen a couple of iterations:
http://mail.gnu.org/archive/html/classpath/2003-11/msg00136.html

Cheers,

Mark

Attachment: signature.asc
Description: This is a digitally signed message part


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]