public class com.codahale.metrics.WeightedSnapshot$WeightedSample
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.codahale.metrics.WeightedSnapshot$WeightedSample
  super_class: java.lang.Object
{
  public final long value;
    descriptor: J
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final double weight;
    descriptor: D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public void <init>(long, double);
    descriptor: (JD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // com.codahale.metrics.WeightedSnapshot$WeightedSample this
        start local 1 // long value
        start local 3 // double weight
         0: .line 24
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 25
            aload 0 /* this */
            lload 1 /* value */
            putfield com.codahale.metrics.WeightedSnapshot$WeightedSample.value:J
         2: .line 26
            aload 0 /* this */
            dload 3 /* weight */
            putfield com.codahale.metrics.WeightedSnapshot$WeightedSample.weight:D
         3: .line 27
            return
        end local 3 // double weight
        end local 1 // long value
        end local 0 // com.codahale.metrics.WeightedSnapshot$WeightedSample this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/codahale/metrics/WeightedSnapshot$WeightedSample;
            0    4     1   value  J
            0    4     3  weight  D
    MethodParameters:
        Name  Flags
      value   
      weight  
}
SourceFile: "WeightedSnapshot.java"
NestHost: com.codahale.metrics.WeightedSnapshot
InnerClasses:
  public WeightedSample = com.codahale.metrics.WeightedSnapshot$WeightedSample of com.codahale.metrics.WeightedSnapshot