Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news.glorb.com!news-out.readnews.com!transit4.readnews.com!news-out.news.tds.net!newsreading01.news.tds.net!53ab2750!not-for-mail From: "=?UTF-8?B?QXJuZSBWYWpow7hq?=" <=?utf-8?b?qxjuzsbwywpow7hq?=@1:261/38.remove-m2z-this> Subject: Re: hashCode Message-ID: <5027F2C9.56693.calajapr@time.synchro.net> X-Comment-To: =?UTF-8?B?QXJuZSBWYWpow7hq?= Newsgroups: comp.lang.java.programmer In-Reply-To: <5027F2C9.56690.calajapr@time.synchro.net> References: <5027F2C9.56690.calajapr@time.synchro.net> X-FTN-AREA: COMP.LANG.JAVA.PROGRAMMER X-FTN-MSGID: 1:261/38 c9ef876f X-FTN-REPLY: 1:261/38 a2dc94e2 Content-Type: text/plain; charset=IBM437 Content-Transfer-Encoding: 8bit X-Gateway: time.synchro.net [Synchronet 3.16a-Win32 NewsLink 1.98] Lines: 41 Date: Sun, 12 Aug 2012 18:58:17 GMT NNTP-Posting-Host: 69.21.70.65 X-Complaints-To: news@tds.net X-Trace: newsreading01.news.tds.net 1344797897 69.21.70.65 (Sun, 12 Aug 2012 13:58:17 CDT) NNTP-Posting-Date: Sun, 12 Aug 2012 13:58:17 CDT Organization: tds.net Xref: csiph.com comp.lang.java.programmer:17748 To: =?UTF-8?B?QXJuZSBWYWpow7hq?= From: =?UTF-8?B?QXJuZSBWYWpow7hq?= On 8/11/2012 10:15 PM, Arne Vajh-,j wrote: > This is a classic test question in basic Java SE. And that returning > a constant is correct but not smart should be in most Java SE > text books. Effective Java / Joshua Bloch: // The worst possible legal hash function - never use! public int hashCode() { return 42; } It is legal because it ensures that equal objects have the same hash code. It's atrocious because ... Java 2 SUN Certified Programmer & Developer / Kathy Sierra & Bert Bates: A hashCode() that returns the same value for all instances whether they're equal or not is still a legal - even appropriate - hashCode() method! For example, public int hashCode() { return 1492; } would not violate the contract ... This hashCode() method is horrible inefficient, ... ... Nontheless, this one-hash-fits-all method would be considered appropriate and even correct because it doesn't violate the contract. Once more, correct does not necessarily mean good. Arne --- BBBS/Li6 v4.10 Dada-1 * Origin: Prism bbs (1:261/38) --- Synchronet 3.16a-Win32 NewsLink 1.98 Time Warp of the Future BBS - telnet://time.synchro.net:24