class org.springframework.util.LinkedCaseInsensitiveMap$Values extends java.util.AbstractCollection<V>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.util.LinkedCaseInsensitiveMap$Values
  super_class: java.util.AbstractCollection
{
  private final java.util.Collection<V> delegate;
    descriptor: Ljava/util/Collection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Collection<TV;>;

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

  void <init>(java.util.Collection<V>);
    descriptor: (Lorg/springframework/util/LinkedCaseInsensitiveMap;Ljava/util/Collection;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.util.LinkedCaseInsensitiveMap$Values this
        start local 2 // java.util.Collection delegate
         0: .line 388
            aload 0 /* this */
            aload 1
            putfield org.springframework.util.LinkedCaseInsensitiveMap$Values.this$0:Lorg/springframework/util/LinkedCaseInsensitiveMap;
            aload 0 /* this */
            invokespecial java.util.AbstractCollection.<init>:()V
         1: .line 389
            aload 0 /* this */
            aload 2 /* delegate */
            putfield org.springframework.util.LinkedCaseInsensitiveMap$Values.delegate:Ljava/util/Collection;
         2: .line 390
            return
        end local 2 // java.util.Collection delegate
        end local 0 // org.springframework.util.LinkedCaseInsensitiveMap$Values this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/springframework/util/LinkedCaseInsensitiveMap$Values;
            0    3     2  delegate  Ljava/util/Collection<TV;>;
    Signature: (Ljava/util/Collection<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$Values this
         0: .line 394
            aload 0 /* this */
            getfield org.springframework.util.LinkedCaseInsensitiveMap$Values.delegate:Ljava/util/Collection;
            invokeinterface java.util.Collection.size:()I
            ireturn
        end local 0 // org.springframework.util.LinkedCaseInsensitiveMap$Values this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/util/LinkedCaseInsensitiveMap$Values;

  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$Values this
        start local 1 // java.lang.Object o
         0: .line 399
            aload 0 /* this */
            getfield org.springframework.util.LinkedCaseInsensitiveMap$Values.delegate:Ljava/util/Collection;
            aload 1 /* o */
            invokeinterface java.util.Collection.contains:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.springframework.util.LinkedCaseInsensitiveMap$Values this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/util/LinkedCaseInsensitiveMap$Values;
            0    1     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

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

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.util.LinkedCaseInsensitiveMap$Values this
         0: .line 409
            aload 0 /* this */
            getfield org.springframework.util.LinkedCaseInsensitiveMap$Values.this$0:Lorg/springframework/util/LinkedCaseInsensitiveMap;
            invokevirtual org.springframework.util.LinkedCaseInsensitiveMap.clear:()V
         1: .line 410
            return
        end local 0 // org.springframework.util.LinkedCaseInsensitiveMap$Values this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/util/LinkedCaseInsensitiveMap$Values;

  public java.util.Spliterator<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$Values this
         0: .line 414
            aload 0 /* this */
            getfield org.springframework.util.LinkedCaseInsensitiveMap$Values.delegate:Ljava/util/Collection;
            invokeinterface java.util.Collection.spliterator:()Ljava/util/Spliterator;
            areturn
        end local 0 // org.springframework.util.LinkedCaseInsensitiveMap$Values this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/util/LinkedCaseInsensitiveMap$Values;
    Signature: ()Ljava/util/Spliterator<TV;>;

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