| Package | Description | 
|---|---|
| org.sonar.api.utils | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
KeyValueFormat.DateConverter  | 
static class  | 
KeyValueFormat.DoubleConverter  | 
static class  | 
KeyValueFormat.IntegerConverter  | 
static class  | 
KeyValueFormat.PriorityConverter  | 
static class  | 
KeyValueFormat.StringConverter  | 
static class  | 
KeyValueFormat.ToStringConverter  | 
| Modifier and Type | Method and Description | 
|---|---|
static <K,V> String | 
KeyValueFormat.format(Map<K,V> map,
            KeyValueFormat.Converter<K> keyConverter,
            KeyValueFormat.Converter<V> valueConverter)  | 
static <K,V> String | 
KeyValueFormat.format(Map<K,V> map,
            KeyValueFormat.Converter<K> keyConverter,
            KeyValueFormat.Converter<V> valueConverter)  | 
static <K,V> Map<K,V> | 
KeyValueFormat.parse(String input,
          KeyValueFormat.Converter<K> keyConverter,
          KeyValueFormat.Converter<V> valueConverter)
If input is null, then an empty map is returned. 
 | 
static <K,V> Map<K,V> | 
KeyValueFormat.parse(String input,
          KeyValueFormat.Converter<K> keyConverter,
          KeyValueFormat.Converter<V> valueConverter)
If input is null, then an empty map is returned. 
 | 
Copyright © 2009–2015 SonarSource. All rights reserved.