Uses of Class
org.sonar.api.utils.KeyValue

Packages that use KeyValue
org.sonar.api.utils   
 

Uses of KeyValue in org.sonar.api.utils
 

Methods in org.sonar.api.utils that return KeyValue
 KeyValue<K,V> KeyValueFormat.Transformer.transform(String key, String value)
          Deprecated.  
 KeyValue<String,Double> KeyValueFormat.StringNumberPairTransformer.transform(String key, String value)
          Deprecated.  
 KeyValue<Double,Double> KeyValueFormat.DoubleNumbersPairTransformer.transform(String key, String value)
          Deprecated.  
 KeyValue<Integer,Integer> KeyValueFormat.IntegerNumbersPairTransformer.transform(String key, String value)
          Deprecated.  
 KeyValue<RulePriority,Integer> KeyValueFormat.RulePriorityNumbersPairTransformer.transform(String key, String value)
          Deprecated.  
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.