Searched refs:matchesKey (Results 1 – 1 of 1) sorted by relevance
285 private boolean matchesKey(Entry<K,V> e, Object key) { in matchesKey() method in WeakHashMap407 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()