- Type Parameters:
K - The source key type of the entry
L - The target key type that is converted to
V - The value type of the entry
- All Implemented Interfaces:
com.google.common.base.Function<Map.Entry<K,V>, Map.Entry<L,V>>, Function<Map.Entry<K,V>, Map.Entry<L,V>>
-
Field Summary
Fields
protected com.google.common.base.Converter<K,L>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class com.google.common.base.Converter
andThen, apply, convert, convertAll, equals, from, identity, reverse