org.sonar.api.utils
Class KeyValue<KEY,VALUE>

java.lang.Object
  extended by org.sonar.api.utils.KeyValue<KEY,VALUE>

public class KeyValue<KEY,VALUE>
extends Object

Since:
1.10

Constructor Summary
KeyValue(KEY key, VALUE value)
           
 
Method Summary
 KEY getKey()
           
 VALUE getValue()
           
 void setKey(KEY key)
           
 void setValue(VALUE value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyValue

public KeyValue(KEY key,
                VALUE value)
Method Detail

getKey

public KEY getKey()

setKey

public void setKey(KEY key)

getValue

public VALUE getValue()

setValue

public void setValue(VALUE value)


Copyright © 2009 SonarSource SA. All Rights Reserved.