See: Description
| Interface | Description | 
|---|---|
| ConvertibleMultiValues<V> | 
 Specialization of  
ConvertibleValues where each name has multiple possible values. | 
| ConvertibleValues<V> | 
 An interface for classes that represent a map-like structure of values that can be converted. 
 | 
| MutableConvertibleMultiValues<V> | |
| MutableConvertibleValues<V> | 
 A  
ConvertibleValues that is mutable. | 
| Class | Description | 
|---|---|
| ConvertibleMultiValuesMap<V> | 
 An implementation of  
ConvertibleMultiValues that uses a backing LinkedHashMap. | 
| ConvertibleValuesMap<V> | 
 An implementation of  
ConvertibleValues backed by a map. | 
| MutableConvertibleMultiValuesMap<V> | 
 Implementation of  
MutableConvertibleMultiValues that operates against a backing LinkedHashMap. | 
| MutableConvertibleValuesMap<V> | 
 Mutable version of  
ConvertibleMultiValuesMap. |