class org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntryImpl<V> implements 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$EntryImpl
  super_class: java.lang.Object
{
  private final java.lang.String key;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final V value;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: TV;

  public void <init>(java.lang.String, );
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntryImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.Object value
         0: .line 146
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 147
            aload 0 /* this */
            aload 1 /* key */
            putfield org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntryImpl.key:Ljava/lang/String;
         2: .line 148
            aload 0 /* this */
            aload 2 /* value */
            putfield org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntryImpl.value:Ljava/lang/Object;
         3: .line 149
            return
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String key
        end local 0 // org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntryImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/apache/tomcat/util/collections/CaseInsensitiveKeyMap$EntryImpl<TV;>;
            0    4     1    key  Ljava/lang/String;
            0    4     2  value  TV;
    Signature: (Ljava/lang/String;TV;)V
    MethodParameters:
       Name  Flags
      key    
      value  

  public java.lang.String getKey();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntryImpl this
         0: .line 153
            aload 0 /* this */
            getfield org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntryImpl.key:Ljava/lang/String;
            areturn
        end local 0 // org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/tomcat/util/collections/CaseInsensitiveKeyMap$EntryImpl<TV;>;

  public V getValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntryImpl this
         0: .line 158
            aload 0 /* this */
            getfield org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntryImpl.value:Ljava/lang/Object;
            areturn
        end local 0 // org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/tomcat/util/collections/CaseInsensitiveKeyMap$EntryImpl<TV;>;
    Signature: ()TV;

  public V setValue();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntryImpl this
        start local 1 // java.lang.Object value
         0: .line 163
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.lang.Object value
        end local 0 // org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntryImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/tomcat/util/collections/CaseInsensitiveKeyMap$EntryImpl<TV;>;
            0    1     1  value  TV;
    Signature: (TV;)TV;
    MethodParameters:
       Name  Flags
      value  

  public java.lang.Object getKey();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntryImpl.getKey:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <V:Ljava/lang/Object;>Ljava/lang/Object;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 EntryImpl = org.apache.tomcat.util.collections.CaseInsensitiveKeyMap$EntryImpl of org.apache.tomcat.util.collections.CaseInsensitiveKeyMap