public final class com.google.common.math.StatsAccumulator$init__245 extends java.lang.Object implements java.util.function.Supplier
{
public static java.util.function.Supplier bootstrap$()
{
com.google.common.math.StatsAccumulator$init__245 v;
v = new com.google.common.math.StatsAccumulator$init__245;
specialinvoke v.<com.google.common.math.StatsAccumulator$init__245: void <init>()>();
return v;
}
public void <init>()
{
com.google.common.math.StatsAccumulator$init__245 v;
v := @this: com.google.common.math.StatsAccumulator$init__245;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public java.lang.Object get()
{
com.google.common.math.StatsAccumulator v;
com.google.common.math.StatsAccumulator$init__245 v;
v := @this: com.google.common.math.StatsAccumulator$init__245;
v = new com.google.common.math.StatsAccumulator;
specialinvoke v.<com.google.common.math.StatsAccumulator: void <init>()>();
return v;
}
}