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