abstract class io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription extends io.reactivex.internal.subscriptions.BasicQueueSubscription<java.lang.Integer>
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription
  super_class: io.reactivex.internal.subscriptions.BasicQueueSubscription
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -2252972430506210021

  final int end;
    descriptor: I
    flags: (0x0010) ACC_FINAL

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

  volatile boolean cancelled;
    descriptor: Z
    flags: (0x0040) ACC_VOLATILE

  void <init>(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription this
        start local 1 // int index
        start local 2 // int end
         0: .line 54
            aload 0 /* this */
            invokespecial io.reactivex.internal.subscriptions.BasicQueueSubscription.<init>:()V
         1: .line 55
            aload 0 /* this */
            iload 1 /* index */
            putfield io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription.index:I
         2: .line 56
            aload 0 /* this */
            iload 2 /* end */
            putfield io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription.end:I
         3: .line 57
            return
        end local 2 // int end
        end local 1 // int index
        end local 0 // io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/reactivex/internal/operators/flowable/FlowableRange$BaseRangeSubscription;
            0    4     1  index  I
            0    4     2    end  I
    MethodParameters:
       Name  Flags
      index  
      end    

  public final int requestFusion(int);
    descriptor: (I)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription this
        start local 1 // int mode
         0: .line 61
            iload 1 /* mode */
            iconst_1
            iand
            ireturn
        end local 1 // int mode
        end local 0 // io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/flowable/FlowableRange$BaseRangeSubscription;
            0    1     1  mode  I
    MethodParameters:
      Name  Flags
      mode  

  public final java.lang.Integer poll();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription this
         0: .line 67
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription.index:I
            istore 1 /* i */
        start local 1 // int i
         1: .line 68
            iload 1 /* i */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription.end:I
            if_icmpne 3
         2: .line 69
            aconst_null
            areturn
         3: .line 71
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* i */
            iconst_1
            iadd
            putfield io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription.index:I
         4: .line 72
            iload 1 /* i */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 1 // int i
        end local 0 // io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactivex/internal/operators/flowable/FlowableRange$BaseRangeSubscription;
            1    5     1     i  I
    RuntimeInvisibleAnnotations: 
      io.reactivex.annotations.Nullable()

  public final boolean isEmpty();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription this
         0: .line 77
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription.index:I
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription.end:I
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableRange$BaseRangeSubscription;

  public final void clear();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription this
         0: .line 82
            aload 0 /* this */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription.end:I
            putfield io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription.index:I
         1: .line 83
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableRange$BaseRangeSubscription;

  public final void request(long);
    descriptor: (J)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription this
        start local 1 // long n
         0: .line 87
            lload 1 /* n */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(J)Z
            ifeq 6
         1: .line 88
            aload 0 /* this */
            lload 1 /* n */
            invokestatic io.reactivex.internal.util.BackpressureHelper.add:(Ljava/util/concurrent/atomic/AtomicLong;J)J
            lconst_0
            lcmp
            ifne 6
         2: .line 89
            lload 1 /* n */
            ldc 9223372036854775807
            lcmp
            ifne 5
         3: .line 90
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription.fastPath:()V
         4: .line 91
            goto 6
         5: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* n */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription.slowPath:(J)V
         6: .line 96
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long n
        end local 0 // io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/reactivex/internal/operators/flowable/FlowableRange$BaseRangeSubscription;
            0    7     1     n  J
    MethodParameters:
      Name  Flags
      n     

  public final void cancel();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription this
         0: .line 100
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription.cancelled:Z
         1: .line 101
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableRange$BaseRangeSubscription;

  abstract void fastPath();
    descriptor: ()V
    flags: (0x0400) ACC_ABSTRACT

  abstract void slowPath(long);
    descriptor: (J)V
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      r     

  public java.lang.Object poll();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription.poll:()Ljava/lang/Integer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Lio/reactivex/internal/subscriptions/BasicQueueSubscription<Ljava/lang/Integer;>;
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