Searched refs:eldest (Results 1 – 6 of 6) sorted by relevance
35 protected boolean removeEldestEntry(final Map.Entry<K, V> eldest) { in removeEldestEntry() argument
32 public static <K,V> Map.Entry<K,V> eldest(LinkedHashMap<K,V> map) { in eldest() method in LinkedHashMap_Delegate
51 protected boolean removeEldestEntry(Map.Entry<K, V> eldest) { in removeEldestEntry() argument
208 Map.Entry<K, V> toEvict = map.eldest(); in trimToSize()
76 protected boolean removeEldestEntry(Entry<String, FontInfo> eldest) {
312 final int pageIndex = mRenderedPages.eldest().getKey(); in removeLeastNeeded()