static int hashMap_internalHash(O key) { int h; ret (key == null) ? 0 : (h = key.hashCode()) ^ (h >>> 16); }