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

/openjdk7/jdk/src/share/classes/sun/misc/
H A DSoftCache.java392 Set hashEntries = hash.entrySet(); field in class:SoftCache.EntrySet
397 Iterator hashIterator = hashEntries.iterator();
442 if (o instanceof Entry) return hashEntries.remove(((Entry)o).ent);

Completed in 40 milliseconds