类 BatchResults<K>
java.lang.Object
com.huangjian.modbus4j.BatchResults<K>
BatchResults class.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidaddResult.getDoubleValue(K key) getDoubleValue.getFloatValue(K key) getFloatValue.getIntValue(K key) getIntValue.getLongValue(K key) getLongValue.getValue.toString()
-
构造器详细资料
-
BatchResults
public BatchResults()
-
-
方法详细资料
-
addResult
addResult.
- 参数:
key- a K object.value- aObjectobject.
-
getValue
getValue.
- 参数:
key- a K object.- 返回:
- a
Objectobject.
-
getIntValue
getIntValue.
- 参数:
key- a K object.- 返回:
- a
Integerobject.
-
getLongValue
getLongValue.
- 参数:
key- a K object.- 返回:
- a
Longobject.
-
getDoubleValue
getDoubleValue.
- 参数:
key- a K object.- 返回:
- a
Doubleobject.
-
getFloatValue
getFloatValue.
- 参数:
key- a K object.- 返回:
- a
Floatobject.
-
toString
-