Searched defs:WriteThroughEntry (Results 1 - 2 of 2) sorted by relevance

/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java4287 WriteThroughEntry nextExternal;
4288 WriteThroughEntry lastReturned;
4357 nextExternal = new WriteThroughEntry(key, value);
4372 WriteThroughEntry nextEntry() {
4408 final class WriteThroughEntry implements Entry<K, V> { class in class:LocalCache
4412 WriteThroughEntry(K key, V value) { method in class:LocalCache.WriteThroughEntry
/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java3653 WriteThroughEntry nextExternal;
3654 WriteThroughEntry lastReturned;
3722 nextExternal = new WriteThroughEntry(key, value);
3737 WriteThroughEntry nextEntry() {
3773 final class WriteThroughEntry extends AbstractMapEntry<K, V> { class in class:MapMakerInternalMap
3777 WriteThroughEntry(K key, V value) { method in class:MapMakerInternalMap.WriteThroughEntry

Completed in 54 milliseconds