hashOfUnsignedByte

fun hashOfUnsignedByte(anInteger: Short): Int

Answer the Int hash value of the given Short in the range 0..255 inclusive.

Return

The hash of the passed unsigned byte.

Parameters

anInteger

The Short to be hashed. It must be in the range 0..255 inclusive.