class org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntrySet<V> extends java.util.AbstractSet<java.util.Map$Entry<java.lang.String, V>>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntrySet
super_class: java.util.AbstractSet
{
private final java.util.Set<java.util.Map$Entry<org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$Key, V>> entrySet;
descriptor: Ljava/util/Set;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/Set<Ljava/util/Map$Entry<Lorg/apache/tomcat/util/collections/CaseInsensitiveKeyMap$Key;TV;>;>;
public void <init>(java.util.Set<java.util.Map$Entry<org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$Key, V>>);
descriptor: (Ljava/util/Set;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.util.AbstractSet.<init>:()V
1: aload 0
aload 1
putfield org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntrySet.entrySet:Ljava/util/Set;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/tomcat/util/collections/CaseInsensitiveKeyMap$EntrySet<TV;>;
0 3 1 entrySet Ljava/util/Set<Ljava/util/Map$Entry<Lorg/apache/tomcat/util/collections/CaseInsensitiveKeyMap$Key;TV;>;>;
Signature: (Ljava/util/Set<Ljava/util/Map$Entry<Lorg/apache/tomcat/util/collections/CaseInsensitiveKeyMap$Key;TV;>;>;)V
MethodParameters:
Name Flags
entrySet
public java.util.Iterator<java.util.Map$Entry<java.lang.String, V>> iterator();
descriptor: ()Ljava/util/Iterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntryIterator
dup
aload 0
getfield org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntrySet.entrySet:Ljava/util/Set;
invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
invokespecial org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntryIterator.<init>:(Ljava/util/Iterator;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/tomcat/util/collections/CaseInsensitiveKeyMap$EntrySet<TV;>;
Signature: ()Ljava/util/Iterator<Ljava/util/Map$Entry<Ljava/lang/String;TV;>;>;
public int size();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntrySet.entrySet:Ljava/util/Set;
invokeinterface java.util.Set.size:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/tomcat/util/collections/CaseInsensitiveKeyMap$EntrySet<TV;>;
}
Signature: <V:Ljava/lang/Object;>Ljava/util/AbstractSet<Ljava/util/Map$Entry<Ljava/lang/String;TV;>;>;
SourceFile: "CaseInsensitiveKeyMap.java"
NestHost: org.apache.tomcat.util.collections.CaseInsensitiveKeyMap
InnerClasses:
public abstract Entry = java.util.Map$Entry of java.util.Map
private EntryIterator = org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntryIterator of org.apache.tomcat.util.collections.CaseInsensitiveKeyMap
private EntrySet = org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntrySet of org.apache.tomcat.util.collections.CaseInsensitiveKeyMap
private Key = org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$Key of org.apache.tomcat.util.collections.CaseInsensitiveKeyMap