class 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 ;
descriptor: Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
flags: (0x0000)
final io.vertx.core.http.impl.headers.VertxHttpHeaders ;
descriptor: Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void (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 0: aload 0
aload 1
putfield io.vertx.core.http.impl.headers.VertxHttpHeaders$2.this$0:Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
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: return
end local 0 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 ();
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.VertxHttpHeaders$2.current:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
aload 0
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 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 0: aload 0
getfield io.vertx.core.http.impl.headers.VertxHttpHeaders$2.current:Lio/vertx/core/http/impl/headers/VertxHttpHeaders$MapEntry;
astore 1
start local 1 1: aload 0
aload 0
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: aload 1
areturn
end local 1 end local 0 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 ();
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.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