class org.springframework.http.server.reactive.TomcatHeadersAdapter$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.TomcatHeadersAdapter$1
super_class: java.util.AbstractSet
{
final org.springframework.http.server.reactive.TomcatHeadersAdapter this$0;
descriptor: Lorg/springframework/http/server/reactive/TomcatHeadersAdapter;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(org.springframework.http.server.reactive.TomcatHeadersAdapter);
descriptor: (Lorg/springframework/http/server/reactive/TomcatHeadersAdapter;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // org.springframework.http.server.reactive.TomcatHeadersAdapter$1 this
0: .line 185
aload 0 /* this */
aload 1
putfield org.springframework.http.server.reactive.TomcatHeadersAdapter$1.this$0:Lorg/springframework/http/server/reactive/TomcatHeadersAdapter;
aload 0 /* this */
invokespecial java.util.AbstractSet.<init>:()V
return
end local 0 // org.springframework.http.server.reactive.TomcatHeadersAdapter$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/http/server/reactive/TomcatHeadersAdapter$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.TomcatHeadersAdapter$1 this
0: .line 188
new org.springframework.http.server.reactive.TomcatHeadersAdapter$EntryIterator
dup
aload 0 /* this */
getfield org.springframework.http.server.reactive.TomcatHeadersAdapter$1.this$0:Lorg/springframework/http/server/reactive/TomcatHeadersAdapter;
invokespecial org.springframework.http.server.reactive.TomcatHeadersAdapter$EntryIterator.<init>:(Lorg/springframework/http/server/reactive/TomcatHeadersAdapter;)V
areturn
end local 0 // org.springframework.http.server.reactive.TomcatHeadersAdapter$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/http/server/reactive/TomcatHeadersAdapter$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.TomcatHeadersAdapter$1 this
0: .line 193
aload 0 /* this */
getfield org.springframework.http.server.reactive.TomcatHeadersAdapter$1.this$0:Lorg/springframework/http/server/reactive/TomcatHeadersAdapter;
getfield org.springframework.http.server.reactive.TomcatHeadersAdapter.headers:Lorg/apache/tomcat/util/http/MimeHeaders;
invokevirtual org.apache.tomcat.util.http.MimeHeaders.size:()I
ireturn
end local 0 // org.springframework.http.server.reactive.TomcatHeadersAdapter$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/http/server/reactive/TomcatHeadersAdapter$1;
}
Signature: Ljava/util/AbstractSet<Ljava/util/Map$Entry<Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;>;>;
SourceFile: "TomcatHeadersAdapter.java"
EnclosingMethod: org.springframework.http.server.reactive.TomcatHeadersAdapter.entrySet:()Ljava/util/Set;
NestHost: org.springframework.http.server.reactive.TomcatHeadersAdapter
InnerClasses:
public abstract Entry = java.util.Map$Entry of java.util.Map
org.springframework.http.server.reactive.TomcatHeadersAdapter$1
private EntryIterator = org.springframework.http.server.reactive.TomcatHeadersAdapter$EntryIterator of org.springframework.http.server.reactive.TomcatHeadersAdapter