public class BatchResults<K> extends Object
BatchResults()
void
addResult(K key, Object value)
Double
getDoubleValue(K key)
Float
getFloatValue(K key)
Integer
getIntValue(K key)
Long
getLongValue(K key)
Object
getValue(K key)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public BatchResults()
public void addResult(K key, Object value)
public Object getValue(K key)
public Integer getIntValue(K key)
public Long getLongValue(K key)
public Double getDoubleValue(K key)
public Float getFloatValue(K key)
public String toString()
toString
Copyright © 2018. All rights reserved.