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

/openjdk7/jdk/src/share/classes/sun/misc/
H A DCache.java167 return new CacheEnumerator(table, true);
177 return new CacheEnumerator(table, false);
308 class CacheEnumerator implements Enumeration { class in inherits:Enumeration
314 CacheEnumerator (CacheEntry table[], boolean keys) { method in class:CacheEnumerator
343 throw new NoSuchElementException("CacheEnumerator");

Completed in 29 milliseconds