Searched defs:removeEldestEntry (Results 1 – 4 of 4) sorted by relevance
54 protected boolean removeEldestEntry(java.util.Map.Entry<K,V> eldest) { throw new RuntimeException("… in removeEldestEntry() method in LinkedHashMap
53 protected boolean removeEldestEntry(Map.Entry e) { in removeEldestEntry() method in LinkedHashMapTest.CacheMap449 protected boolean removeEldestEntry(Map.Entry e) { in removeEldestEntry() method in LinkedHashMapTest.MockMap
123 protected boolean removeEldestEntry(java.util.Map.Entry<K, V> eldest) { in removeEldestEntry() method in LinkedHashMap
544 protected boolean removeEldestEntry(Map.Entry<K,V> eldest) { in removeEldestEntry() method in LinkedHashMap