Searched defs:removeEldestEntry (Results 1 – 5 of 5) sorted by relevance
54 protected boolean removeEldestEntry(java.util.Map.Entry<K,V> eldest) { throw new RuntimeException("… in removeEldestEntry() method in LinkedHashMap
56 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
634 protected boolean removeEldestEntry(Map.Entry<K,V> eldest) { in removeEldestEntry() method in LinkedHashMap