classpath
[Top][All Lists]
Advanced

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

Re: Method.equals() question


From: Tom Tromey
Subject: Re: Method.equals() question
Date: 28 Feb 2003 12:28:49 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

>>>>> "Archie" == Archie Cobbs <address@hidden> writes:

Archie> -  [ lots of code ]
Archie> +      return this == o;
Archie>    }
 
I don't think there's a guarantee that every call to Class will return
an identical Method.  You have to look at the fields somehow.

Tom




reply via email to

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