Affine transforms - matrix algebra

Jim Graham james.graham at oracle.com
Fri Aug 17 15:44:59 PDT 2012


>> Why don't we make hashcode a property?  ;)
>
> In fact, it is! hashcode follows precisely the pattern for immutable
> properties -- it is just a getter.

hashcode isn't immutable.  It is immutable only for objects that are 
themselves immutable (with a correctly written override) or for the 
default implementation.

			...jim


More information about the openjfx-dev mailing list