Searched refs:hashMagic (Results 1 – 2 of 2) sorted by relevance
232 private static final int hashMagic = 31; field in Extension247 h = h * hashMagic + extensionId.hashCode(); in hashCode()248 h = h * hashMagic + (critical?1231:1237); in hashCode()
108 private static final int hashMagic = 31; // 0x1f field in Extension