Mo DeJong wrote: > I am using a "standard hashtable". I need to map a UID string to a > single Object, without a UID provided by the identityHashCode(), > I am going to have a hard time doing that. > Am I missing the point? Hash codes (the result of a hash function) need not be different for different entities, hence the bucket concept. -- Diego Pons Pharos Consulting LLC http://www.wenet.net/~dpons Los Angeles, CA ---------------------------------------------------------------------- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
- RE: Serious bug in System.identityHashCode() found. Christopher Smith
- Re: Serious bug in System.identityHashCode() found. Timothy Reaves
- Re: Serious bug in System.identityHashCode() found. Christopher Smith
- Re: Serious bug in System.identityHashCode() found. Juergen Kreileder
- RE: Serious bug in System.identityHashCode() found. Mo DeJong
- Re: Serious bug in System.identityHashCode() found. Christopher Smith
- Re: Serious bug in System.identityHashCode() found. Mo DeJong
- Re: Serious bug in System.identityHashCode() found. Christopher Smith
- Re: Serious bug in System.identityHashCode() found. Diego Pons