public class Result extends Object
Result(int index, double value)
Result(int index, double[] multiValue)
int
getIndex()
Boolean
getMuti()
double
getValue()
void
setIndex(int index)
setMuti(Boolean muti)
setValue(double value)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Result(int index, double[] multiValue)
public Result(int index, double value)
public String toString()
toString
Object
public int getIndex()
public void setIndex(int index)
public double getValue()
public void setValue(double value)
public Boolean getMuti()
public void setMuti(Boolean muti)
Copyright © 2019. All rights reserved.