class org.springframework.util.LinkedCaseInsensitiveMap$KeySet extends java.util.AbstractSet<java.lang.String>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.util.LinkedCaseInsensitiveMap$KeySet
  super_class: java.util.AbstractSet
{
  private final java.util.Set<java.lang.String> delegate;
    descriptor: Ljava/util/Set;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Set<Ljava/lang/String;>;

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

  void <init>(java.util.Set<java.lang.String>);
    descriptor: (Lorg/springframework/util/LinkedCaseInsensitiveMap;Ljava/util/Set;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.util.LinkedCaseInsensitiveMap$KeySet this
        start local 2 // java.util.Set delegate
         0: .line 343
            aload 0 /* this */
            aload 1
            putfield org.springframework.util.LinkedCaseInsensitiveMap$KeySet.this$0:Lorg/springframework/util/LinkedCaseInsensitiveMap;
            aload 0 /* this */
            invokespecial java.util.AbstractSet.<init>:()V
         1: .line 344
            aload 0 /* this */
            aload 2 /* delegate */
            putfield org.springframework.util.LinkedCaseInsensitiveMap$KeySet.delegate:Ljava/util/Set;
         2: .line 345
            return
        end local 2 // java.util.Set delegate
        end local 0 // org.springframework.util.LinkedCaseInsensitiveMap$KeySet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/springframework/util/LinkedCaseInsensitiveMap$KeySet;
            0    3     2  delegate  Ljava/util/Set<Ljava/lang/String;>;
    Signature: (Ljava/util/Set<Ljava/lang/String;>;)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$KeySet this
         0: .line 349
            aload 0 /* this */
            getfield org.springframework.util.LinkedCaseInsensitiveMap$KeySet.delegate:Ljava/util/Set;
            invokeinterface java.util.Set.size:()I
            ireturn
        end local 0 // org.springframework.util.LinkedCaseInsensitiveMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/util/LinkedCaseInsensitiveMap$KeySet;

  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$KeySet this
        start local 1 // java.lang.Object o
         0: .line 354
            aload 0 /* this */
            getfield org.springframework.util.LinkedCaseInsensitiveMap$KeySet.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$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/util/LinkedCaseInsensitiveMap$KeySet;
            0    1     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

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

  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$KeySet this
        start local 1 // java.lang.Object o
         0: .line 364
            aload 0 /* this */
            getfield org.springframework.util.LinkedCaseInsensitiveMap$KeySet.this$0:Lorg/springframework/util/LinkedCaseInsensitiveMap;
            aload 1 /* o */
            invokevirtual org.springframework.util.LinkedCaseInsensitiveMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.springframework.util.LinkedCaseInsensitiveMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/util/LinkedCaseInsensitiveMap$KeySet;
            0    2     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$KeySet this
         0: .line 369
            aload 0 /* this */
            getfield org.springframework.util.LinkedCaseInsensitiveMap$KeySet.this$0:Lorg/springframework/util/LinkedCaseInsensitiveMap;
            invokevirtual org.springframework.util.LinkedCaseInsensitiveMap.clear:()V
         1: .line 370
            return
        end local 0 // org.springframework.util.LinkedCaseInsensitiveMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/util/LinkedCaseInsensitiveMap$KeySet;

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

  public void forEach(java.util.function.Consumer<? super java.lang.String>);
    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$KeySet this
        start local 1 // java.util.function.Consumer action
         0: .line 379
            aload 0 /* this */
            getfield org.springframework.util.LinkedCaseInsensitiveMap$KeySet.delegate:Ljava/util/Set;
            aload 1 /* action */
            invokeinterface java.util.Set.forEach:(Ljava/util/function/Consumer;)V
         1: .line 380
            return
        end local 1 // java.util.function.Consumer action
        end local 0 // org.springframework.util.LinkedCaseInsensitiveMap$KeySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/springframework/util/LinkedCaseInsensitiveMap$KeySet;
            0    2     1  action  Ljava/util/function/Consumer<-Ljava/lang/String;>;
    Signature: (Ljava/util/function/Consumer<-Ljava/lang/String;>;)V
    MethodParameters:
        Name  Flags
      action  
}
Signature: Ljava/util/AbstractSet<Ljava/lang/String;>;
SourceFile: "LinkedCaseInsensitiveMap.java"
NestHost: org.springframework.util.LinkedCaseInsensitiveMap
InnerClasses:
  private KeySet = org.springframework.util.LinkedCaseInsensitiveMap$KeySet of org.springframework.util.LinkedCaseInsensitiveMap
  private KeySetIterator = org.springframework.util.LinkedCaseInsensitiveMap$KeySetIterator of org.springframework.util.LinkedCaseInsensitiveMap