Another item: ObjectsHashIterative is marked as Signedness.SIGNED.

The computation is done using 32-bit integers. So the long output can be 
negative but the upper 32-bits are always either entirely 0 or entirely 1. I 
think this is a candidate for converting to an unsigned long and allowing it to 
be Signedness.UNSIGNED.

Alex



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to