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

Deprecated. since 2.7. Replaced by Converter

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

Implementation of Transformer


Constructor Summary
KeyValueFormat.DoubleNumbersPairTransformer()
          Deprecated.  
 
Method Summary
 KeyValue<Double,Double> transform(String key, String value)
          Deprecated.  
 
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()
Deprecated. 
Method Detail

transform

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


Copyright © 2009-2011 SonarSource. All Rights Reserved.