Searched refs:copyEvictableEntry (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java386 copyEvictableEntry(original, newEntry);
402 copyEvictableEntry(original, newEntry);
440 copyEvictableEntry(original, newEntry);
456 copyEvictableEntry(original, newEntry);
494 copyEvictableEntry(original, newEntry);
510 copyEvictableEntry(original, newEntry);
573 <K, V> void copyEvictableEntry(ReferenceEntry<K, V> original, ReferenceEntry<K, V> newEntry) { method in class:MapMakerInternalMap.EntryFactory
3153 * of the queue as part of copyEvictableEntry, and (2) the contains method is highly optimized
3281 * of the queue as part of copyEvictableEntry, and (2) the contains method is highly optimized

Completed in 1059 milliseconds