final class io.reactivex.internal.schedulers.SchedulerPoolFactory$PurgeProperties
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.schedulers.SchedulerPoolFactory$PurgeProperties
  super_class: java.lang.Object
{
  boolean purgeEnable;
    descriptor: Z
    flags: (0x0000) 

  int purgePeriod;
    descriptor: I
    flags: (0x0000) 

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.schedulers.SchedulerPoolFactory$PurgeProperties this
         0: .line 104
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.reactivex.internal.schedulers.SchedulerPoolFactory$PurgeProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/schedulers/SchedulerPoolFactory$PurgeProperties;

  void load(java.util.Properties);
    descriptor: (Ljava/util/Properties;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.reactivex.internal.schedulers.SchedulerPoolFactory$PurgeProperties this
        start local 1 // java.util.Properties properties
         0: .line 111
            aload 1 /* properties */
            ldc "rx2.purge-enabled"
            invokevirtual java.util.Properties.containsKey:(Ljava/lang/Object;)Z
            ifeq 3
         1: .line 112
            aload 0 /* this */
            aload 1 /* properties */
            ldc "rx2.purge-enabled"
            invokevirtual java.util.Properties.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            invokestatic java.lang.Boolean.parseBoolean:(Ljava/lang/String;)Z
            putfield io.reactivex.internal.schedulers.SchedulerPoolFactory$PurgeProperties.purgeEnable:Z
         2: .line 113
            goto 4
         3: .line 114
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.schedulers.SchedulerPoolFactory$PurgeProperties.purgeEnable:Z
         4: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.schedulers.SchedulerPoolFactory$PurgeProperties.purgeEnable:Z
            ifeq 10
            aload 1 /* properties */
            ldc "rx2.purge-period-seconds"
            invokevirtual java.util.Properties.containsKey:(Ljava/lang/Object;)Z
            ifeq 10
         5: .line 119
            aload 0 /* this */
            aload 1 /* properties */
            ldc "rx2.purge-period-seconds"
            invokevirtual java.util.Properties.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            putfield io.reactivex.internal.schedulers.SchedulerPoolFactory$PurgeProperties.purgePeriod:I
         6: .line 120
            goto 11
      StackMap locals:
      StackMap stack: java.lang.NumberFormatException
         7: pop
         8: .line 121
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.schedulers.SchedulerPoolFactory$PurgeProperties.purgePeriod:I
         9: .line 123
            goto 11
        10: .line 124
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.schedulers.SchedulerPoolFactory$PurgeProperties.purgePeriod:I
        11: .line 126
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.util.Properties properties
        end local 0 // io.reactivex.internal.schedulers.SchedulerPoolFactory$PurgeProperties this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Lio/reactivex/internal/schedulers/SchedulerPoolFactory$PurgeProperties;
            0   12     1  properties  Ljava/util/Properties;
      Exception table:
        from    to  target  type
           5     6       7  Class java.lang.NumberFormatException
    MethodParameters:
            Name  Flags
      properties  
}
SourceFile: "SchedulerPoolFactory.java"
NestHost: io.reactivex.internal.schedulers.SchedulerPoolFactory
InnerClasses:
  final PurgeProperties = io.reactivex.internal.schedulers.SchedulerPoolFactory$PurgeProperties of io.reactivex.internal.schedulers.SchedulerPoolFactory