Searched refs:removeEldestEntry (Results 1 – 6 of 6) sorted by relevance
233 protected boolean removeEldestEntry(Entry eldest) { in test_removeEldestEntry()262 protected boolean removeEldestEntry(Entry<String, String> eldest) { in test_removeEldestEntry_removeKey()279 protected boolean removeEldestEntry(Entry<String, String> eldest) { in test_removeEldestEntry_removeEntry()296 protected boolean removeEldestEntry(Entry<String, String> eldest) { in test_removeEldestEntry_orderedAccess()315 protected boolean removeEldestEntry(Entry<String, String> eldest) { in test_removeEldestEntry_removeOtherThanPassedEldest()
54 protected boolean removeEldestEntry(java.util.Map.Entry<K,V> eldest) { throw new RuntimeException("… in removeEldestEntry() method in LinkedHashMap
73 protected boolean removeEldestEntry(Map.Entry<String,ExpiringCache.Entry> eldest) { in ExpiringCache()
323 if (evict && (first = head) != null && removeEldestEntry(first)) { in afterNodeInsertion()541 protected boolean removeEldestEntry(Map.Entry<K,V> eldest) { 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.MockMap462 protected boolean removeEldestEntry(Map.Entry<String, String> e) { in test_removeEldestFromSameBucketAsNewEntry()
123 protected boolean removeEldestEntry(java.util.Map.Entry<K, V> eldest) { in removeEldestEntry() method in LinkedHashMap