Searched refs:toEvict (Results 1 – 1 of 1) sorted by relevance
102 Map.Entry<K, V> toEvict = map.eldest(); in trimToSize() local104 K key = toEvict.getKey(); in trimToSize()105 V value = toEvict.getValue(); in trimToSize()