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

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

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

  public java.util.Map$Entry<java.lang.CharSequence, java.lang.CharSequence> next();
    descriptor: ()Ljava/util/Map$Entry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders$2 this
         0: .line 361
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders$2.current:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            astore 1 /* next */
        start local 1 // java.util.Map$Entry next
         1: .line 362
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders$2.current:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            getfield io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry.after:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
            putfield io.vertx.core.http.impl.headers.VertxHttpHeaders$2.current:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
         2: .line 363
            aload 1 /* next */
            areturn
        end local 1 // java.util.Map$Entry next
        end local 0 // io.vertx.core.http.impl.headers.VertxHttpHeaders$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/impl/headers/VertxHttpHeaders$2;
            1    3     1  next  Ljava/util/Map$Entry<Ljava/lang/CharSequence;Ljava/lang/CharSequence;>;
    Signature: ()Ljava/util/Map$Entry<Ljava/lang/CharSequence;Ljava/lang/CharSequence;>;

  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.VertxHttpHeaders$2.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/CharSequence;Ljava/lang/CharSequence;>;>;
SourceFile: "VertxHttpHeaders.java"
EnclosingMethod: io.vertx.core.http.impl.headers.VertxHttpHeaders.iteratorCharSequence:()Ljava/util/Iterator;
NestHost: io.vertx.core.http.impl.headers.VertxHttpHeaders
InnerClasses:
  io.vertx.core.http.impl.headers.VertxHttpHeaders$2
  private final MapEntry = io.vertx.core.http.impl.headers.VertxHttpHeaders$MapEntry of io.vertx.core.http.impl.headers.VertxHttpHeaders
  public abstract Entry = java.util.Map$Entry of java.util.Map