Searched refs:toEvict (Results 1 – 1 of 1) sorted by relevance
210 Map.Entry<K, V> toEvict = map.eldest(); in trimToSize() local211 if (toEvict == null) { in trimToSize()215 key = toEvict.getKey(); in trimToSize()216 value = toEvict.getValue(); in trimToSize()