|
Class Summary |
| MapToMapAdapter<KEY_FROM,VALUE_FROM,KEY_TO,VALUE_TO> |
The MapToMapAdapter is a decorator and adapter which allows to access a given Map using other types for the key
as well as for the value. |
| MapToMapAdapterForKey<KEY_FROM,KEY_TO,VALUE> |
Special implementation of a MapToMapAdapter which only converts the keys of a Map |
| MapToMapAdapterForValue<KEY,VALUE_FROM,VALUE_TO> |
Special implementation of a MapToMapAdapter which only converts the values of a Map |
| MapWithKeyMappingAdapter<KEY_TO,KEY_FROM,V> |
Map adapter which allows to define a mapping for the keys of the underlying Map |
| SortedMapToSortedMapAdapter<KEY,VALUE_FROM,VALUE_TO> |
The SortedMapToSortedMapAdapter is a decorator and adapter which allows to access a given SortedMap using other
types for the values. |