Ideal hashing - Tom Kleen

as a binary string. Binary constants in Java: begin with 0b. If the number is more than 32 bits long, it must be followed by an "L" (for "long"—the default is int). Hex constants in Java begin with 0x. If the number is more than 8 hex digits long (32 bits), it must be followed by an "L". Example. ................
................