public class org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$ValuesCollection implements java.util.Collection<V>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$ValuesCollection
  super_class: java.lang.Object
{
  final org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap this$0;
    descriptor: Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public boolean add();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$ValuesCollection this
        start local 1 // java.lang.Object v
         0: .line 4067
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call add() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.Object v
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$ValuesCollection;
            0    1     1     v  TV;
    Signature: (TV;)Z
    MethodParameters:
      Name  Flags
      v     

  public boolean addAll(java.util.Collection<? extends V>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$ValuesCollection this
        start local 1 // java.util.Collection collection
         0: .line 4073
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call addAll() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.util.Collection collection
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$ValuesCollection;
            0    1     1  collection  Ljava/util/Collection<+TV;>;
    Signature: (Ljava/util/Collection<+TV;>;)Z
    MethodParameters:
            Name  Flags
      collection  

  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.primitive.DoubleObjectHashMap$ValuesCollection this
         0: .line 4079
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.clear:()V
         1: .line 4080
            return
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$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.primitive.DoubleObjectHashMap$ValuesCollection this
        start local 1 // java.lang.Object o
         0: .line 4085
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            aload 1 /* o */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.containsValue:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$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.primitive.DoubleObjectHashMap$ValuesCollection this
        start local 1 // java.util.Collection collection
         0: .line 4092
            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.primitive.DoubleObjectHashMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$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.primitive.DoubleObjectHashMap$ValuesCollection this
         0: .line 4098
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.isEmpty:()Z
            ireturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$ValuesCollection;

  public java.util.Iterator<V> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$ValuesCollection this
         0: .line 4104
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.iterator:()Ljava/util/Iterator;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$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.primitive.DoubleObjectHashMap$ValuesCollection this
        start local 1 // java.lang.Object o
         0: .line 4111
            aload 1 /* o */
            ifnonnull 8
         1: .line 4113
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$ValuesCollection.iterator:()Ljava/util/Iterator;
            astore 2 /* it */
        start local 2 // java.util.Iterator it
         2: goto 6
         3: .line 4115
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 2 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            ifnonnull 6
         4: .line 4117
            aload 2 /* it */
            invokeinterface java.util.Iterator.remove:()V
         5: .line 4118
            iconst_1
            ireturn
         6: .line 4113
      StackMap locals:
      StackMap stack:
            aload 2 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        end local 2 // java.util.Iterator it
         7: .line 4121
            goto 15
         8: .line 4124
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$ValuesCollection.iterator:()Ljava/util/Iterator;
            astore 2 /* it */
        start local 2 // java.util.Iterator it
         9: goto 14
        10: .line 4126
      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 4127
            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 4129
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* it */
            invokeinterface java.util.Iterator.remove:()V
        13: .line 4130
            iconst_1
            ireturn
        end local 3 // java.lang.Object o2
        14: .line 4124
      StackMap locals:
      StackMap stack:
            aload 2 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 10
        end local 2 // java.util.Iterator it
        15: .line 4134
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$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.primitive.DoubleObjectHashMap$ValuesCollection this
        start local 1 // java.util.Collection collection
         0: .line 4141
            iconst_0
            istore 2 /* changed */
        start local 2 // boolean changed
         1: .line 4143
            aload 1 /* collection */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 4
            goto 5
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$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 4145
            aload 0 /* this */
            aload 3 /* obj */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$ValuesCollection.remove:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 4147
            iconst_1
            istore 2 /* changed */
        end local 3 // java.lang.Object obj
         5: .line 4143
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 4150
            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.primitive.DoubleObjectHashMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$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.primitive.DoubleObjectHashMap$ValuesCollection this
        start local 1 // java.util.Collection collection
         0: .line 4156
            iconst_0
            istore 2 /* modified */
        start local 2 // boolean modified
         1: .line 4157
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$ValuesCollection.iterator:()Ljava/util/Iterator;
            astore 3 /* e */
        start local 3 // java.util.Iterator e
         2: .line 4158
            goto 6
         3: .line 4160
      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 4162
            aload 3 /* e */
            invokeinterface java.util.Iterator.remove:()V
         5: .line 4163
            iconst_1
            istore 2 /* modified */
         6: .line 4158
      StackMap locals:
      StackMap stack:
            aload 3 /* e */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         7: .line 4166
            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.primitive.DoubleObjectHashMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$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.primitive.DoubleObjectHashMap$ValuesCollection this
         0: .line 4172
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.size:()I
            ireturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$ValuesCollection;

  public java.lang.Object[] toArray();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$ValuesCollection this
         0: .line 4178
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.toArray:()[Ljava/lang/Object;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$ValuesCollection;

  public <T> T[] toArray();
    descriptor: ([Ljava/lang/Object;)[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$ValuesCollection this
        start local 1 // java.lang.Object[] result
         0: .line 4184
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            aload 1 /* result */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object[] result
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$ValuesCollection;
            0    1     1  result  [Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>([TT;)[TT;
    MethodParameters:
        Name  Flags
      result  
}
Signature: Ljava/lang/Object;Ljava/util/Collection<TV;>;
SourceFile: "DoubleObjectHashMap.java"
NestHost: org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap
InnerClasses:
  protected ValuesCollection = org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$ValuesCollection of org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap