class org.springframework.util.LinkedCaseInsensitiveMap$EntrySet 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.springframework.util.LinkedCaseInsensitiveMap$EntrySet
  super_class: java.util.AbstractSet
{
  private final java.util.Set<java.util.Map$Entry<java.lang.String, V>> delegate;
    descriptor: Ljava/util/Set;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Set<Ljava/util/Map$Entry<Ljava/lang/String;TV;>;>;

  final org.springframework.util.LinkedCaseInsensitiveMap this$0;
    descriptor: Lorg/springframework/util/LinkedCaseInsensitiveMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(java.util.Set<java.util.Map$Entry<java.lang.String, V>>);
    descriptor: (Lorg/springframework/util/LinkedCaseInsensitiveMap;Ljava/util/Set;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.util.LinkedCaseInsensitiveMap$EntrySet this
        start local 2 // java.util.Set delegate
         0: .line 428
            aload 0 /* this */
            aload 1
            putfield org.springframework.util.LinkedCaseInsensitiveMap$EntrySet.this$0:Lorg/springframework/util/LinkedCaseInsensitiveMap;
            aload 0 /* this */
            invokespecial java.util.AbstractSet.<init>:()V
         1: .line 429
            aload 0 /* this */
            aload 2 /* delegate */
            putfield org.springframework.util.LinkedCaseInsensitiveMap$EntrySet.delegate:Ljava/util/Set;
         2: .line 430
            return
        end local 2 // java.util.Set delegate
        end local 0 // org.springframework.util.LinkedCaseInsensitiveMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/springframework/util/LinkedCaseInsensitiveMap$EntrySet;
            0    3     2  delegate  Ljava/util/Set<Ljava/util/Map$Entry<Ljava/lang/String;TV;>;>;
    Signature: (Ljava/util/Set<Ljava/util/Map$Entry<Ljava/lang/String;TV;>;>;)V
    MethodParameters:
          Name  Flags
      this$0    final
      delegate  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.util.LinkedCaseInsensitiveMap$EntrySet this
         0: .line 434
            aload 0 /* this */
            getfield org.springframework.util.LinkedCaseInsensitiveMap$EntrySet.delegate:Ljava/util/Set;
            invokeinterface java.util.Set.size:()I
            ireturn
        end local 0 // org.springframework.util.LinkedCaseInsensitiveMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/util/LinkedCaseInsensitiveMap$EntrySet;

  public boolean contains(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.util.LinkedCaseInsensitiveMap$EntrySet this
        start local 1 // java.lang.Object o
         0: .line 439
            aload 0 /* this */
            getfield org.springframework.util.LinkedCaseInsensitiveMap$EntrySet.delegate:Ljava/util/Set;
            aload 1 /* o */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.springframework.util.LinkedCaseInsensitiveMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/util/LinkedCaseInsensitiveMap$EntrySet;
            0    1     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  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 // org.springframework.util.LinkedCaseInsensitiveMap$EntrySet this
         0: .line 444
            new org.springframework.util.LinkedCaseInsensitiveMap$EntrySetIterator
            dup
            aload 0 /* this */
            getfield org.springframework.util.LinkedCaseInsensitiveMap$EntrySet.this$0:Lorg/springframework/util/LinkedCaseInsensitiveMap;
            invokespecial org.springframework.util.LinkedCaseInsensitiveMap$EntrySetIterator.<init>:(Lorg/springframework/util/LinkedCaseInsensitiveMap;)V
            areturn
        end local 0 // org.springframework.util.LinkedCaseInsensitiveMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/util/LinkedCaseInsensitiveMap$EntrySet;
    Signature: ()Ljava/util/Iterator<Ljava/util/Map$Entry<Ljava/lang/String;TV;>;>;

  public boolean remove(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.util.LinkedCaseInsensitiveMap$EntrySet this
        start local 1 // java.lang.Object o
         0: .line 450
            aload 0 /* this */
            getfield org.springframework.util.LinkedCaseInsensitiveMap$EntrySet.delegate:Ljava/util/Set;
            aload 1 /* o */
            invokeinterface java.util.Set.remove:(Ljava/lang/Object;)Z
            ifeq 3
         1: .line 451
            aload 0 /* this */
            getfield org.springframework.util.LinkedCaseInsensitiveMap$EntrySet.this$0:Lorg/springframework/util/LinkedCaseInsensitiveMap;
            aload 1 /* o */
            checkcast java.util.Map$Entry
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual org.springframework.util.LinkedCaseInsensitiveMap.removeCaseInsensitiveKey:(Ljava/lang/String;)Ljava/lang/String;
            pop
         2: .line 452
            iconst_1
            ireturn
         3: .line 454
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.springframework.util.LinkedCaseInsensitiveMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/springframework/util/LinkedCaseInsensitiveMap$EntrySet;
            0    4     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.util.LinkedCaseInsensitiveMap$EntrySet this
         0: .line 459
            aload 0 /* this */
            getfield org.springframework.util.LinkedCaseInsensitiveMap$EntrySet.delegate:Ljava/util/Set;
            invokeinterface java.util.Set.clear:()V
         1: .line 460
            aload 0 /* this */
            getfield org.springframework.util.LinkedCaseInsensitiveMap$EntrySet.this$0:Lorg/springframework/util/LinkedCaseInsensitiveMap;
            getfield org.springframework.util.LinkedCaseInsensitiveMap.caseInsensitiveKeys:Ljava/util/HashMap;
            invokevirtual java.util.HashMap.clear:()V
         2: .line 461
            return
        end local 0 // org.springframework.util.LinkedCaseInsensitiveMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/util/LinkedCaseInsensitiveMap$EntrySet;

  public java.util.Spliterator<java.util.Map$Entry<java.lang.String, V>> spliterator();
    descriptor: ()Ljava/util/Spliterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.util.LinkedCaseInsensitiveMap$EntrySet this
         0: .line 465
            aload 0 /* this */
            getfield org.springframework.util.LinkedCaseInsensitiveMap$EntrySet.delegate:Ljava/util/Set;
            invokeinterface java.util.Set.spliterator:()Ljava/util/Spliterator;
            areturn
        end local 0 // org.springframework.util.LinkedCaseInsensitiveMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/util/LinkedCaseInsensitiveMap$EntrySet;
    Signature: ()Ljava/util/Spliterator<Ljava/util/Map$Entry<Ljava/lang/String;TV;>;>;

  public void forEach(java.util.function.Consumer<? super java.util.Map$Entry<java.lang.String, V>>);
    descriptor: (Ljava/util/function/Consumer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.util.LinkedCaseInsensitiveMap$EntrySet this
        start local 1 // java.util.function.Consumer action
         0: .line 470
            aload 0 /* this */
            getfield org.springframework.util.LinkedCaseInsensitiveMap$EntrySet.delegate:Ljava/util/Set;
            aload 1 /* action */
            invokeinterface java.util.Set.forEach:(Ljava/util/function/Consumer;)V
         1: .line 471
            return
        end local 1 // java.util.function.Consumer action
        end local 0 // org.springframework.util.LinkedCaseInsensitiveMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/springframework/util/LinkedCaseInsensitiveMap$EntrySet;
            0    2     1  action  Ljava/util/function/Consumer<-Ljava/util/Map$Entry<Ljava/lang/String;TV;>;>;
    Signature: (Ljava/util/function/Consumer<-Ljava/util/Map$Entry<Ljava/lang/String;TV;>;>;)V
    MethodParameters:
        Name  Flags
      action  
}
Signature: Ljava/util/AbstractSet<Ljava/util/Map$Entry<Ljava/lang/String;TV;>;>;
SourceFile: "LinkedCaseInsensitiveMap.java"
NestHost: org.springframework.util.LinkedCaseInsensitiveMap
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  private EntrySet = org.springframework.util.LinkedCaseInsensitiveMap$EntrySet of org.springframework.util.LinkedCaseInsensitiveMap
  private EntrySetIterator = org.springframework.util.LinkedCaseInsensitiveMap$EntrySetIterator of org.springframework.util.LinkedCaseInsensitiveMap