Home
last modified time | relevance | path

Searched refs:StrongEntry (Results 1 – 1 of 1) sorted by relevance

/external/guava/src/com/google/common/collect/
DMapMaker.java415 ? new StrongEntry<K, V>(internals, key, hash) in newEntry()
422 StrongEntry<K, V> from = (StrongEntry<K, V>) original; in copyEntry()
424 ? new StrongEntry<K, V>(from.internals, key, from.hash) in copyEntry()
878 private static class StrongEntry<K, V> implements ReferenceEntry<K, V> { class in MapMaker
881 StrongEntry(Internals<K, V, ReferenceEntry<K, V>> internals, K key, in StrongEntry() method in MapMaker.StrongEntry
916 private static class LinkedStrongEntry<K, V> extends StrongEntry<K, V> {