final class org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$Values extends java.util.AbstractCollection<V>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$Values
  super_class: java.util.AbstractCollection
{
  final org.eclipse.collections.impl.map.mutable.ConcurrentHashMap this$0;
    descriptor: Lorg/eclipse/collections/impl/map/mutable/ConcurrentHashMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.eclipse.collections.impl.map.mutable.ConcurrentHashMap);
    descriptor: (Lorg/eclipse/collections/impl/map/mutable/ConcurrentHashMap;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$Values this
         0: .line 1657
            aload 0 /* this */
            aload 1
            putfield org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$Values.this$0:Lorg/eclipse/collections/impl/map/mutable/ConcurrentHashMap;
            aload 0 /* this */
            invokespecial java.util.AbstractCollection.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$Values this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/ConcurrentHashMap$Values;
    MethodParameters:
        Name  Flags
      this$0  final

  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.eclipse.collections.impl.map.mutable.ConcurrentHashMap$Values this
         0: .line 1662
            new org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$ValueIterator
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$Values.this$0:Lorg/eclipse/collections/impl/map/mutable/ConcurrentHashMap;
            invokespecial org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$ValueIterator.<init>:(Lorg/eclipse/collections/impl/map/mutable/ConcurrentHashMap;)V
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$Values this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/ConcurrentHashMap$Values;
    Signature: ()Ljava/util/Iterator<TV;>;

  public boolean removeAll(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$Values this
        start local 1 // java.util.Collection col
         0: .line 1668
            aload 1 /* col */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 1669
            iconst_0
            istore 2 /* removed */
        start local 2 // boolean removed
         2: .line 1670
            new org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$ValueIterator
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$Values.this$0:Lorg/eclipse/collections/impl/map/mutable/ConcurrentHashMap;
            invokespecial org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$ValueIterator.<init>:(Lorg/eclipse/collections/impl/map/mutable/ConcurrentHashMap;)V
            astore 3 /* itr */
        start local 3 // org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$ValueIterator itr
         3: .line 1671
            goto 6
         4: .line 1673
      StackMap locals: int org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$ValueIterator
      StackMap stack:
            aload 1 /* col */
            aload 3 /* itr */
            invokevirtual org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$ValueIterator.next:()Ljava/lang/Object;
            invokeinterface java.util.Collection.contains:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 1675
            iload 2 /* removed */
            aload 3 /* itr */
            invokevirtual org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$ValueIterator.removeByKeyValue:()Z
            ior
            istore 2 /* removed */
         6: .line 1671
      StackMap locals:
      StackMap stack:
            aload 3 /* itr */
            invokevirtual org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$ValueIterator.hasNext:()Z
            ifne 4
         7: .line 1678
            iload 2 /* removed */
            ireturn
        end local 3 // org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$ValueIterator itr
        end local 2 // boolean removed
        end local 1 // java.util.Collection col
        end local 0 // org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$Values this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lorg/eclipse/collections/impl/map/mutable/ConcurrentHashMap$Values;
            0    8     1      col  Ljava/util/Collection<*>;
            2    8     2  removed  Z
            3    8     3      itr  Lorg/eclipse/collections/impl/map/mutable/ConcurrentHashMap<TK;TV;>.ValueIterator;
    Signature: (Ljava/util/Collection<*>;)Z
    MethodParameters:
      Name  Flags
      col   

  public boolean removeIf(java.util.function.Predicate<? super V>);
    descriptor: (Ljava/util/function/Predicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$Values this
        start local 1 // java.util.function.Predicate filter
         0: .line 1684
            aload 1 /* filter */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 1685
            iconst_0
            istore 2 /* removed */
        start local 2 // boolean removed
         2: .line 1686
            new org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$ValueIterator
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$Values.this$0:Lorg/eclipse/collections/impl/map/mutable/ConcurrentHashMap;
            invokespecial org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$ValueIterator.<init>:(Lorg/eclipse/collections/impl/map/mutable/ConcurrentHashMap;)V
            astore 3 /* itr */
        start local 3 // org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$ValueIterator itr
         3: .line 1687
            goto 6
         4: .line 1689
      StackMap locals: int org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$ValueIterator
      StackMap stack:
            aload 1 /* filter */
            aload 3 /* itr */
            invokevirtual org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$ValueIterator.next:()Ljava/lang/Object;
            invokeinterface java.util.function.Predicate.test:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 1691
            iload 2 /* removed */
            aload 3 /* itr */
            invokevirtual org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$ValueIterator.removeByKeyValue:()Z
            ior
            istore 2 /* removed */
         6: .line 1687
      StackMap locals:
      StackMap stack:
            aload 3 /* itr */
            invokevirtual org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$ValueIterator.hasNext:()Z
            ifne 4
         7: .line 1694
            iload 2 /* removed */
            ireturn
        end local 3 // org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$ValueIterator itr
        end local 2 // boolean removed
        end local 1 // java.util.function.Predicate filter
        end local 0 // org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$Values this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lorg/eclipse/collections/impl/map/mutable/ConcurrentHashMap$Values;
            0    8     1   filter  Ljava/util/function/Predicate<-TV;>;
            2    8     2  removed  Z
            3    8     3      itr  Lorg/eclipse/collections/impl/map/mutable/ConcurrentHashMap<TK;TV;>.ValueIterator;
    Signature: (Ljava/util/function/Predicate<-TV;>;)Z
    MethodParameters:
        Name  Flags
      filter  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$Values this
         0: .line 1700
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$Values.this$0:Lorg/eclipse/collections/impl/map/mutable/ConcurrentHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.ConcurrentHashMap.size:()I
            ireturn
        end local 0 // org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$Values this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/ConcurrentHashMap$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.eclipse.collections.impl.map.mutable.ConcurrentHashMap$Values this
        start local 1 // java.lang.Object o
         0: .line 1706
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$Values.this$0:Lorg/eclipse/collections/impl/map/mutable/ConcurrentHashMap;
            aload 1 /* o */
            invokevirtual org.eclipse.collections.impl.map.mutable.ConcurrentHashMap.containsValue:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$Values this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/ConcurrentHashMap$Values;
            0    1     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.eclipse.collections.impl.map.mutable.ConcurrentHashMap$Values this
         0: .line 1712
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$Values.this$0:Lorg/eclipse/collections/impl/map/mutable/ConcurrentHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.ConcurrentHashMap.clear:()V
         1: .line 1713
            return
        end local 0 // org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$Values this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/map/mutable/ConcurrentHashMap$Values;
}
Signature: Ljava/util/AbstractCollection<TV;>;
SourceFile: "ConcurrentHashMap.java"
NestHost: org.eclipse.collections.impl.map.mutable.ConcurrentHashMap
InnerClasses:
  private final ValueIterator = org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$ValueIterator of org.eclipse.collections.impl.map.mutable.ConcurrentHashMap
  private final Values = org.eclipse.collections.impl.map.mutable.ConcurrentHashMap$Values of org.eclipse.collections.impl.map.mutable.ConcurrentHashMap