compute Hash Of Long
Hash the passed Long. Note that it must have the same value as what computeHashOfIntegerObject would return, given an encoding of the Long as an Avail integer. Even if that integer is within the 32-bit Int range.
Return
The hash of the given Long, consistent with Avail integer hashing.
Parameters
a Long
The Long to hash.