Searched defs:removeEldestEntry (Results 1 – 4 of 4) sorted by relevance
144 protected boolean removeEldestEntry(Map.Entry<K, V> eldest) { in removeEldestEntry() method in LoadPathToFileCache.LRUCache
58 protected boolean removeEldestEntry(Map.Entry e) { in removeEldestEntry() method in LinkedHashMapTest.CacheMap397 protected boolean removeEldestEntry(Map.Entry e) { in removeEldestEntry() method in LinkedHashMapTest.MockMap
68 protected boolean removeEldestEntry(Map.Entry<K, V> ignored) { in removeEldestEntry() method in MapMaker.ExpiringComputingMap
229 protected boolean removeEldestEntry(Map.Entry<K, V> ignored) { in removeEldestEntry() method in CacheBuilder.LocalCache