ofKeys
Creates a one-way converter for transforming Map with keys of type TK to Map with keys of type FK. The values of the map are unchanged.
Parameters
FK
The type of keys being converted to
TK
The type of keys being converted from
V
The type of values
Creates a one-way converter for transforming Map with keys of type FK to Map with keys of type TK. The values of the map are unchanged.
Parameters
FK
The type of keys being converted from
TK
The type of keys being converted to
V
The type of values
Creates a two-way converter for transforming between Map with keys of type FK and Map with keys of type TK. The values of maps are unchanged.