class implements java.util.Iterator<java.lang.String>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.core.http.impl.Http2HeadersAdaptor$2$1
super_class: java.lang.Object
{
final io.vertx.core.http.impl.Http2HeadersAdaptor$2 ;
descriptor: Lio/vertx/core/http/impl/Http2HeadersAdaptor$2;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final java.util.Iterator ;
descriptor: Ljava/util/Iterator;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void (io.vertx.core.http.impl.Http2HeadersAdaptor$2, java.util.Iterator);
descriptor: (Lio/vertx/core/http/impl/Http2HeadersAdaptor$2;Ljava/util/Iterator;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield io.vertx.core.http.impl.Http2HeadersAdaptor$2$1.this$1:Lio/vertx/core/http/impl/Http2HeadersAdaptor$2;
aload 0
aload 2
putfield io.vertx.core.http.impl.Http2HeadersAdaptor$2$1.val$it:Ljava/util/Iterator;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http2HeadersAdaptor$2$1;
MethodParameters:
Name Flags
this$0 final
val$it final
public boolean ();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.Http2HeadersAdaptor$2$1.val$it:Ljava/util/Iterator;
invokeinterface java.util.Iterator.hasNext:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http2HeadersAdaptor$2$1;
public java.lang.String ();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.Http2HeadersAdaptor$2$1.val$it:Ljava/util/Iterator;
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.lang.CharSequence
invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http2HeadersAdaptor$2$1;
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.Http2HeadersAdaptor$2$1.next:()Ljava/lang/String;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Ljava/lang/String;>;
SourceFile: "Http2HeadersAdaptor.java"
EnclosingMethod: io.vertx.core.http.impl.Http2HeadersAdaptor$2.iterator:()Ljava/util/Iterator;
NestHost: io.vertx.core.http.impl.Http2HeadersAdaptor
InnerClasses:
io.vertx.core.http.impl.Http2HeadersAdaptor$2
io.vertx.core.http.impl.Http2HeadersAdaptor$2$1