Home
last modified time | relevance | path

Searched defs:WriteThroughEntry (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
DLocalCache.java671 private final class WriteThroughEntry implements Entry<K, V> { class in LocalCache
675 WriteThroughEntry(K key, V value) { in WriteThroughEntry() method in LocalCache.WriteThroughEntry
/external/guava/guava/src/com/google/common/collect/
DMapMakerInternalMap.java2680 final class WriteThroughEntry extends AbstractMapEntry<K, V> { class in MapMakerInternalMap
2684 WriteThroughEntry(K key, V value) { in WriteThroughEntry() method in MapMakerInternalMap.WriteThroughEntry
/external/guava/android/guava/src/com/google/common/collect/
DMapMakerInternalMap.java2680 final class WriteThroughEntry extends AbstractMapEntry<K, V> { class in MapMakerInternalMap
2684 WriteThroughEntry(K key, V value) { in WriteThroughEntry() method in MapMakerInternalMap.WriteThroughEntry