public class org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection extends org.eclipse.collections.impl.map.mutable.AbstractMutableMap$ValuesCollectionCommon<V> implements java.io.Serializable, org.eclipse.collections.impl.parallel.BatchIterable<V>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection
  super_class: org.eclipse.collections.impl.map.mutable.AbstractMutableMap$ValuesCollectionCommon
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  final org.eclipse.collections.impl.map.mutable.UnifiedMap this$0;
    descriptor: Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  protected void <init>(org.eclipse.collections.impl.map.mutable.UnifiedMap);
    descriptor: (Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection this
         0: .line 2990
            aload 0 /* this */
            aload 1
            putfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.map.mutable.AbstractMutableMap$ValuesCollectionCommon.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$ValuesCollection;
    MethodParameters:
        Name  Flags
      this$0  final

  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.UnifiedMap$ValuesCollection this
         0: .line 2998
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.clear:()V
         1: .line 2999
            return
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$ValuesCollection;

  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.UnifiedMap$ValuesCollection this
        start local 1 // java.lang.Object o
         0: .line 3004
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* o */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.containsValue:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$ValuesCollection;
            0    1     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public boolean containsAll(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection this
        start local 1 // java.util.Collection collection
         0: .line 3011
            aload 1 /* collection */
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.block.factory.Predicates.in:(Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/block/factory/Predicates;
            invokestatic org.eclipse.collections.impl.utility.Iterate.allSatisfy:(Ljava/lang/Iterable;Lorg/eclipse/collections/api/block/predicate/Predicate;)Z
            ireturn
        end local 1 // java.util.Collection collection
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$ValuesCollection;
            0    1     1  collection  Ljava/util/Collection<*>;
    Signature: (Ljava/util/Collection<*>;)Z
    MethodParameters:
            Name  Flags
      collection  

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection this
         0: .line 3017
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.isEmpty:()Z
            ireturn
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$ValuesCollection;

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

  public boolean remove(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection this
        start local 1 // java.lang.Object o
         0: .line 3030
            aload 1 /* o */
            ifnonnull 8
         1: .line 3032
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.iterator:()Ljava/util/Iterator;
            astore 2 /* it */
        start local 2 // java.util.Iterator it
         2: goto 6
         3: .line 3034
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 2 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            ifnonnull 6
         4: .line 3036
            aload 2 /* it */
            invokeinterface java.util.Iterator.remove:()V
         5: .line 3037
            iconst_1
            ireturn
         6: .line 3032
      StackMap locals:
      StackMap stack:
            aload 2 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        end local 2 // java.util.Iterator it
         7: .line 3040
            goto 15
         8: .line 3043
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.iterator:()Ljava/util/Iterator;
            astore 2 /* it */
        start local 2 // java.util.Iterator it
         9: goto 14
        10: .line 3045
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 2 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 3 /* o2 */
        start local 3 // java.lang.Object o2
        11: .line 3046
            aload 1 /* o */
            aload 3 /* o2 */
            if_acmpeq 12
            aload 3 /* o2 */
            aload 1 /* o */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 14
        12: .line 3048
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* it */
            invokeinterface java.util.Iterator.remove:()V
        13: .line 3049
            iconst_1
            ireturn
        end local 3 // java.lang.Object o2
        14: .line 3043
      StackMap locals:
      StackMap stack:
            aload 2 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 10
        end local 2 // java.util.Iterator it
        15: .line 3053
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$ValuesCollection;
            0   16     1     o  Ljava/lang/Object;
            2    7     2    it  Ljava/util/Iterator<TV;>;
            9   15     2    it  Ljava/util/Iterator<TV;>;
           11   14     3    o2  TV;
    MethodParameters:
      Name  Flags
      o     

  public boolean removeAll(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection this
        start local 1 // java.util.Collection collection
         0: .line 3060
            iconst_0
            istore 2 /* changed */
        start local 2 // boolean changed
         1: .line 3062
            aload 1 /* collection */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 4
            goto 5
      StackMap locals: org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection java.util.Collection int top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 3 /* obj */
        start local 3 // java.lang.Object obj
         3: .line 3064
            aload 0 /* this */
            aload 3 /* obj */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.remove:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 3066
            iconst_1
            istore 2 /* changed */
        end local 3 // java.lang.Object obj
         5: .line 3062
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 3069
            iload 2 /* changed */
            ireturn
        end local 2 // boolean changed
        end local 1 // java.util.Collection collection
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$ValuesCollection;
            0    7     1  collection  Ljava/util/Collection<*>;
            1    7     2     changed  Z
            3    5     3         obj  Ljava/lang/Object;
    Signature: (Ljava/util/Collection<*>;)Z
    MethodParameters:
            Name  Flags
      collection  

  public boolean retainAll(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection this
        start local 1 // java.util.Collection collection
         0: .line 3075
            iconst_0
            istore 2 /* modified */
        start local 2 // boolean modified
         1: .line 3076
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.iterator:()Ljava/util/Iterator;
            astore 3 /* e */
        start local 3 // java.util.Iterator e
         2: .line 3077
            goto 6
         3: .line 3079
      StackMap locals: int java.util.Iterator
      StackMap stack:
            aload 1 /* collection */
            aload 3 /* e */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            invokeinterface java.util.Collection.contains:(Ljava/lang/Object;)Z
            ifne 6
         4: .line 3081
            aload 3 /* e */
            invokeinterface java.util.Iterator.remove:()V
         5: .line 3082
            iconst_1
            istore 2 /* modified */
         6: .line 3077
      StackMap locals:
      StackMap stack:
            aload 3 /* e */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         7: .line 3085
            iload 2 /* modified */
            ireturn
        end local 3 // java.util.Iterator e
        end local 2 // boolean modified
        end local 1 // java.util.Collection collection
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$ValuesCollection;
            0    8     1  collection  Ljava/util/Collection<*>;
            1    8     2    modified  Z
            2    8     3           e  Ljava/util/Iterator<TV;>;
    Signature: (Ljava/util/Collection<*>;)Z
    MethodParameters:
            Name  Flags
      collection  

  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.UnifiedMap$ValuesCollection this
         0: .line 3091
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.size:()I
            ireturn
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$ValuesCollection;

  public void forEach(org.eclipse.collections.api.block.procedure.Procedure<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 3097
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.forEachValue:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
         1: .line 3098
            return
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$ValuesCollection;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TV;>;)V
    MethodParameters:
           Name  Flags
      procedure  

  public int getBatchCount(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection this
        start local 1 // int batchSize
         0: .line 3103
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            iload 1 /* batchSize */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.getBatchCount:(I)I
            ireturn
        end local 1 // int batchSize
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$ValuesCollection;
            0    1     1  batchSize  I
    MethodParameters:
           Name  Flags
      batchSize  

  public void batchForEach(org.eclipse.collections.api.block.procedure.Procedure<? super V>, int, );
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        start local 2 // int sectionIndex
        start local 3 // int sectionCount
         0: .line 3109
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* procedure */
            iload 2 /* sectionIndex */
            iload 3 /* sectionCount */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.batchForEach:(Lorg/eclipse/collections/api/block/procedure/Procedure;II)V
         1: .line 3110
            return
        end local 3 // int sectionCount
        end local 2 // int sectionIndex
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$ValuesCollection;
            0    2     1     procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-TV;>;
            0    2     2  sectionIndex  I
            0    2     3  sectionCount  I
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TV;>;II)V
    MethodParameters:
              Name  Flags
      procedure     
      sectionIndex  
      sectionCount  

  protected void copyValues(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection this
        start local 1 // java.lang.Object[] result
         0: .line 3114
            iconst_0
            istore 2 /* count */
        start local 2 // int count
         1: .line 3115
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 18
         3: .line 3117
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap.table:[Ljava/lang/Object;
            iload 3 /* i */
            aaload
            astore 4 /* x */
        start local 4 // java.lang.Object x
         4: .line 3118
            aload 4 /* x */
            ifnull 17
         5: .line 3120
            aload 4 /* x */
            getstatic org.eclipse.collections.impl.map.mutable.UnifiedMap.CHAINED_KEY:Ljava/lang/Object;
            if_acmpne 16
         6: .line 3122
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap.table:[Ljava/lang/Object;
            iload 3 /* i */
            iconst_1
            iadd
            aaload
            checkcast java.lang.Object[]
            astore 5 /* chain */
        start local 5 // java.lang.Object[] chain
         7: .line 3123
            iconst_0
            istore 6 /* j */
        start local 6 // int j
         8: goto 14
         9: .line 3125
      StackMap locals: java.lang.Object java.lang.Object[] int
      StackMap stack:
            aload 5 /* chain */
            iload 6 /* j */
            aaload
            astore 7 /* cur */
        start local 7 // java.lang.Object cur
        10: .line 3126
            aload 7 /* cur */
            ifnonnull 12
        11: .line 3128
            goto 17
        12: .line 3130
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* result */
            iload 2 /* count */
            iinc 2 /* count */ 1
            aload 5 /* chain */
            iload 6 /* j */
            iconst_1
            iadd
            aaload
            aastore
        end local 7 // java.lang.Object cur
        13: .line 3123
            iinc 6 /* j */ 2
      StackMap locals:
      StackMap stack:
        14: iload 6 /* j */
            aload 5 /* chain */
            arraylength
            if_icmplt 9
        end local 6 // int j
        end local 5 // java.lang.Object[] chain
        15: .line 3132
            goto 17
        16: .line 3135
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            iload 2 /* count */
            iinc 2 /* count */ 1
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap.table:[Ljava/lang/Object;
            iload 3 /* i */
            iconst_1
            iadd
            aaload
            aastore
        end local 4 // java.lang.Object x
        17: .line 3115
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 2
      StackMap locals:
      StackMap stack:
        18: iload 3 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap.table:[Ljava/lang/Object;
            arraylength
            if_icmplt 3
        end local 3 // int i
        19: .line 3139
            return
        end local 2 // int count
        end local 1 // java.lang.Object[] result
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   20     0    this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$ValuesCollection;
            0   20     1  result  [Ljava/lang/Object;
            1   20     2   count  I
            2   19     3       i  I
            4   17     4       x  Ljava/lang/Object;
            7   15     5   chain  [Ljava/lang/Object;
            8   15     6       j  I
           10   13     7     cur  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      result  

  public java.lang.Object[] toArray();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection this
         0: .line 3144
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.size:()I
            istore 1 /* size */
        start local 1 // int size
         1: .line 3145
            iload 1 /* size */
            anewarray java.lang.Object
            astore 2 /* result */
        start local 2 // java.lang.Object[] result
         2: .line 3146
            aload 0 /* this */
            aload 2 /* result */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.copyValues:([Ljava/lang/Object;)V
         3: .line 3147
            aload 2 /* result */
            areturn
        end local 2 // java.lang.Object[] result
        end local 1 // int size
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$ValuesCollection;
            1    4     1    size  I
            2    4     2  result  [Ljava/lang/Object;

  public <T> T[] toArray();
    descriptor: ([Ljava/lang/Object;)[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection this
        start local 1 // java.lang.Object[] result
         0: .line 3153
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.size:()I
            istore 2 /* size */
        start local 2 // int size
         1: .line 3154
            aload 1 /* result */
            arraylength
            iload 2 /* size */
            if_icmpge 3
         2: .line 3156
            aload 1 /* result */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getComponentType:()Ljava/lang/Class;
            iload 2 /* size */
            invokestatic java.lang.reflect.Array.newInstance:(Ljava/lang/Class;I)Ljava/lang/Object;
            checkcast java.lang.Object[]
            astore 1 /* result */
         3: .line 3158
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* result */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.copyValues:([Ljava/lang/Object;)V
         4: .line 3159
            iload 2 /* size */
            aload 1 /* result */
            arraylength
            if_icmpge 6
         5: .line 3161
            aload 1 /* result */
            iload 2 /* size */
            aconst_null
            aastore
         6: .line 3163
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            areturn
        end local 2 // int size
        end local 1 // java.lang.Object[] result
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$ValuesCollection;
            0    7     1  result  [Ljava/lang/Object;
            1    7     2    size  I
    Signature: <T:Ljava/lang/Object;>([TT;)[TT;
    MethodParameters:
        Name  Flags
      result  

  protected java.lang.Object writeReplace();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection this
         0: .line 3168
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.size:()I
            invokestatic org.eclipse.collections.impl.list.mutable.FastList.newList:(I)Lorg/eclipse/collections/impl/list/mutable/FastList;
            astore 1 /* replace */
        start local 1 // org.eclipse.collections.impl.list.mutable.FastList replace
         1: .line 3169
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 10
         3: .line 3171
      StackMap locals: org.eclipse.collections.impl.list.mutable.FastList int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap.table:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            astore 3 /* cur */
        start local 3 // java.lang.Object cur
         4: .line 3172
            aload 3 /* cur */
            getstatic org.eclipse.collections.impl.map.mutable.UnifiedMap.CHAINED_KEY:Ljava/lang/Object;
            if_acmpne 7
         5: .line 3174
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap.table:[Ljava/lang/Object;
            iload 2 /* i */
            iconst_1
            iadd
            aaload
            checkcast java.lang.Object[]
            aload 1 /* replace */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.chainedAddToList:([Ljava/lang/Object;Lorg/eclipse/collections/impl/list/mutable/FastList;)V
         6: .line 3175
            goto 9
         7: .line 3176
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 3 /* cur */
            ifnull 9
         8: .line 3178
            aload 1 /* replace */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap.table:[Ljava/lang/Object;
            iload 2 /* i */
            iconst_1
            iadd
            aaload
            invokevirtual org.eclipse.collections.impl.list.mutable.FastList.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // java.lang.Object cur
         9: .line 3169
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 2
      StackMap locals:
      StackMap stack:
        10: iload 2 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            getfield org.eclipse.collections.impl.map.mutable.UnifiedMap.table:[Ljava/lang/Object;
            arraylength
            if_icmplt 3
        end local 2 // int i
        11: .line 3181
            aload 1 /* replace */
            areturn
        end local 1 // org.eclipse.collections.impl.list.mutable.FastList replace
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$ValuesCollection;
            1   12     1  replace  Lorg/eclipse/collections/impl/list/mutable/FastList<TV;>;
            2   11     2        i  I
            4    9     3      cur  Ljava/lang/Object;

  private void chainedAddToList([], org.eclipse.collections.impl.list.mutable.FastList<V>);
    descriptor: ([Ljava/lang/Object;Lorg/eclipse/collections/impl/list/mutable/FastList;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection this
        start local 1 // java.lang.Object[] chain
        start local 2 // org.eclipse.collections.impl.list.mutable.FastList replace
         0: .line 3186
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 7
         2: .line 3188
      StackMap locals: int
      StackMap stack:
            aload 1 /* chain */
            iload 3 /* i */
            aaload
            astore 4 /* cur */
        start local 4 // java.lang.Object cur
         3: .line 3189
            aload 4 /* cur */
            ifnonnull 5
         4: .line 3191
            return
         5: .line 3193
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* replace */
            aload 1 /* chain */
            iload 3 /* i */
            iconst_1
            iadd
            aaload
            invokevirtual org.eclipse.collections.impl.list.mutable.FastList.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // java.lang.Object cur
         6: .line 3186
            iinc 3 /* i */ 2
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 1 /* chain */
            arraylength
            if_icmplt 2
        end local 3 // int i
         8: .line 3195
            return
        end local 2 // org.eclipse.collections.impl.list.mutable.FastList replace
        end local 1 // java.lang.Object[] chain
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$ValuesCollection;
            0    9     1    chain  [Ljava/lang/Object;
            0    9     2  replace  Lorg/eclipse/collections/impl/list/mutable/FastList<TV;>;
            1    8     3        i  I
            3    6     4      cur  Ljava/lang/Object;
    Signature: ([Ljava/lang/Object;Lorg/eclipse/collections/impl/list/mutable/FastList<TV;>;)V
    MethodParameters:
         Name  Flags
      chain    
      replace  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection this
         0: .line 3200
            aload 0 /* this */
            ldc "["
            ldc ", "
            ldc "]"
            invokestatic org.eclipse.collections.impl.utility.Iterate.makeString:(Ljava/lang/Iterable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap$ValuesCollection;
}
Signature: Lorg/eclipse/collections/impl/map/mutable/AbstractMutableMap$ValuesCollectionCommon<TV;>;Ljava/io/Serializable;Lorg/eclipse/collections/impl/parallel/BatchIterable<TV;>;
SourceFile: "UnifiedMap.java"
NestHost: org.eclipse.collections.impl.map.mutable.UnifiedMap
InnerClasses:
  protected abstract ValuesCollectionCommon = org.eclipse.collections.impl.map.mutable.AbstractMutableMap$ValuesCollectionCommon of org.eclipse.collections.impl.map.mutable.AbstractMutableMap
  protected ValuesCollection = org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesCollection of org.eclipse.collections.impl.map.mutable.UnifiedMap
  protected ValuesIterator = org.eclipse.collections.impl.map.mutable.UnifiedMap$ValuesIterator of org.eclipse.collections.impl.map.mutable.UnifiedMap