class org.springframework.http.server.reactive.UndertowHeadersAdapter$1 extends java.util.AbstractSet<java.util.Map$Entry<java.lang.String, java.util.List<java.lang.String>>>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.springframework.http.server.reactive.UndertowHeadersAdapter$1
super_class: java.util.AbstractSet
{
final org.springframework.http.server.reactive.UndertowHeadersAdapter this$0;
descriptor: Lorg/springframework/http/server/reactive/UndertowHeadersAdapter;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(org.springframework.http.server.reactive.UndertowHeadersAdapter);
descriptor: (Lorg/springframework/http/server/reactive/UndertowHeadersAdapter;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // org.springframework.http.server.reactive.UndertowHeadersAdapter$1 this
0: .line 166
aload 0 /* this */
aload 1
putfield org.springframework.http.server.reactive.UndertowHeadersAdapter$1.this$0:Lorg/springframework/http/server/reactive/UndertowHeadersAdapter;
aload 0 /* this */
invokespecial java.util.AbstractSet.<init>:()V
return
end local 0 // org.springframework.http.server.reactive.UndertowHeadersAdapter$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/http/server/reactive/UndertowHeadersAdapter$1;
MethodParameters:
Name Flags
this$0 final
public java.util.Iterator<java.util.Map$Entry<java.lang.String, java.util.List<java.lang.String>>> iterator();
descriptor: ()Ljava/util/Iterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 // org.springframework.http.server.reactive.UndertowHeadersAdapter$1 this
0: .line 169
new org.springframework.http.server.reactive.UndertowHeadersAdapter$EntryIterator
dup
aload 0 /* this */
getfield org.springframework.http.server.reactive.UndertowHeadersAdapter$1.this$0:Lorg/springframework/http/server/reactive/UndertowHeadersAdapter;
invokespecial org.springframework.http.server.reactive.UndertowHeadersAdapter$EntryIterator.<init>:(Lorg/springframework/http/server/reactive/UndertowHeadersAdapter;)V
areturn
end local 0 // org.springframework.http.server.reactive.UndertowHeadersAdapter$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/http/server/reactive/UndertowHeadersAdapter$1;
Signature: ()Ljava/util/Iterator<Ljava/util/Map$Entry<Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;>;>;
public int size();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // org.springframework.http.server.reactive.UndertowHeadersAdapter$1 this
0: .line 174
aload 0 /* this */
getfield org.springframework.http.server.reactive.UndertowHeadersAdapter$1.this$0:Lorg/springframework/http/server/reactive/UndertowHeadersAdapter;
getfield org.springframework.http.server.reactive.UndertowHeadersAdapter.headers:Lio/undertow/util/HeaderMap;
invokevirtual io.undertow.util.HeaderMap.size:()I
ireturn
end local 0 // org.springframework.http.server.reactive.UndertowHeadersAdapter$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/http/server/reactive/UndertowHeadersAdapter$1;
}
Signature: Ljava/util/AbstractSet<Ljava/util/Map$Entry<Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;>;>;
SourceFile: "UndertowHeadersAdapter.java"
EnclosingMethod: org.springframework.http.server.reactive.UndertowHeadersAdapter.entrySet:()Ljava/util/Set;
NestHost: org.springframework.http.server.reactive.UndertowHeadersAdapter
InnerClasses:
public abstract Entry = java.util.Map$Entry of java.util.Map
org.springframework.http.server.reactive.UndertowHeadersAdapter$1
private EntryIterator = org.springframework.http.server.reactive.UndertowHeadersAdapter$EntryIterator of org.springframework.http.server.reactive.UndertowHeadersAdapter