org.sonar.api.utils
Class KeyValueFormat.StringNumberPairTransformer

java.lang.Object
  extended by org.sonar.api.utils.KeyValueFormat.StringNumberPairTransformer
All Implemented Interfaces:
KeyValueFormat.Transformer<String,Double>
Enclosing class:
KeyValueFormat

public static class KeyValueFormat.StringNumberPairTransformer
extends Object
implements KeyValueFormat.Transformer<String,Double>

Implementation of Transformer


Constructor Summary
KeyValueFormat.StringNumberPairTransformer()
           
 
Method Summary
 KeyValue<String,Double> transform(String key, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyValueFormat.StringNumberPairTransformer

public KeyValueFormat.StringNumberPairTransformer()
Method Detail

transform

public KeyValue<String,Double> transform(String key,
                                         String value)
Specified by:
transform in interface KeyValueFormat.Transformer<String,Double>


Copyright © 2009-2010 SonarSource. All Rights Reserved.