类 BatchResults<K>

java.lang.Object
com.huangjian.modbus4j.BatchResults<K>

public class BatchResults<K> extends Object

BatchResults class.

  • 构造器详细资料

    • BatchResults

      public BatchResults()
  • 方法详细资料

    • addResult

      public void addResult(K key, Object value)

      addResult.

      参数:
      key - a K object.
      value - a Object object.
    • getValue

      public Object getValue(K key)

      getValue.

      参数:
      key - a K object.
      返回:
      a Object object.
    • getIntValue

      public Integer getIntValue(K key)

      getIntValue.

      参数:
      key - a K object.
      返回:
      a Integer object.
    • getLongValue

      public Long getLongValue(K key)

      getLongValue.

      参数:
      key - a K object.
      返回:
      a Long object.
    • getDoubleValue

      public Double getDoubleValue(K key)

      getDoubleValue.

      参数:
      key - a K object.
      返回:
      a Double object.
    • getFloatValue

      public Float getFloatValue(K key)

      getFloatValue.

      参数:
      key - a K object.
      返回:
      a Float object.
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object