Searched defs:eldest (Results 1 – 6 of 6) sorted by relevance
47 int eldest = ((Integer) m.keySet().iterator().next()).intValue(); in main() 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()
56 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()
467 private static Map.Entry<?, ?> eldest(LinkedHashMap<?,?> map) { in eldest() method in LinkedHashMapTest
589 public Map.Entry<K, V> eldest() { in eldest() method in LinkedHashMap634 protected boolean removeEldestEntry(Map.Entry<K,V> eldest) { in removeEldestEntry()