final class io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent$MostRecentSubscriber$Iterator implements java.util.Iterator<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent$MostRecentSubscriber$Iterator
  super_class: java.lang.Object
{
  private java.lang.Object buf;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

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

  void <init>(io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent$MostRecentSubscriber);
    descriptor: (Lio/reactivex/internal/operators/flowable/BlockingFlowableMostRecent$MostRecentSubscriber;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent$MostRecentSubscriber$Iterator this
         0: .line 85
            aload 0 /* this */
            aload 1
            putfield io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent$MostRecentSubscriber$Iterator.this$1:Lio/reactivex/internal/operators/flowable/BlockingFlowableMostRecent$MostRecentSubscriber;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent$MostRecentSubscriber$Iterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/flowable/BlockingFlowableMostRecent$MostRecentSubscriber$Iterator;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent$MostRecentSubscriber$Iterator this
         0: .line 93
            aload 0 /* this */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent$MostRecentSubscriber$Iterator.this$1:Lio/reactivex/internal/operators/flowable/BlockingFlowableMostRecent$MostRecentSubscriber;
            getfield io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent$MostRecentSubscriber.value:Ljava/lang/Object;
            putfield io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent$MostRecentSubscriber$Iterator.buf:Ljava/lang/Object;
         1: .line 94
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent$MostRecentSubscriber$Iterator.buf:Ljava/lang/Object;
            invokestatic io.reactivex.internal.util.NotificationLite.isComplete:(Ljava/lang/Object;)Z
            ifeq 2
            iconst_0
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_1
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 0 // io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent$MostRecentSubscriber$Iterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/flowable/BlockingFlowableMostRecent$MostRecentSubscriber$Iterator;

  public T next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent$MostRecentSubscriber$Iterator this
         0: .line 101
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent$MostRecentSubscriber$Iterator.buf:Ljava/lang/Object;
            ifnonnull 2
         1: .line 102
            aload 0 /* this */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent$MostRecentSubscriber$Iterator.this$1:Lio/reactivex/internal/operators/flowable/BlockingFlowableMostRecent$MostRecentSubscriber;
            getfield io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent$MostRecentSubscriber.value:Ljava/lang/Object;
            putfield io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent$MostRecentSubscriber$Iterator.buf:Ljava/lang/Object;
         2: .line 104
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent$MostRecentSubscriber$Iterator.buf:Ljava/lang/Object;
            invokestatic io.reactivex.internal.util.NotificationLite.isComplete:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 105
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         4: .line 107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent$MostRecentSubscriber$Iterator.buf:Ljava/lang/Object;
            invokestatic io.reactivex.internal.util.NotificationLite.isError:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 108
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent$MostRecentSubscriber$Iterator.buf:Ljava/lang/Object;
            invokestatic io.reactivex.internal.util.NotificationLite.getError:(Ljava/lang/Object;)Ljava/lang/Throwable;
            invokestatic io.reactivex.internal.util.ExceptionHelper.wrapOrThrow:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            athrow
         6: .line 110
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent$MostRecentSubscriber$Iterator.buf:Ljava/lang/Object;
            invokestatic io.reactivex.internal.util.NotificationLite.getValue:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 2
         7: .line 113
            aload 0 /* this */
            aconst_null
            putfield io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent$MostRecentSubscriber$Iterator.buf:Ljava/lang/Object;
         8: .line 110
            aload 2
            areturn
         9: .line 112
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
        10: .line 113
            aload 0 /* this */
            aconst_null
            putfield io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent$MostRecentSubscriber$Iterator.buf:Ljava/lang/Object;
        11: .line 114
            aload 1
            athrow
        end local 0 // io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent$MostRecentSubscriber$Iterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lio/reactivex/internal/operators/flowable/BlockingFlowableMostRecent$MostRecentSubscriber$Iterator;
      Exception table:
        from    to  target  type
           0     7       9  any
    Signature: ()TT;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent$MostRecentSubscriber$Iterator this
         0: .line 119
            new java.lang.UnsupportedOperationException
            dup
            ldc "Read only iterator"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent$MostRecentSubscriber$Iterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/flowable/BlockingFlowableMostRecent$MostRecentSubscriber$Iterator;
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<TT;>;
SourceFile: "BlockingFlowableMostRecent.java"
NestHost: io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent
InnerClasses:
  final MostRecentSubscriber = io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent$MostRecentSubscriber of io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent
  final Iterator = io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent$MostRecentSubscriber$Iterator of io.reactivex.internal.operators.flowable.BlockingFlowableMostRecent$MostRecentSubscriber