abstract class oadd.org.apache.commons.math.random.EmpiricalDistributionImpl$DataAdapter extends java.lang.Object
{
final oadd.org.apache.commons.math.random.EmpiricalDistributionImpl this$0;
private void <init>(oadd.org.apache.commons.math.random.EmpiricalDistributionImpl)
{
oadd.org.apache.commons.math.random.EmpiricalDistributionImpl v;
oadd.org.apache.commons.math.random.EmpiricalDistributionImpl$DataAdapter v;
v := @this: oadd.org.apache.commons.math.random.EmpiricalDistributionImpl$DataAdapter;
v := @parameter: oadd.org.apache.commons.math.random.EmpiricalDistributionImpl;
v.<oadd.org.apache.commons.math.random.EmpiricalDistributionImpl$DataAdapter: oadd.org.apache.commons.math.random.EmpiricalDistributionImpl this$0> = v;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public abstract void computeBinStats() throws java.io.IOException;
public abstract void computeStats() throws java.io.IOException;
}