Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #17793
| Path | csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!nx02.iad01.newshosting.com!newshosting.com!news-out.readnews.com!transit3.readnews.com!news-out.news.tds.net!newsreading01.news.tds.net!53ab2750!not-for-mail |
|---|---|
| From | "Lew" <lew@1:261/38.remove-nlb-this> |
| Subject | Re: hashCode |
| Message-ID | <502943B1.56742.calajapr@time.synchro.net> (permalink) |
| X-Comment-To | Eric Sosman |
| Newsgroups | comp.lang.java.programmer |
| X-FTN-AREA | COMP.LANG.JAVA.PROGRAMMER |
| X-FTN-MSGID | 1:261/38 89a4b5f3 |
| Content-Type | text/plain; charset=IBM437 |
| Content-Transfer-Encoding | 8bit |
| X-Gateway | time.synchro.net [Synchronet 3.16a-Win32 NewsLink 1.98] |
| Lines | 75 |
| Date | Mon, 13 Aug 2012 18:36:13 GMT |
| NNTP-Posting-Host | 69.21.70.65 |
| X-Complaints-To | news@tds.net |
| X-Trace | newsreading01.news.tds.net 1344882973 69.21.70.65 (Mon, 13 Aug 2012 13:36:13 CDT) |
| NNTP-Posting-Date | Mon, 13 Aug 2012 13:36:13 CDT |
| Organization | tds.net |
| X-Received-Bytes | 3832 |
| Xref | csiph.com comp.lang.java.programmer:17793 |
Show key headers only | View raw
To: Eric Sosman From: "Lew" <lew@1:261/38.remove-m2z-this> To: Eric Sosman From: Lew <noone@lewscanon.com> Eric Sosman wrote: > Okay: Then returning a constant 1 (or 42 or 0 or whatever) > would in fact satisfy the letter of the law regarding hashCode(): Not if you consider all aspects of what the Javadocs promise. See my post upthread. > Whenever x.equals(y) is true, x.hashCode() == y.hashCode(). In > your example this would be trivially true because x,y,z,... all > have the same hashCode() value, whether they're equal or not -- > You have lived up to the letter of the law. No, because the law requires that the method support 'HashMap', which in turn calls for "properly" hashed objects. > Of course, such a hashCode() would make all those hash-based > containers pretty much useless: They would work in the sense that > they would get the Right Answer, but they'd be abominably slow, Indeed. > with expected performance of O(N) instead of O(1). See > <http://www.cs.rice.edu/~scrosby/hash/CrosbyWallach_UsenixSec2003/> > for a survey of some denial-of-service attacks that work by driving > hash tables from O(1) to O(N), resulting in catastrophic failure > of the attacked system. > > In other words, the letter of the law on hashCode() is a bare > minimum that guarantees correct functioning, but it is not enough > to guarantee usability. Why isn't the law more specific? Because Actually, if you consider all that the Javadocs tell you, this "letter of the law" to which you refer is like saying the sequence "ABC" constitutes all of "the ABCs". > nobody knows how to write "hashCode() must be correct *and* usable" > in terms that would cover all the classes all the Java programmers > have dreamed up and will dream up. Your hashCode() meets the bare > minimum requirement, but is not "usable." The actual hashCode() > provided by Object also meets the bare minimum requirement, and *is* > usable as it stands, until (and unless; you don't HAVE to) you > choose to implement other equals() semantics, and a hashCode() to > match them. As Arne states, "correct" means "fulfills the specification". The specification for Java API methods is the standard Javadocs, which do impose performance considerations on 'hashCode()'. One understands that the spec isn't always fully enforceable by the compiler. [1] It is correct that the compiler will allow 'return 1;'. It is not correct that that fulfills the specification. [1] Doesn't one? -- Lew Honi soit qui mal y pense. http://upload.wikimedia.org/wikipedia/commons/c/cf/Friz.jpg -+- 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 --- 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
Back to comp.lang.java.programmer | Previous | Next — Next in thread | Find similar | Unroll thread
Re: hashCode "Lew" <lew@1:261/38.remove-nlb-this> - 2012-08-13 18:36 +0000 Re: hashCode "Arne Vajhøj" <������ høj@1:261/38.remove-nlb-this> - 2012-08-13 18:36 +0000
csiph-web