class 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 ;
descriptor: Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
flags: (0x0000)
final io.vertx.core.http.impl.headers.HeadersMultiMap ;
descriptor: Lio/vertx/core/http/impl/headers/HeadersMultiMap;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void (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 0: aload 0
aload 1
putfield io.vertx.core.http.impl.headers.HeadersMultiMap$1.this$0:Lio/vertx/core/http/impl/headers/HeadersMultiMap;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
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: return
end local 0 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 ();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
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
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 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 0: aload 0
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
start local 1 1: aload 1
aload 0
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: new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
3: StackMap locals: io.vertx.core.http.impl.headers.HeadersMultiMap$MapEntry
StackMap stack:
aload 0
aload 1
putfield io.vertx.core.http.impl.headers.HeadersMultiMap$1.curr:Lio/vertx/core/http/impl/headers/HeadersMultiMap$MapEntry;
4: new io.vertx.core.http.impl.headers.HeadersMultiMap$1$1
dup
aload 0
aload 1
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 end local 0 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 ();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: 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