final class io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer<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$SizeAndTimeBoundReplayBuffer
  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: 3457957419649567404

  final io.reactivex.Scheduler scheduler;
    descriptor: Lio/reactivex/Scheduler;
    flags: (0x0010) ACC_FINAL

  final long maxAge;
    descriptor: J
    flags: (0x0010) ACC_FINAL

  final java.util.concurrent.TimeUnit unit;
    descriptor: Ljava/util/concurrent/TimeUnit;
    flags: (0x0010) ACC_FINAL

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

  void <init>(int, long, java.util.concurrent.TimeUnit, io.reactivex.Scheduler);
    descriptor: (IJLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer this
        start local 1 // int limit
        start local 2 // long maxAge
        start local 4 // java.util.concurrent.TimeUnit unit
        start local 5 // io.reactivex.Scheduler scheduler
         0: .line 996
            aload 0 /* this */
            invokespecial io.reactivex.internal.operators.flowable.FlowableReplay$BoundedReplayBuffer.<init>:()V
         1: .line 997
            aload 0 /* this */
            aload 5 /* scheduler */
            putfield io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer.scheduler:Lio/reactivex/Scheduler;
         2: .line 998
            aload 0 /* this */
            iload 1 /* limit */
            putfield io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer.limit:I
         3: .line 999
            aload 0 /* this */
            lload 2 /* maxAge */
            putfield io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer.maxAge:J
         4: .line 1000
            aload 0 /* this */
            aload 4 /* unit */
            putfield io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer.unit:Ljava/util/concurrent/TimeUnit;
         5: .line 1001
            return
        end local 5 // io.reactivex.Scheduler scheduler
        end local 4 // java.util.concurrent.TimeUnit unit
        end local 2 // long maxAge
        end local 1 // int limit
        end local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lio/reactivex/internal/operators/flowable/FlowableReplay$SizeAndTimeBoundReplayBuffer<TT;>;
            0    6     1      limit  I
            0    6     2     maxAge  J
            0    6     4       unit  Ljava/util/concurrent/TimeUnit;
            0    6     5  scheduler  Lio/reactivex/Scheduler;
    MethodParameters:
           Name  Flags
      limit      
      maxAge     
      unit       
      scheduler  

  java.lang.Object enterTransform(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer this
        start local 1 // java.lang.Object value
         0: .line 1005
            new io.reactivex.schedulers.Timed
            dup
            aload 1 /* value */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer.scheduler:Lio/reactivex/Scheduler;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer.unit:Ljava/util/concurrent/TimeUnit;
            invokevirtual io.reactivex.Scheduler.now:(Ljava/util/concurrent/TimeUnit;)J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer.unit:Ljava/util/concurrent/TimeUnit;
            invokespecial io.reactivex.schedulers.Timed.<init>:(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)V
            areturn
        end local 1 // java.lang.Object value
        end local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/reactivex/internal/operators/flowable/FlowableReplay$SizeAndTimeBoundReplayBuffer<TT;>;
            0    1     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  

  java.lang.Object leaveTransform(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer this
        start local 1 // java.lang.Object value
         0: .line 1010
            aload 1 /* value */
            checkcast io.reactivex.schedulers.Timed
            invokevirtual io.reactivex.schedulers.Timed.value:()Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object value
        end local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/reactivex/internal/operators/flowable/FlowableReplay$SizeAndTimeBoundReplayBuffer<TT;>;
            0    1     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  

  void truncate();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=7, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer this
         0: .line 1015
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer.scheduler:Lio/reactivex/Scheduler;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer.unit:Ljava/util/concurrent/TimeUnit;
            invokevirtual io.reactivex.Scheduler.now:(Ljava/util/concurrent/TimeUnit;)J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer.maxAge:J
            lsub
            lstore 1 /* timeLimit */
        start local 1 // long timeLimit
         1: .line 1017
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer.get:()Ljava/lang/Object;
            checkcast io.reactivex.internal.operators.flowable.FlowableReplay$Node
            astore 3 /* prev */
        start local 3 // io.reactivex.internal.operators.flowable.FlowableReplay$Node prev
         2: .line 1018
            aload 3 /* prev */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableReplay$Node.get:()Ljava/lang/Object;
            checkcast io.reactivex.internal.operators.flowable.FlowableReplay$Node
            astore 4 /* next */
        start local 4 // io.reactivex.internal.operators.flowable.FlowableReplay$Node next
         3: .line 1020
            iconst_0
            istore 5 /* e */
        start local 5 // int e
         4: .line 1022
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer long io.reactivex.internal.operators.flowable.FlowableReplay$Node io.reactivex.internal.operators.flowable.FlowableReplay$Node int
      StackMap stack:
            aload 4 /* next */
            ifnull 18
         5: .line 1023
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer.size:I
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer.limit:I
            if_icmple 11
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer.size:I
            iconst_1
            if_icmple 11
         6: .line 1024
            iinc 5 /* e */ 1
         7: .line 1025
            aload 0 /* this */
            dup
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer.size:I
            iconst_1
            isub
            putfield io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer.size:I
         8: .line 1026
            aload 4 /* next */
            astore 3 /* prev */
         9: .line 1027
            aload 4 /* next */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableReplay$Node.get:()Ljava/lang/Object;
            checkcast io.reactivex.internal.operators.flowable.FlowableReplay$Node
            astore 4 /* next */
        10: .line 1028
            goto 4
        11: .line 1029
      StackMap locals:
      StackMap stack:
            aload 4 /* next */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$Node.value:Ljava/lang/Object;
            checkcast io.reactivex.schedulers.Timed
            astore 6 /* v */
        start local 6 // io.reactivex.schedulers.Timed v
        12: .line 1030
            aload 6 /* v */
            invokevirtual io.reactivex.schedulers.Timed.time:()J
            lload 1 /* timeLimit */
            lcmp
            ifgt 18
        13: .line 1031
            iinc 5 /* e */ 1
        14: .line 1032
            aload 0 /* this */
            dup
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer.size:I
            iconst_1
            isub
            putfield io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer.size:I
        15: .line 1033
            aload 4 /* next */
            astore 3 /* prev */
        16: .line 1034
            aload 4 /* next */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableReplay$Node.get:()Ljava/lang/Object;
            checkcast io.reactivex.internal.operators.flowable.FlowableReplay$Node
            astore 4 /* next */
        end local 6 // io.reactivex.schedulers.Timed v
        17: .line 1021
            goto 4
        18: .line 1043
      StackMap locals:
      StackMap stack:
            iload 5 /* e */
            ifeq 20
        19: .line 1044
            aload 0 /* this */
            aload 3 /* prev */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer.setFirst:(Lio/reactivex/internal/operators/flowable/FlowableReplay$Node;)V
        20: .line 1046
      StackMap locals:
      StackMap stack:
            return
        end local 5 // int e
        end local 4 // io.reactivex.internal.operators.flowable.FlowableReplay$Node next
        end local 3 // io.reactivex.internal.operators.flowable.FlowableReplay$Node prev
        end local 1 // long timeLimit
        end local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   21     0       this  Lio/reactivex/internal/operators/flowable/FlowableReplay$SizeAndTimeBoundReplayBuffer<TT;>;
            1   21     1  timeLimit  J
            2   21     3       prev  Lio/reactivex/internal/operators/flowable/FlowableReplay$Node;
            3   21     4       next  Lio/reactivex/internal/operators/flowable/FlowableReplay$Node;
            4   21     5          e  I
           12   17     6          v  Lio/reactivex/schedulers/Timed<*>;

  void truncateFinal();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=7, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer this
         0: .line 1050
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer.scheduler:Lio/reactivex/Scheduler;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer.unit:Ljava/util/concurrent/TimeUnit;
            invokevirtual io.reactivex.Scheduler.now:(Ljava/util/concurrent/TimeUnit;)J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer.maxAge:J
            lsub
            lstore 1 /* timeLimit */
        start local 1 // long timeLimit
         1: .line 1052
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer.get:()Ljava/lang/Object;
            checkcast io.reactivex.internal.operators.flowable.FlowableReplay$Node
            astore 3 /* prev */
        start local 3 // io.reactivex.internal.operators.flowable.FlowableReplay$Node prev
         2: .line 1053
            aload 3 /* prev */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableReplay$Node.get:()Ljava/lang/Object;
            checkcast io.reactivex.internal.operators.flowable.FlowableReplay$Node
            astore 4 /* next */
        start local 4 // io.reactivex.internal.operators.flowable.FlowableReplay$Node next
         3: .line 1055
            iconst_0
            istore 5 /* e */
        start local 5 // int e
         4: .line 1057
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer long io.reactivex.internal.operators.flowable.FlowableReplay$Node io.reactivex.internal.operators.flowable.FlowableReplay$Node int
      StackMap stack:
            aload 4 /* next */
            ifnull 12
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer.size:I
            iconst_1
            if_icmple 12
         5: .line 1058
            aload 4 /* next */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$Node.value:Ljava/lang/Object;
            checkcast io.reactivex.schedulers.Timed
            astore 6 /* v */
        start local 6 // io.reactivex.schedulers.Timed v
         6: .line 1059
            aload 6 /* v */
            invokevirtual io.reactivex.schedulers.Timed.time:()J
            lload 1 /* timeLimit */
            lcmp
            ifgt 12
         7: .line 1060
            iinc 5 /* e */ 1
         8: .line 1061
            aload 0 /* this */
            dup
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer.size:I
            iconst_1
            isub
            putfield io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer.size:I
         9: .line 1062
            aload 4 /* next */
            astore 3 /* prev */
        10: .line 1063
            aload 4 /* next */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableReplay$Node.get:()Ljava/lang/Object;
            checkcast io.reactivex.internal.operators.flowable.FlowableReplay$Node
            astore 4 /* next */
        end local 6 // io.reactivex.schedulers.Timed v
        11: .line 1056
            goto 4
        12: .line 1071
      StackMap locals:
      StackMap stack:
            iload 5 /* e */
            ifeq 14
        13: .line 1072
            aload 0 /* this */
            aload 3 /* prev */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer.setFirst:(Lio/reactivex/internal/operators/flowable/FlowableReplay$Node;)V
        14: .line 1074
      StackMap locals:
      StackMap stack:
            return
        end local 5 // int e
        end local 4 // io.reactivex.internal.operators.flowable.FlowableReplay$Node next
        end local 3 // io.reactivex.internal.operators.flowable.FlowableReplay$Node prev
        end local 1 // long timeLimit
        end local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   15     0       this  Lio/reactivex/internal/operators/flowable/FlowableReplay$SizeAndTimeBoundReplayBuffer<TT;>;
            1   15     1  timeLimit  J
            2   15     3       prev  Lio/reactivex/internal/operators/flowable/FlowableReplay$Node;
            3   15     4       next  Lio/reactivex/internal/operators/flowable/FlowableReplay$Node;
            4   15     5          e  I
            6   11     6          v  Lio/reactivex/schedulers/Timed<*>;

  io.reactivex.internal.operators.flowable.FlowableReplay$Node getHead();
    descriptor: ()Lio/reactivex/internal/operators/flowable/FlowableReplay$Node;
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer this
         0: .line 1078
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer.scheduler:Lio/reactivex/Scheduler;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer.unit:Ljava/util/concurrent/TimeUnit;
            invokevirtual io.reactivex.Scheduler.now:(Ljava/util/concurrent/TimeUnit;)J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer.maxAge:J
            lsub
            lstore 1 /* timeLimit */
        start local 1 // long timeLimit
         1: .line 1079
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer.get:()Ljava/lang/Object;
            checkcast io.reactivex.internal.operators.flowable.FlowableReplay$Node
            astore 3 /* prev */
        start local 3 // io.reactivex.internal.operators.flowable.FlowableReplay$Node prev
         2: .line 1080
            aload 3 /* prev */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableReplay$Node.get:()Ljava/lang/Object;
            checkcast io.reactivex.internal.operators.flowable.FlowableReplay$Node
            astore 4 /* next */
        start local 4 // io.reactivex.internal.operators.flowable.FlowableReplay$Node next
         3: .line 1082
      StackMap locals: long io.reactivex.internal.operators.flowable.FlowableReplay$Node io.reactivex.internal.operators.flowable.FlowableReplay$Node
      StackMap stack:
            aload 4 /* next */
            ifnonnull 5
         4: .line 1083
            goto 12
         5: .line 1085
      StackMap locals:
      StackMap stack:
            aload 4 /* next */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$Node.value:Ljava/lang/Object;
            checkcast io.reactivex.schedulers.Timed
            astore 5 /* v */
        start local 5 // io.reactivex.schedulers.Timed v
         6: .line 1086
            aload 5 /* v */
            invokevirtual io.reactivex.schedulers.Timed.value:()Ljava/lang/Object;
            invokestatic io.reactivex.internal.util.NotificationLite.isComplete:(Ljava/lang/Object;)Z
            ifne 12
            aload 5 /* v */
            invokevirtual io.reactivex.schedulers.Timed.value:()Ljava/lang/Object;
            invokestatic io.reactivex.internal.util.NotificationLite.isError:(Ljava/lang/Object;)Z
            ifeq 8
         7: .line 1087
            goto 12
         8: .line 1089
      StackMap locals: io.reactivex.schedulers.Timed
      StackMap stack:
            aload 5 /* v */
            invokevirtual io.reactivex.schedulers.Timed.time:()J
            lload 1 /* timeLimit */
            lcmp
            ifgt 12
         9: .line 1090
            aload 4 /* next */
            astore 3 /* prev */
        10: .line 1091
            aload 4 /* next */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableReplay$Node.get:()Ljava/lang/Object;
            checkcast io.reactivex.internal.operators.flowable.FlowableReplay$Node
            astore 4 /* next */
        end local 5 // io.reactivex.schedulers.Timed v
        11: .line 1081
            goto 3
        12: .line 1096
      StackMap locals:
      StackMap stack:
            aload 3 /* prev */
            areturn
        end local 4 // io.reactivex.internal.operators.flowable.FlowableReplay$Node next
        end local 3 // io.reactivex.internal.operators.flowable.FlowableReplay$Node prev
        end local 1 // long timeLimit
        end local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lio/reactivex/internal/operators/flowable/FlowableReplay$SizeAndTimeBoundReplayBuffer<TT;>;
            1   13     1  timeLimit  J
            2   13     3       prev  Lio/reactivex/internal/operators/flowable/FlowableReplay$Node;
            3   13     4       next  Lio/reactivex/internal/operators/flowable/FlowableReplay$Node;
            6   11     5          v  Lio/reactivex/schedulers/Timed<*>;
}
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 Node = io.reactivex.internal.operators.flowable.FlowableReplay$Node of io.reactivex.internal.operators.flowable.FlowableReplay
  final SizeAndTimeBoundReplayBuffer = io.reactivex.internal.operators.flowable.FlowableReplay$SizeAndTimeBoundReplayBuffer of io.reactivex.internal.operators.flowable.FlowableReplay