Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/
DWeakHashMap.java285 private boolean matchesKey(Entry<K,V> e, Object key) { in matchesKey() method in WeakHashMap
407 if (e.hash == h && matchesKey(e, k)) in get()
436 while (e != null && !(e.hash == h && matchesKey(e, k))) in getEntry()
460 if (h == e.hash && matchesKey(e, k)) { in put()
604 if (h == e.hash && matchesKey(e, k)) { in remove()