final class io.reactivex.internal.operators.flowable.FlowableReplay$SizeBoundReplayBuffer<T> extends io.reactivex.internal.operators.flowable.FlowableReplay$BoundedReplayBuffer<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableReplay$SizeBoundReplayBuffer
  super_class: io.reactivex.internal.operators.flowable.FlowableReplay$BoundedReplayBuffer
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -5898283885385201806

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

  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$SizeBoundReplayBuffer this
        start local 1 // int limit
         0: .line 969
            aload 0 /* this */
            invokespecial io.reactivex.internal.operators.flowable.FlowableReplay$BoundedReplayBuffer.<init>:()V
         1: .line 970
            aload 0 /* this */
            iload 1 /* limit */
            putfield io.reactivex.internal.operators.flowable.FlowableReplay$SizeBoundReplayBuffer.limit:I
         2: .line 971
            return
        end local 1 // int limit
        end local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$SizeBoundReplayBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/reactivex/internal/operators/flowable/FlowableReplay$SizeBoundReplayBuffer<TT;>;
            0    3     1  limit  I
    MethodParameters:
       Name  Flags
      limit  

  void truncate();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$SizeBoundReplayBuffer this
         0: .line 976
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$SizeBoundReplayBuffer.size:I
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$SizeBoundReplayBuffer.limit:I
            if_icmple 2
         1: .line 977
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableReplay$SizeBoundReplayBuffer.removeFirst:()V
         2: .line 979
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$SizeBoundReplayBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/flowable/FlowableReplay$SizeBoundReplayBuffer<TT;>;
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/internal/operators/flowable/FlowableReplay$BoundedReplayBuffer<TT;>;
SourceFile: "FlowableReplay.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableReplay
InnerClasses:
  BoundedReplayBuffer = io.reactivex.internal.operators.flowable.FlowableReplay$BoundedReplayBuffer of io.reactivex.internal.operators.flowable.FlowableReplay
  final SizeBoundReplayBuffer = io.reactivex.internal.operators.flowable.FlowableReplay$SizeBoundReplayBuffer of io.reactivex.internal.operators.flowable.FlowableReplay