类 KeyValuePair<K,V>
java.lang.Object
com.gdxsoft.easyweb.data.KeyValuePair<K,V>
- 类型参数:
K-V-
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
KeyValuePair
public KeyValuePair() -
KeyValuePair
-
-
方法详细资料
-
setPair
-
getKey
- 返回:
- the key
-
getValue
- 返回:
- the value
-
toString
-
setKey
- 参数:
key- the key to set
-
setValue
- 参数:
value- the value to set
-