org.sonar.api.utils
Class KeyValueFormat.DoubleNumbersPairTransformer

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

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

Implementation of Transformer


Constructor Summary
KeyValueFormat.DoubleNumbersPairTransformer()
           
 
Method Summary
 KeyValue<Double,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.DoubleNumbersPairTransformer

public KeyValueFormat.DoubleNumbersPairTransformer()
Method Detail

transform

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


Copyright © 2009-2011 SonarSource. All Rights Reserved.