Lines Matching refs:eldest
437 * removes the eldest entry if appropriate.
442 LHMEntry * eldest = header.after;
443 if ([self removeEldestEntry:eldest]) {
444 [self removeEntryForKey:eldest.key];
455 * table or remove the eldest entry.
468 * Returns <tt>true</tt> if this map should remove its eldest entry.
471 * with the opportunity to remove the eldest entry each time a new one
476 * entries and then delete the eldest entry each time a new entry is
481 * protected boolean removeEldestEntry(Map.LHMEntry eldest) {
495 * map acts like a normal map - the eldest element is never removed).
497 * @param eldest The least recently inserted entry in the map, or if
504 * entry, the eldest entry is also the newest.
505 * @return <tt>true</tt> if the eldest entry should be removed
508 - (BOOL) removeEldestEntry:(LHMEntry *)eldest