Uses of Class
org.sonar.api.utils.KeyValueFormat.Converter

Packages that use KeyValueFormat.Converter
org.sonar.api.utils   
 

Uses of KeyValueFormat.Converter in org.sonar.api.utils
 

Subclasses of KeyValueFormat.Converter in org.sonar.api.utils
static class KeyValueFormat.DateConverter
           
static class KeyValueFormat.DoubleConverter
           
static class KeyValueFormat.IntegerConverter
           
static class KeyValueFormat.PriorityConverter
           
static class KeyValueFormat.StringConverter
           
static class KeyValueFormat.ToStringConverter
           
 

Methods in org.sonar.api.utils with parameters of type KeyValueFormat.Converter
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> String
KeyValueFormat.format(com.google.common.collect.Multiset<K> multiset, KeyValueFormat.Converter<K> keyConverter)
           
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.