Searched refs:hashCodeCache (Results 1 – 1 of 1) sorted by relevance
563 private int hashCodeCache; field in ResourceBundle.CacheKey611 if (hashCodeCache != otherEntry.hashCodeCache) { in equals()639 return hashCodeCache; in hashCode()643 hashCodeCache = name.hashCode() << 3; in calculateHashCode()644 hashCodeCache ^= locale.hashCode(); in calculateHashCode()647 hashCodeCache ^= loader.hashCode(); in calculateHashCode()