class io.vertx.core.http.impl.headers.HeadersMultiMap$1 implements java.util.Iterator<java.util.Map$Entry<java.lang.String, java.lang.String>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.http.impl.headers.HeadersMultiMap$1
  super_class: java.lang.Object
{
  io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry curr;
    descriptor: Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
    flags: (0x0000) 

  final io.vertx.core.http.impl.headers.HeadersMultiMap this$0;
    descriptor: Lio/vertx/core/http/impl/headers/HeadersMultiMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.core.http.impl.headers.HeadersMultiMap);
    descriptor: (Lio/vertx/core/http/impl/headers/HeadersMultiMap;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.headers.HeadersMultiMap$1 this
         0: .line 297
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.http.impl.headers.HeadersMultiMap$1.this$0:Lio/vertx/core/http/impl/headers/HeadersMultiMap;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 298
            aload 0 /* this */
            aload 1
            getfield io.vertx.core.http.impl.headers.HeadersMultiMap.head:Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
            putfield io.vertx.core.http.impl.headers.HeadersMultiMap$1.curr:Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
         2: .line 297
            return
        end local 0 // io.vertx.core.http.impl.headers.HeadersMultiMap$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/impl/headers/HeadersMultiMap$1;
    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.vertx.core.http.impl.headers.HeadersMultiMap$1 this
         0: .line 301
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.HeadersMultiMap$1.curr:Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
            getfield io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry.after:Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.HeadersMultiMap$1.this$0:Lio/vertx/core/http/impl/headers/HeadersMultiMap;
            getfield io.vertx.core.http.impl.headers.HeadersMultiMap.head:Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
            if_acmpeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.core.http.impl.headers.HeadersMultiMap$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/headers/HeadersMultiMap$1;

  public java.util.Map$Entry<java.lang.String, java.lang.String> next();
    descriptor: ()Ljava/util/Map$Entry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // io.vertx.core.http.impl.headers.HeadersMultiMap$1 this
         0: .line 305
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.HeadersMultiMap$1.curr:Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
            getfield io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry.after:Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
            astore 1 /* next */
        start local 1 // io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry next
         1: .line 306
            aload 1 /* next */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.HeadersMultiMap$1.this$0:Lio/vertx/core/http/impl/headers/HeadersMultiMap;
            getfield io.vertx.core.http.impl.headers.HeadersMultiMap.head:Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
            if_acmpne 3
         2: .line 307
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         3: .line 309
      StackMap locals: io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry
      StackMap stack:
            aload 0 /* this */
            aload 1 /* next */
            putfield io.vertx.core.http.impl.headers.HeadersMultiMap$1.curr:Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
         4: .line 310
            new io.vertx.core.http.impl.headers.HeadersMultiMap$1$1
            dup
            aload 0 /* this */
            aload 1 /* next */
            invokespecial io.vertx.core.http.impl.headers.HeadersMultiMap$1$1.<init>:(Lio/vertx/core/http/impl/headers/HeadersMultiMap$1;Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;)V
            areturn
        end local 1 // io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry next
        end local 0 // io.vertx.core.http.impl.headers.HeadersMultiMap$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/core/http/impl/headers/HeadersMultiMap$1;
            1    5     1  next  Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
    Signature: ()Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.core.http.impl.headers.HeadersMultiMap$1.next:()Ljava/util/Map$Entry;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;>;
SourceFile: "HeadersMultiMap.java"
EnclosingMethod: io.vertx.core.http.impl.headers.HeadersMultiMap.iterator:()Ljava/util/Iterator;
NestHost: io.vertx.core.http.impl.headers.HeadersMultiMap
InnerClasses:
  io.vertx.core.http.impl.headers.HeadersMultiMap$1
  io.vertx.core.http.impl.headers.HeadersMultiMap$1$1
  private final MapEntry = io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry of io.vertx.core.http.impl.headers.HeadersMultiMap
  public abstract Entry = java.util.Map$Entry of java.util.Map