r01f.util
Class KeyValue<K,V>

java.lang.Object
  extended by r01f.util.KeyValue<K,V>

public abstract class KeyValue<K,V>
extends java.lang.Object


Field Summary
private  K _key
           
private  V _value
           
 
Constructor Summary
KeyValue()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_key

private K _key

_value

private V _value
Constructor Detail

KeyValue

public KeyValue()