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

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

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection this
         0: .line 896
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.size:()I
            ireturn
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$ValuesCollection;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection this
         0: .line 902
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.isEmpty:()Z
            ireturn
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$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.bimap.mutable.AbstractMutableBiMap$ValuesCollection this
        start local 1 // java.lang.Object key
         0: .line 908
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.inverse:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.containsKey:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$ValuesCollection;
            0    1     1   key  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      key   

  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.bimap.mutable.AbstractMutableBiMap$ValuesCollection this
         0: .line 914
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.toArray:()[Ljava/lang/Object;
            areturn
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$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.bimap.mutable.AbstractMutableBiMap$ValuesCollection this
        start local 1 // java.lang.Object[] a
         0: .line 920
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.values:()Ljava/util/Collection;
            aload 1 /* a */
            invokeinterface java.util.Collection.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object[] a
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$ValuesCollection;
            0    1     1     a  [Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>([TT;)[TT;
    MethodParameters:
      Name  Flags
      a     

  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.bimap.mutable.AbstractMutableBiMap$ValuesCollection this
        start local 1 // java.lang.Object v
         0: .line 926
            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.bimap.mutable.AbstractMutableBiMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$ValuesCollection;
            0    1     1     v  TV;
    Signature: (TV;)Z
    MethodParameters:
      Name  Flags
      v     

  public boolean remove(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection this
        start local 1 // java.lang.Object value
         0: .line 932
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.size:()I
            istore 2 /* oldSize */
        start local 2 // int oldSize
         1: .line 933
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.inverse:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
            aload 1 /* value */
            invokeinterface org.eclipse.collections.api.bimap.MutableBiMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 934
            iload 2 /* oldSize */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.size:()I
            if_icmpeq 3
            iconst_1
            ireturn
      StackMap locals: int
      StackMap stack:
         3: iconst_0
            ireturn
        end local 2 // int oldSize
        end local 1 // java.lang.Object value
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$ValuesCollection;
            0    4     1    value  Ljava/lang/Object;
            1    4     2  oldSize  I
    MethodParameters:
       Name  Flags
      value  

  public boolean containsAll(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.bimap.mutable.AbstractMutableBiMap$ValuesCollection this
        start local 1 // java.util.Collection collection
         0: .line 940
            aload 1 /* collection */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection java.util.Collection top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 2 /* key */
        start local 2 // java.lang.Object key
         2: .line 942
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.inverse:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.containsKey:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 944
            iconst_0
            ireturn
        end local 2 // java.lang.Object key
         4: .line 940
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 947
            iconst_1
            ireturn
        end local 1 // java.util.Collection collection
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$ValuesCollection;
            0    6     1  collection  Ljava/util/Collection<*>;
            2    4     2         key  Ljava/lang/Object;
    Signature: (Ljava/util/Collection<*>;)Z
    MethodParameters:
            Name  Flags
      collection  

  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.bimap.mutable.AbstractMutableBiMap$ValuesCollection this
        start local 1 // java.util.Collection collection
         0: .line 953
            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.bimap.mutable.AbstractMutableBiMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$ValuesCollection;
            0    1     1  collection  Ljava/util/Collection<+TV;>;
    Signature: (Ljava/util/Collection<+TV;>;)Z
    MethodParameters:
            Name  Flags
      collection  

  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.bimap.mutable.AbstractMutableBiMap$ValuesCollection this
        start local 1 // java.util.Collection collection
         0: .line 959
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.size:()I
            istore 2 /* oldSize */
        start local 2 // int oldSize
         1: .line 960
            aload 1 /* collection */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection java.util.Collection int top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 3 /* object */
        start local 3 // java.lang.Object object
         3: .line 962
            aload 0 /* this */
            aload 3 /* object */
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection.remove:(Ljava/lang/Object;)Z
            pop
        end local 3 // java.lang.Object object
         4: .line 960
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 964
            iload 2 /* oldSize */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.size:()I
            if_icmpeq 6
            iconst_1
            ireturn
      StackMap locals: org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection java.util.Collection int
      StackMap stack:
         6: iconst_0
            ireturn
        end local 2 // int oldSize
        end local 1 // java.util.Collection collection
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$ValuesCollection;
            0    7     1  collection  Ljava/util/Collection<*>;
            1    7     2     oldSize  I
            3    4     3      object  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=5, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection this
        start local 1 // java.util.Collection collection
         0: .line 970
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.size:()I
            istore 2 /* oldSize */
        start local 2 // int oldSize
         1: .line 971
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection.iterator:()Ljava/util/Iterator;
            astore 3 /* iterator */
        start local 3 // java.util.Iterator iterator
         2: .line 972
            goto 6
         3: .line 974
      StackMap locals: int java.util.Iterator
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 4 /* next */
        start local 4 // java.lang.Object next
         4: .line 975
            aload 1 /* collection */
            aload 4 /* next */
            invokeinterface java.util.Collection.contains:(Ljava/lang/Object;)Z
            ifne 6
         5: .line 977
            aload 0 /* this */
            aload 4 /* next */
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection.remove:(Ljava/lang/Object;)Z
            pop
        end local 4 // java.lang.Object next
         6: .line 972
      StackMap locals:
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         7: .line 980
            iload 2 /* oldSize */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.size:()I
            if_icmpeq 8
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         8: iconst_0
            ireturn
        end local 3 // java.util.Iterator iterator
        end local 2 // int oldSize
        end local 1 // java.util.Collection collection
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$ValuesCollection;
            0    9     1  collection  Ljava/util/Collection<*>;
            1    9     2     oldSize  I
            2    9     3    iterator  Ljava/util/Iterator<TV;>;
            4    6     4        next  TV;
    Signature: (Ljava/util/Collection<*>;)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.bimap.mutable.AbstractMutableBiMap$ValuesCollection this
         0: .line 986
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.clear:()V
         1: .line 987
            return
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$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.bimap.mutable.AbstractMutableBiMap$ValuesCollection this
         0: .line 992
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.iterator:()Ljava/util/Iterator;
            areturn
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$ValuesCollection;
    Signature: ()Ljava/util/Iterator<TV;>;

  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.bimap.mutable.AbstractMutableBiMap$ValuesCollection this
         0: .line 998
            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.bimap.mutable.AbstractMutableBiMap$ValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$ValuesCollection;
}
Signature: Ljava/lang/Object;Ljava/util/Collection<TV;>;
SourceFile: "AbstractMutableBiMap.java"
NestHost: org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap
InnerClasses:
  private ValuesCollection = org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection of org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap