Searched defs:eldest (Results 1 – 5 of 5) sorted by relevance
51 int eldest = ((Integer) m.keySet().iterator().next()).intValue(); in testCache() local
52 public java.util.Map.Entry<K,V> eldest() { throw new RuntimeException("Stub!"); } in eldest() method in LinkedHashMap54 protected boolean removeEldestEntry(java.util.Map.Entry<K,V> eldest) { throw new RuntimeException("… in removeEldestEntry()
119 public java.util.Map.Entry<K, V> eldest() { in eldest() method in LinkedHashMap123 protected boolean removeEldestEntry(java.util.Map.Entry<K, V> eldest) { in removeEldestEntry()
499 public Map.Entry<K, V> eldest() { in eldest() method in LinkedHashMap544 protected boolean removeEldestEntry(Map.Entry<K,V> eldest) { in removeEldestEntry()
492 private static Map.Entry<?, ?> eldest(LinkedHashMap<?,?> map) { in eldest() method in LinkedHashMapTest