final class io.reactivex.internal.operators.flowable.FlowableRange$RangeSubscription extends io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableRange$RangeSubscription
  super_class: io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2587302975077663557

  final org.reactivestreams.Subscriber<? super java.lang.Integer> downstream;
    descriptor: Lorg/reactivestreams/Subscriber;
    flags: (0x0010) ACC_FINAL
    Signature: Lorg/reactivestreams/Subscriber<-Ljava/lang/Integer;>;

  void <init>(org.reactivestreams.Subscriber<? super java.lang.Integer>, int, );
    descriptor: (Lorg/reactivestreams/Subscriber;II)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.reactivex.internal.operators.flowable.FlowableRange$RangeSubscription this
        start local 1 // org.reactivestreams.Subscriber actual
        start local 2 // int index
        start local 3 // int end
         0: .line 115
            aload 0 /* this */
            iload 2 /* index */
            iload 3 /* end */
            invokespecial io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription.<init>:(II)V
         1: .line 116
            aload 0 /* this */
            aload 1 /* actual */
            putfield io.reactivex.internal.operators.flowable.FlowableRange$RangeSubscription.downstream:Lorg/reactivestreams/Subscriber;
         2: .line 117
            return
        end local 3 // int end
        end local 2 // int index
        end local 1 // org.reactivestreams.Subscriber actual
        end local 0 // io.reactivex.internal.operators.flowable.FlowableRange$RangeSubscription this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/reactivex/internal/operators/flowable/FlowableRange$RangeSubscription;
            0    3     1  actual  Lorg/reactivestreams/Subscriber<-Ljava/lang/Integer;>;
            0    3     2   index  I
            0    3     3     end  I
    Signature: (Lorg/reactivestreams/Subscriber<-Ljava/lang/Integer;>;II)V
    MethodParameters:
        Name  Flags
      actual  
      index   
      end     

  void fastPath();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableRange$RangeSubscription this
         0: .line 121
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRange$RangeSubscription.end:I
            istore 1 /* f */
        start local 1 // int f
         1: .line 122
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRange$RangeSubscription.downstream:Lorg/reactivestreams/Subscriber;
            astore 2 /* a */
        start local 2 // org.reactivestreams.Subscriber a
         2: .line 124
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRange$RangeSubscription.index:I
            istore 3 /* i */
        start local 3 // int i
         3: goto 8
         4: .line 125
      StackMap locals: int org.reactivestreams.Subscriber int
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRange$RangeSubscription.cancelled:Z
            ifeq 6
         5: .line 126
            return
         6: .line 128
      StackMap locals:
      StackMap stack:
            aload 2 /* a */
            iload 3 /* i */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
         7: .line 124
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            iload 1 /* f */
            if_icmpne 4
        end local 3 // int i
         9: .line 130
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRange$RangeSubscription.cancelled:Z
            ifeq 11
        10: .line 131
            return
        11: .line 133
      StackMap locals:
      StackMap stack:
            aload 2 /* a */
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
        12: .line 134
            return
        end local 2 // org.reactivestreams.Subscriber a
        end local 1 // int f
        end local 0 // io.reactivex.internal.operators.flowable.FlowableRange$RangeSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lio/reactivex/internal/operators/flowable/FlowableRange$RangeSubscription;
            1   13     1     f  I
            2   13     2     a  Lorg/reactivestreams/Subscriber<-Ljava/lang/Integer;>;
            3    9     3     i  I

  void slowPath(long);
    descriptor: (J)V
    flags: (0x0000) 
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableRange$RangeSubscription this
        start local 1 // long r
         0: .line 138
            lconst_0
            lstore 3 /* e */
        start local 3 // long e
         1: .line 139
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRange$RangeSubscription.end:I
            istore 5 /* f */
        start local 5 // int f
         2: .line 140
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRange$RangeSubscription.index:I
            istore 6 /* i */
        start local 6 // int i
         3: .line 141
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRange$RangeSubscription.downstream:Lorg/reactivestreams/Subscriber;
            astore 7 /* a */
        start local 7 // org.reactivestreams.Subscriber a
         4: .line 145
            goto 10
         5: .line 146
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableRange$RangeSubscription long long int int org.reactivestreams.Subscriber
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRange$RangeSubscription.cancelled:Z
            ifeq 7
         6: .line 147
            return
         7: .line 150
      StackMap locals:
      StackMap stack:
            aload 7 /* a */
            iload 6 /* i */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
         8: .line 152
            lload 3 /* e */
            lconst_1
            ladd
            lstore 3 /* e */
         9: .line 153
            iinc 6 /* i */ 1
        10: .line 145
      StackMap locals:
      StackMap stack:
            lload 3 /* e */
            lload 1 /* r */
            lcmp
            ifeq 11
            iload 6 /* i */
            iload 5 /* f */
            if_icmpne 5
        11: .line 156
      StackMap locals:
      StackMap stack:
            iload 6 /* i */
            iload 5 /* f */
            if_icmpne 15
        12: .line 157
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRange$RangeSubscription.cancelled:Z
            ifne 14
        13: .line 158
            aload 7 /* a */
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
        14: .line 160
      StackMap locals:
      StackMap stack:
            return
        15: .line 163
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableRange$RangeSubscription.get:()J
            lstore 1 /* r */
        16: .line 164
            lload 3 /* e */
            lload 1 /* r */
            lcmp
            ifne 22
        17: .line 165
            aload 0 /* this */
            iload 6 /* i */
            putfield io.reactivex.internal.operators.flowable.FlowableRange$RangeSubscription.index:I
        18: .line 166
            aload 0 /* this */
            lload 3 /* e */
            lneg
            invokevirtual io.reactivex.internal.operators.flowable.FlowableRange$RangeSubscription.addAndGet:(J)J
            lstore 1 /* r */
        19: .line 167
            lload 1 /* r */
            lconst_0
            lcmp
            ifne 21
        20: .line 168
            return
        21: .line 170
      StackMap locals:
      StackMap stack:
            lconst_0
            lstore 3 /* e */
        22: .line 143
      StackMap locals:
      StackMap stack:
            goto 10
        end local 7 // org.reactivestreams.Subscriber a
        end local 6 // int i
        end local 5 // int f
        end local 3 // long e
        end local 1 // long r
        end local 0 // io.reactivex.internal.operators.flowable.FlowableRange$RangeSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   23     0  this  Lio/reactivex/internal/operators/flowable/FlowableRange$RangeSubscription;
            0   23     1     r  J
            1   23     3     e  J
            2   23     5     f  I
            3   23     6     i  I
            4   23     7     a  Lorg/reactivestreams/Subscriber<-Ljava/lang/Integer;>;
    MethodParameters:
      Name  Flags
      r     
}
SourceFile: "FlowableRange.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableRange
InnerClasses:
  abstract BaseRangeSubscription = io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription of io.reactivex.internal.operators.flowable.FlowableRange
  final RangeSubscription = io.reactivex.internal.operators.flowable.FlowableRange$RangeSubscription of io.reactivex.internal.operators.flowable.FlowableRange