Home
last modified time | relevance | path

Searched refs:loaderRef (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DResourceBundle.java542 private LoaderReference loaderRef; field in ResourceBundle.CacheKey
569 this.loaderRef = null; in CacheKey()
571 loaderRef = new LoaderReference(loader, referenceQueue, this); in CacheKey()
601 return (loaderRef != null) ? loaderRef.get() : null; in getLoader()
623 if (loaderRef == null) { in equals()
624 return otherEntry.loaderRef == null; in equals()
626 ClassLoader loader = loaderRef.get(); in equals()
627 return (otherEntry.loaderRef != null) in equals()
632 && (loader == otherEntry.loaderRef.get()); in equals()
654 if (loaderRef != null) { in clone()
[all …]