|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.math3.optimization.PointValuePair.DataTransferObject
private static class PointValuePair.DataTransferObject
Internal class used only for serialization.
Field Summary | |
---|---|
private double[] |
point
Point coordinates. |
private static long |
serialVersionUID
Serializable UID. |
private double |
value
Value of the objective function at the point. |
Constructor Summary | |
---|---|
PointValuePair.DataTransferObject(double[] point,
double value)
Simple constructor. |
Method Summary | |
---|---|
private java.lang.Object |
readResolve()
Replace the deserialized data transfer object with a PointValuePair . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private final double[] point
private final double value
Constructor Detail |
---|
public PointValuePair.DataTransferObject(double[] point, double value)
point
- Point coordinates.value
- Value of the objective function at the point.Method Detail |
---|
private java.lang.Object readResolve()
PointValuePair
.
PointValuePair
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |