final class io.reactivex.internal.operators.parallel.ParallelReduceFull$SlotPair<T> extends java.util.concurrent.atomic.AtomicInteger
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.parallel.ParallelReduceFull$SlotPair
  super_class: java.util.concurrent.atomic.AtomicInteger
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 473971317683868662

  T first;
    descriptor: Ljava/lang/Object;
    flags: (0x0000) 
    Signature: TT;

  T second;
    descriptor: Ljava/lang/Object;
    flags: (0x0000) 
    Signature: TT;

  final java.util.concurrent.atomic.AtomicInteger releaseIndex;
    descriptor: Ljava/util/concurrent/atomic/AtomicInteger;
    flags: (0x0010) ACC_FINAL

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.parallel.ParallelReduceFull$SlotPair this
         0: .line 231
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
         1: .line 239
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicInteger
            dup
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
            putfield io.reactivex.internal.operators.parallel.ParallelReduceFull$SlotPair.releaseIndex:Ljava/util/concurrent/atomic/AtomicInteger;
         2: .line 231
            return
        end local 0 // io.reactivex.internal.operators.parallel.ParallelReduceFull$SlotPair this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/parallel/ParallelReduceFull$SlotPair<TT;>;

  int tryAcquireSlot();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // io.reactivex.internal.operators.parallel.ParallelReduceFull$SlotPair this
         0: .line 243
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.parallel.ParallelReduceFull$SlotPair.get:()I
            istore 1 /* acquired */
        start local 1 // int acquired
         1: .line 244
            iload 1 /* acquired */
            iconst_2
            if_icmplt 3
         2: .line 245
            iconst_m1
            ireturn
         3: .line 248
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* acquired */
            iload 1 /* acquired */
            iconst_1
            iadd
            invokevirtual io.reactivex.internal.operators.parallel.ParallelReduceFull$SlotPair.compareAndSet:(II)Z
            ifeq 0
         4: .line 249
            iload 1 /* acquired */
            ireturn
        end local 1 // int acquired
        end local 0 // io.reactivex.internal.operators.parallel.ParallelReduceFull$SlotPair this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lio/reactivex/internal/operators/parallel/ParallelReduceFull$SlotPair<TT;>;
            1    5     1  acquired  I

  boolean releaseSlot();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.parallel.ParallelReduceFull$SlotPair this
         0: .line 255
            aload 0 /* this */
            getfield io.reactivex.internal.operators.parallel.ParallelReduceFull$SlotPair.releaseIndex:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.incrementAndGet:()I
            iconst_2
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.reactivex.internal.operators.parallel.ParallelReduceFull$SlotPair this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/parallel/ParallelReduceFull$SlotPair<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicInteger;
SourceFile: "ParallelReduceFull.java"
NestHost: io.reactivex.internal.operators.parallel.ParallelReduceFull
InnerClasses:
  final SlotPair = io.reactivex.internal.operators.parallel.ParallelReduceFull$SlotPair of io.reactivex.internal.operators.parallel.ParallelReduceFull