()
| 2063 | } |
| 2064 | |
| 2065 | @Override |
| 2066 | Iterator<Entry<K, V2>> entryIterator() { |
| 2067 | return Iterators.transform(fromMap.entrySet().iterator(), Maps.<K, V1, V2>asEntryToEntryFunction(transformer)); |
| 2068 | } |
| 2069 | |
| 2070 | @Override |
| 2071 | public Collection<V2> values() { |
nothing calls this directly
no test coverage detected