Searched refs:toEvict (Results 1 – 3 of 3) sorted by relevance
214 Map.Entry<K, V> toEvict = null; in trimToSize() local216 toEvict = entry; in trimToSize()220 if (toEvict == null) { in trimToSize()224 key = toEvict.getKey(); in trimToSize()225 value = toEvict.getValue(); in trimToSize()
208 Map.Entry<K, V> toEvict = map.eldest(); in trimToSize() local209 if (toEvict == null) { in trimToSize()213 key = toEvict.getKey(); in trimToSize()214 value = toEvict.getValue(); in trimToSize()
175 Map.Entry<K, V> toEvict = map.entrySet().iterator().next(); in trimToSize() local176 key = toEvict.getKey(); in trimToSize()177 value = toEvict.getValue(); in trimToSize()