org.sonar.api.utils
Class KeyValueFormat.IntegerNumbersPairTransformer

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

public static class KeyValueFormat.IntegerNumbersPairTransformer
extends Object
implements KeyValueFormat.Transformer<Integer,Integer>

Implementation of Transformer


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

public KeyValueFormat.IntegerNumbersPairTransformer()
Method Detail

transform

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


Copyright © 2009-2010 SonarSource. All Rights Reserved.