Searched refs:CacheKey (Results 1 - 3 of 3) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/util/
H A DJDKClassLoader.java120 // Factory for a key (CacheKey is an implementation detail
127 return new CacheKey(className, latestLoader);
147 private static class CacheKey class in class:JDKClassLoader.JDKClassLoaderCache
152 public CacheKey(String className, ClassLoader loader) { method in class:JDKClassLoader.JDKClassLoaderCache.CacheKey
173 CacheKey other = (CacheKey)obj;
/openjdk7/jdk/src/share/classes/java/util/
H A DResourceBundle.java293 private static final ConcurrentMap<CacheKey, BundleReference> cacheList
327 private volatile CacheKey cacheKey;
487 private static final class CacheKey implements Cloneable { class in class:ResourceBundle
497 // These time values are in CacheKey so that NONEXISTENT_BUNDLE
514 CacheKey(String baseName, Locale locale, ClassLoader loader) { method in class:ResourceBundle.CacheKey
529 CacheKey setName(String baseName) {
541 CacheKey setLocale(Locale locale) {
558 final CacheKey otherEntry = (CacheKey)other;
603 CacheKey clon
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DNimbusStyle.java186 * A temporary CacheKey used to perform lookups. This pattern avoids
189 private CacheKey tmpKey = new CacheKey("", 0);
685 v.cache.put(new CacheKey(partialKey, xstate),
722 v.cache.put(new CacheKey("backgroundPainter$$instance", xstate), p);
757 v.cache.put(new CacheKey("foregroundPainter$$instance", xstate), p);
792 v.cache.put(new CacheKey("borderPainter$$instance", xstate), p);
1081 Map<CacheKey,Object> cache = new HashMap<CacheKey,Object>();
1088 private static final class CacheKey { class in class:NimbusStyle
1092 CacheKey(Object key, int xstate) { method in class:NimbusStyle.CacheKey
[all...]

Completed in 44 milliseconds