class com.netflix.hystrix.util.HystrixRollingPercentile$ActualTime implements com.netflix.hystrix.util.HystrixRollingPercentile$Time
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.netflix.hystrix.util.HystrixRollingPercentile$ActualTime
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.util.HystrixRollingPercentile$ActualTime this
         0: .line 642
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.netflix.hystrix.util.HystrixRollingPercentile$ActualTime this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/util/HystrixRollingPercentile$ActualTime;

  public long getCurrentTimeInMillis();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.util.HystrixRollingPercentile$ActualTime this
         0: .line 646
            invokestatic java.lang.System.currentTimeMillis:()J
            lreturn
        end local 0 // com.netflix.hystrix.util.HystrixRollingPercentile$ActualTime this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/util/HystrixRollingPercentile$ActualTime;
}
SourceFile: "HystrixRollingPercentile.java"
NestHost: com.netflix.hystrix.util.HystrixRollingPercentile
InnerClasses:
  private ActualTime = com.netflix.hystrix.util.HystrixRollingPercentile$ActualTime of com.netflix.hystrix.util.HystrixRollingPercentile
  abstract Time = com.netflix.hystrix.util.HystrixRollingPercentile$Time of com.netflix.hystrix.util.HystrixRollingPercentile