public class org.apache.commons.math3.optim.nonlinear.vector.Target implements org.apache.commons.math3.optim.OptimizationData
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.math3.optim.nonlinear.vector.Target
  super_class: java.lang.Object
{
  private final double[] target;
    descriptor: [D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(double[]);
    descriptor: ([D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.optim.nonlinear.vector.Target this
        start local 1 // double[] observations
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 43
            aload 0 /* this */
            aload 1 /* observations */
            invokevirtual double[].clone:()Ljava/lang/Object;
            checkcast double[]
            putfield org.apache.commons.math3.optim.nonlinear.vector.Target.target:[D
         2: .line 44
            return
        end local 1 // double[] observations
        end local 0 // org.apache.commons.math3.optim.nonlinear.vector.Target this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/apache/commons/math3/optim/nonlinear/vector/Target;
            0    3     1  observations  [D
    MethodParameters:
              Name  Flags
      observations  

  public double[] getTarget();
    descriptor: ()[D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.optim.nonlinear.vector.Target this
         0: .line 52
            aload 0 /* this */
            getfield org.apache.commons.math3.optim.nonlinear.vector.Target.target:[D
            invokevirtual double[].clone:()Ljava/lang/Object;
            checkcast double[]
            areturn
        end local 0 // org.apache.commons.math3.optim.nonlinear.vector.Target this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/optim/nonlinear/vector/Target;
}
SourceFile: "Target.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()