|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.commons.math3.optim.PointVectorValuePair.DataTransferObject
private static class PointVectorValuePair.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 | |
|---|---|
PointVectorValuePair.DataTransferObject(double[] point,
double[] value)
Simple constructor. |
|
| Method Summary | |
|---|---|
private 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 PointVectorValuePair.DataTransferObject(double[] point,
double[] value)
point - Point coordinates.value - Value of the objective function at the point.| Method Detail |
|---|
private Object readResolve()
PointValuePair.
PointValuePair
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||