Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #17570
| Path | csiph.com!usenet.pasdenom.info!aioe.org!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | Jeff Higgins <jeff@invalid.invalid> |
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: default equals function? |
| Date | Thu, 09 Aug 2012 18:22:48 -0400 |
| Organization | A noiseless patient Spider |
| Lines | 20 |
| Message-ID | <k01d1c$m32$1@dont-email.me> (permalink) |
| References | <c1faab3a-8c4d-4a3b-a403-c9d0381deab5@googlegroups.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| Injection-Date | Thu, 9 Aug 2012 22:19:25 +0000 (UTC) |
| Injection-Info | mx04.eternal-september.org; posting-host="6a6a291fa7e9c0bd872c1a9cbe2b371d"; logging-data="22626"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+bATjnicY65dX45XTWwjcJWHpjwt7aH0M=" |
| User-Agent | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20120613 Icedove/3.0.11 |
| In-Reply-To | <c1faab3a-8c4d-4a3b-a403-c9d0381deab5@googlegroups.com> |
| Cancel-Lock | sha1:L/AsGLADE6yZS5VFTHMFVGNOyvU= |
| Xref | csiph.com comp.lang.java.programmer:17570 |
Show key headers only | View raw
On 08/09/2012 05:58 PM, bob smith wrote:
> Let's say I have a class like this:
>
> public class Kern_Pair {
> int letter1, letter2;
>
> }
>
> Can someone tell me how the default equals function will behave?
>
> like
>
> kernpair1.equals(kernpair2)
>
> ?
<http://docs.oracle.com/javase/tutorial/java/IandI/objectclass.html>
Here is a convenient dashboard to the Oracle Java documentation.
<http://docs.oracle.com/javase/7/docs/>
You may replace the 7 in the above address with a 3, 4, 5 or 6
to see older versions documentation.
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
default equals function? bob smith <bob@coolfone.comze.com> - 2012-08-09 14:58 -0700
Re: default equals function? Eric Sosman <esosman@ieee-dot-org.invalid> - 2012-08-09 18:11 -0400
Re: default equals function? bob smith <bob@coolfone.comze.com> - 2012-08-10 07:12 -0700
Re: default equals function? rossum <rossum48@coldmail.com> - 2012-08-10 16:47 +0100
Re: default equals function? Eric Sosman <esosman@ieee-dot-org.invalid> - 2012-08-10 12:29 -0400
Re: default equals function? Jeff Higgins <jeff@invalid.invalid> - 2012-08-09 18:22 -0400
Re: default equals function? Arne Vajhøj <arne@vajhoej.dk> - 2012-08-10 13:43 -0400
csiph-web