final class io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber$RemoveFromBuffer implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber$RemoveFromBuffer
  super_class: java.lang.Object
{
  private final U buffer;
    descriptor: Ljava/util/Collection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: TU;

  final io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber this$1;
    descriptor: Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferSkipBoundedSubscriber;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>();
    descriptor: (Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferSkipBoundedSubscriber;Ljava/util/Collection;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber$RemoveFromBuffer this
        start local 2 // java.util.Collection buffer
         0: .line 368
            aload 0 /* this */
            aload 1
            putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber$RemoveFromBuffer.this$1:Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferSkipBoundedSubscriber;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 369
            aload 0 /* this */
            aload 2 /* buffer */
            putfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber$RemoveFromBuffer.buffer:Ljava/util/Collection;
         2: .line 370
            return
        end local 2 // java.util.Collection buffer
        end local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber$RemoveFromBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferSkipBoundedSubscriber$RemoveFromBuffer;
            0    3     2  buffer  TU;
    Signature: (TU;)V
    MethodParameters:
        Name  Flags
      this$0  final
      buffer  

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber$RemoveFromBuffer this
         0: .line 374
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber$RemoveFromBuffer.this$1:Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferSkipBoundedSubscriber;
            dup
            astore 1
            monitorenter
         1: .line 375
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber$RemoveFromBuffer.this$1:Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferSkipBoundedSubscriber;
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.buffers:Ljava/util/List;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber$RemoveFromBuffer.buffer:Ljava/util/Collection;
            invokeinterface java.util.List.remove:(Ljava/lang/Object;)Z
            pop
         2: .line 374
            aload 1
            monitorexit
         3: goto 6
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber$RemoveFromBuffer io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber
      StackMap stack: java.lang.Throwable
         4: aload 1
            monitorexit
         5: athrow
         6: .line 378
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber$RemoveFromBuffer.this$1:Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferSkipBoundedSubscriber;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber$RemoveFromBuffer.buffer:Ljava/util/Collection;
            iconst_0
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber$RemoveFromBuffer.this$1:Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferSkipBoundedSubscriber;
            getfield io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.w:Lio/reactivex/Scheduler$Worker;
            invokestatic io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber.access$1:(Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferSkipBoundedSubscriber;Ljava/lang/Object;ZLio/reactivex/disposables/Disposable;)V
         7: .line 379
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber$RemoveFromBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/reactivex/internal/operators/flowable/FlowableBufferTimed$BufferSkipBoundedSubscriber$RemoveFromBuffer;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
}
SourceFile: "FlowableBufferTimed.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableBufferTimed
InnerClasses:
  final BufferSkipBoundedSubscriber = io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber of io.reactivex.internal.operators.flowable.FlowableBufferTimed
  final RemoveFromBuffer = io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber$RemoveFromBuffer of io.reactivex.internal.operators.flowable.FlowableBufferTimed$BufferSkipBoundedSubscriber