Searched defs:hashCodeCache (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DResourceBundle.java563 private int hashCodeCache; field in class:ResourceBundle.CacheKey
611 if (hashCodeCache != otherEntry.hashCodeCache) {
639 return hashCodeCache;
643 hashCodeCache = name.hashCode() << 3;
644 hashCodeCache ^= locale.hashCode();
647 hashCodeCache ^= loader.hashCode();

Completed in 10 milliseconds