// Textbook fragment 09.02 static int hashCode(long i) {return (int)((i >> 32) + (int) i);}