Vishal Hegde wrote:What does Integer.rotateLeft(i, 64); actually do??
I mean if it shifts bits how can we calculate that(assuming ourselves as Compilers)
Note also that rotation by any multiple of 32 is a no-op ...