jp.go.aist.rtm.RTC.util
クラス Pair<K,V>

java.lang.Object
  上位を拡張 jp.go.aist.rtm.RTC.util.Pair<K,V>

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


コンストラクタの概要
Pair(K key, V value)
           
 
メソッドの概要
 K getKey()
           
 V getValue()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Pair

public Pair(K key,
            V value)
メソッドの詳細

getKey

public K getKey()

getValue

public V getValue()