new java.util.BitSet and Synchronization
Luis Reis
lmfr at picareta.inesc.pt
Tue Oct 20 09:07:43 PDT 1998
The Java Language Spec says that Object.hashCode will return different
values for different objects. However, you will have to use
System.identityHashCode.
[If you really want to] Have a look at:
http://www.javasoft.com/products/jdk/1.1/docs/api/java.lang.Object.html,
http://www.javasoft.com/products/jdk/1.1/docs/api/java.lang.System.html,
http://www.javasoft.com/docs/books/jls/clarify.html and/or
http://java.sun.com/docs/books/jls/html/1.1Update.html
Hope this helps.
More information about the kaffe
mailing list