jp.go.aist.rtm.RTC.util
Class Pair<K,V>

java.lang.Object
  extended by jp.go.aist.rtm.RTC.util.Pair<K,V>

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


Constructor Summary
Pair(K key, V value)
           
 
Method Summary
 K getKey()
           
 V getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pair

public Pair(K key,
            V value)
Method Detail

getKey

public K getKey()

getValue

public V getValue()