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

/openjdk7/jdk/src/share/classes/java/lang/
H A DClassValue.java526 static Entry<?> loadFromCache(Entry<?>[] cache, int i) { method in class:ClassValue.ClassValueMap
535 return classValue.castEntry(loadFromCache(cache, classValue.hashCodeForCache));

Completed in 31 milliseconds