public abstract class org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap<K, V> extends org.eclipse.collections.impl.multimap.AbstractMutableMultimap<K, V, org.eclipse.collections.api.set.MutableSet<V>> implements org.eclipse.collections.api.multimap.set.MutableSetMultimap<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap
  super_class: org.eclipse.collections.impl.multimap.AbstractMutableMultimap
{
  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap this
         0: .line 28
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.multimap.AbstractMutableMultimap.<init>:()V
         1: .line 30
            return
        end local 0 // org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/multimap/set/AbstractMutableSetMultimap<TK;TV;>;

  protected void <init>(org.eclipse.collections.api.tuple.Pair<K, V>[]);
    descriptor: ([Lorg/eclipse/collections/api/tuple/Pair;)V
    flags: (0x0084) ACC_PROTECTED, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap this
        start local 1 // org.eclipse.collections.api.tuple.Pair[] pairs
         0: .line 34
            aload 0 /* this */
            aload 1 /* pairs */
            invokespecial org.eclipse.collections.impl.multimap.AbstractMutableMultimap.<init>:([Lorg/eclipse/collections/api/tuple/Pair;)V
         1: .line 35
            return
        end local 1 // org.eclipse.collections.api.tuple.Pair[] pairs
        end local 0 // org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/eclipse/collections/impl/multimap/set/AbstractMutableSetMultimap<TK;TV;>;
            0    2     1  pairs  [Lorg/eclipse/collections/api/tuple/Pair;
    Signature: ([Lorg/eclipse/collections/api/tuple/Pair<TK;TV;>;)V
    MethodParameters:
       Name  Flags
      pairs  

  protected void <init>(java.lang.Iterable<org.eclipse.collections.api.tuple.Pair<K, V>>);
    descriptor: (Ljava/lang/Iterable;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap this
        start local 1 // java.lang.Iterable inputIterable
         0: .line 39
            aload 0 /* this */
            aload 1 /* inputIterable */
            invokespecial org.eclipse.collections.impl.multimap.AbstractMutableMultimap.<init>:(Ljava/lang/Iterable;)V
         1: .line 40
            return
        end local 1 // java.lang.Iterable inputIterable
        end local 0 // org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/eclipse/collections/impl/multimap/set/AbstractMutableSetMultimap<TK;TV;>;
            0    2     1  inputIterable  Ljava/lang/Iterable<Lorg/eclipse/collections/api/tuple/Pair<TK;TV;>;>;
    Signature: (Ljava/lang/Iterable<Lorg/eclipse/collections/api/tuple/Pair<TK;TV;>;>;)V
    MethodParameters:
               Name  Flags
      inputIterable  

  protected void <init>(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap this
        start local 1 // int size
         0: .line 44
            aload 0 /* this */
            iload 1 /* size */
            invokespecial org.eclipse.collections.impl.multimap.AbstractMutableMultimap.<init>:(I)V
         1: .line 45
            return
        end local 1 // int size
        end local 0 // org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/multimap/set/AbstractMutableSetMultimap<TK;TV;>;
            0    2     1  size  I
    MethodParameters:
      Name  Flags
      size  

  public org.eclipse.collections.api.multimap.set.MutableSetMultimap<K, V> toMutable();
    descriptor: ()Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap this
         0: .line 50
            new org.eclipse.collections.impl.multimap.set.UnifiedSetMultimap
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.multimap.set.UnifiedSetMultimap.<init>:(Lorg/eclipse/collections/api/multimap/Multimap;)V
            areturn
        end local 0 // org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/multimap/set/AbstractMutableSetMultimap<TK;TV;>;
    Signature: ()Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap<TK;TV;>;

  public org.eclipse.collections.api.multimap.set.ImmutableSetMultimap<K, V> toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/multimap/set/ImmutableSetMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap this
         0: .line 56
            invokestatic org.eclipse.collections.impl.map.mutable.UnifiedMap.newMap:()Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            astore 1 /* map */
        start local 1 // org.eclipse.collections.api.map.MutableMap map
         1: .line 58
            aload 0 /* this */
            getfield org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap.map:Lorg/eclipse/collections/api/map/MutableMap;
            aload 1 /* map */
            invokedynamic value(Lorg/eclipse/collections/api/map/MutableMap;)Lorg/eclipse/collections/api/block/procedure/Procedure2;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  org/eclipse/collections/impl/multimap/set/AbstractMutableSetMultimap.lambda$0(Lorg/eclipse/collections/api/map/MutableMap;Ljava/lang/Object;Lorg/eclipse/collections/api/set/MutableSet;)V (6)
                  (Ljava/lang/Object;Lorg/eclipse/collections/api/set/MutableSet;)V
                  1
            invokeinterface org.eclipse.collections.api.map.MutableMap.forEachKeyValue:(Lorg/eclipse/collections/api/block/procedure/Procedure2;)V
         2: .line 60
            new org.eclipse.collections.impl.multimap.set.ImmutableSetMultimapImpl
            dup
            aload 1 /* map */
            invokespecial org.eclipse.collections.impl.multimap.set.ImmutableSetMultimapImpl.<init>:(Lorg/eclipse/collections/api/map/MutableMap;)V
            areturn
        end local 1 // org.eclipse.collections.api.map.MutableMap map
        end local 0 // org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/multimap/set/AbstractMutableSetMultimap<TK;TV;>;
            1    3     1   map  Lorg/eclipse/collections/api/map/MutableMap<TK;Lorg/eclipse/collections/api/set/ImmutableSet<TV;>;>;
    Signature: ()Lorg/eclipse/collections/api/multimap/set/ImmutableSetMultimap<TK;TV;>;

  public <K2, V2> org.eclipse.collections.api.multimap.bag.MutableBagMultimap<K2, V2> collectKeysValues(org.eclipse.collections.api.block.function.Function2<? super K, ? super V, org.eclipse.collections.api.tuple.Pair<K2, V2>>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap this
        start local 1 // org.eclipse.collections.api.block.function.Function2 function
         0: .line 66
            aload 0 /* this */
            aload 1 /* function */
            invokestatic org.eclipse.collections.impl.multimap.bag.HashBagMultimap.newMultimap:()Lorg/eclipse/collections/impl/multimap/bag/HashBagMultimap;
            invokevirtual org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap.collectKeysValues:(Lorg/eclipse/collections/api/block/function/Function2;Lorg/eclipse/collections/api/multimap/MutableMultimap;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
            checkcast org.eclipse.collections.api.multimap.bag.MutableBagMultimap
            areturn
        end local 1 // org.eclipse.collections.api.block.function.Function2 function
        end local 0 // org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/multimap/set/AbstractMutableSetMultimap<TK;TV;>;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/Function2<-TK;-TV;Lorg/eclipse/collections/api/tuple/Pair<TK2;TV2;>;>;
    Signature: <K2:Ljava/lang/Object;V2:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function2<-TK;-TV;Lorg/eclipse/collections/api/tuple/Pair<TK2;TV2;>;>;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap<TK2;TV2;>;
    MethodParameters:
          Name  Flags
      function  

  public <K2, V2> org.eclipse.collections.api.multimap.bag.MutableBagMultimap<K2, V2> collectKeyMultiValues(org.eclipse.collections.api.block.function.Function<? super K, ? extends K2>, org.eclipse.collections.api.block.function.Function<? super V, ? extends V2>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap this
        start local 1 // org.eclipse.collections.api.block.function.Function keyFunction
        start local 2 // org.eclipse.collections.api.block.function.Function valueFunction
         0: .line 72
            aload 0 /* this */
            aload 1 /* keyFunction */
            aload 2 /* valueFunction */
            invokestatic org.eclipse.collections.impl.multimap.bag.HashBagMultimap.newMultimap:()Lorg/eclipse/collections/impl/multimap/bag/HashBagMultimap;
            invokevirtual org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap.collectKeyMultiValues:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/multimap/MutableMultimap;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
            checkcast org.eclipse.collections.api.multimap.bag.MutableBagMultimap
            areturn
        end local 2 // org.eclipse.collections.api.block.function.Function valueFunction
        end local 1 // org.eclipse.collections.api.block.function.Function keyFunction
        end local 0 // org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/collections/impl/multimap/set/AbstractMutableSetMultimap<TK;TV;>;
            0    1     1    keyFunction  Lorg/eclipse/collections/api/block/function/Function<-TK;+TK2;>;
            0    1     2  valueFunction  Lorg/eclipse/collections/api/block/function/Function<-TV;+TV2;>;
    Signature: <K2:Ljava/lang/Object;V2:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TK;+TK2;>;Lorg/eclipse/collections/api/block/function/Function<-TV;+TV2;>;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap<TK2;TV2;>;
    MethodParameters:
               Name  Flags
      keyFunction    
      valueFunction  

  public <V2> org.eclipse.collections.api.multimap.bag.MutableBagMultimap<K, V2> collectValues(org.eclipse.collections.api.block.function.Function<? super V, ? extends V2>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 78
            aload 0 /* this */
            aload 1 /* function */
            invokestatic org.eclipse.collections.impl.multimap.bag.HashBagMultimap.newMultimap:()Lorg/eclipse/collections/impl/multimap/bag/HashBagMultimap;
            invokevirtual org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap.collectValues:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/multimap/MutableMultimap;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
            checkcast org.eclipse.collections.api.multimap.bag.MutableBagMultimap
            areturn
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/multimap/set/AbstractMutableSetMultimap<TK;TV;>;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/Function<-TV;+TV2;>;
    Signature: <V2:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TV;+TV2;>;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap<TK;TV2;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.multimap.set.MutableSetMultimap<K, V> asSynchronized();
    descriptor: ()Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap this
         0: .line 84
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.multimap.set.SynchronizedSetMultimap.of:(Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;)Lorg/eclipse/collections/impl/multimap/set/SynchronizedSetMultimap;
            areturn
        end local 0 // org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/multimap/set/AbstractMutableSetMultimap<TK;TV;>;
    Signature: ()Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap<TK;TV;>;

  public org.eclipse.collections.api.set.MutableSet replaceValues(java.lang.Object, java.lang.Iterable);
    descriptor: (Ljava/lang/Object;Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Object
            aload 2
            checkcast java.lang.Iterable
            invokevirtual org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap.replaceValues:(Ljava/lang/Object;Ljava/lang/Iterable;)Lorg/eclipse/collections/api/collection/MutableCollection;
            checkcast org.eclipse.collections.api.set.MutableSet
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSetIterable replaceValues(java.lang.Object, java.lang.Iterable);
    descriptor: (Ljava/lang/Object;Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/MutableSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Object
            aload 2
            checkcast java.lang.Iterable
            invokevirtual org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap.replaceValues:(Ljava/lang/Object;Ljava/lang/Iterable;)Lorg/eclipse/collections/api/collection/MutableCollection;
            checkcast org.eclipse.collections.api.set.MutableSetIterable
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.ImmutableMultimap toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/multimap/ImmutableMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap.toImmutable:()Lorg/eclipse/collections/api/multimap/set/ImmutableSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSet getIfAbsentPutAll(java.lang.Object, java.lang.Iterable);
    descriptor: (Ljava/lang/Object;Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Object
            aload 2
            checkcast java.lang.Iterable
            invokevirtual org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap.getIfAbsentPutAll:(Ljava/lang/Object;Ljava/lang/Iterable;)Lorg/eclipse/collections/api/collection/MutableCollection;
            checkcast org.eclipse.collections.api.set.MutableSet
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSetIterable getIfAbsentPutAll(java.lang.Object, java.lang.Iterable);
    descriptor: (Ljava/lang/Object;Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/MutableSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Object
            aload 2
            checkcast java.lang.Iterable
            invokevirtual org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap.getIfAbsentPutAll:(Ljava/lang/Object;Ljava/lang/Iterable;)Lorg/eclipse/collections/api/collection/MutableCollection;
            checkcast org.eclipse.collections.api.set.MutableSetIterable
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.MutableMultimap toMutable();
    descriptor: ()Lorg/eclipse/collections/api/multimap/MutableMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap.toMutable:()Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.Multimap collectKeyMultiValues(org.eclipse.collections.api.block.function.Function, org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/Multimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            aload 2
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap.collectKeyMultiValues:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.bag.UnsortedBagMultimap collectKeyMultiValues(org.eclipse.collections.api.block.function.Function, org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/UnsortedBagMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            aload 2
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap.collectKeyMultiValues:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.MutableMultimap collectKeyMultiValues(org.eclipse.collections.api.block.function.Function, org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            aload 2
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap.collectKeyMultiValues:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.bag.MutableBagIterableMultimap collectKeyMultiValues(org.eclipse.collections.api.block.function.Function, org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/MutableBagIterableMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            aload 2
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap.collectKeyMultiValues:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.Multimap collectValues(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/Multimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap.collectValues:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.bag.UnsortedBagMultimap collectValues(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/UnsortedBagMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap.collectValues:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.MutableMultimap collectValues(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap.collectValues:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSet removeAll(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap.removeAll:(Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/MutableCollection;
            checkcast org.eclipse.collections.api.set.MutableSet
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSetIterable removeAll(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap.removeAll:(Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/MutableCollection;
            checkcast org.eclipse.collections.api.set.MutableSetIterable
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSet get(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap.get:(Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/MutableCollection;
            checkcast org.eclipse.collections.api.set.MutableSet
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSetIterable get(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap.get:(Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/MutableCollection;
            checkcast org.eclipse.collections.api.set.MutableSetIterable
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.UnsortedSetIterable get(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/set/UnsortedSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap.get:(Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/MutableCollection;
            checkcast org.eclipse.collections.api.set.UnsortedSetIterable
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.SetIterable get(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/set/SetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap.get:(Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/MutableCollection;
            checkcast org.eclipse.collections.api.set.SetIterable
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.MutableMultimap asSynchronized();
    descriptor: ()Lorg/eclipse/collections/api/multimap/MutableMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap.asSynchronized:()Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.set.MutableSetIterableMultimap asSynchronized();
    descriptor: ()Lorg/eclipse/collections/api/multimap/set/MutableSetIterableMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap.asSynchronized:()Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.Multimap collectKeysValues(org.eclipse.collections.api.block.function.Function2);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/multimap/Multimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function2
            invokevirtual org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap.collectKeysValues:(Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.bag.UnsortedBagMultimap collectKeysValues(org.eclipse.collections.api.block.function.Function2);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/multimap/bag/UnsortedBagMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function2
            invokevirtual org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap.collectKeysValues:(Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.MutableMultimap collectKeysValues(org.eclipse.collections.api.block.function.Function2);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function2
            invokevirtual org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap.collectKeysValues:(Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.bag.MutableBagIterableMultimap collectKeysValues(org.eclipse.collections.api.block.function.Function2);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/multimap/bag/MutableBagIterableMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function2
            invokevirtual org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap.collectKeysValues:(Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static void lambda$0(org.eclipse.collections.api.map.MutableMap, java.lang.Object, org.eclipse.collections.api.set.MutableSet);
    descriptor: (Lorg/eclipse/collections/api/map/MutableMap;Ljava/lang/Object;Lorg/eclipse/collections/api/set/MutableSet;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 1 // java.lang.Object key
        start local 2 // org.eclipse.collections.api.set.MutableSet set
         0: .line 58
            aload 0
            aload 1 /* key */
            aload 2 /* set */
            invokeinterface org.eclipse.collections.api.set.MutableSet.toImmutable:()Lorg/eclipse/collections/api/set/ImmutableSet;
            invokeinterface org.eclipse.collections.api.map.MutableMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            return
        end local 2 // org.eclipse.collections.api.set.MutableSet set
        end local 1 // java.lang.Object key
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1   key  TK;
            0    1     2   set  Lorg/eclipse/collections/api/set/MutableSet<TV;>;

  private static java.lang.Object $deserializeLambda$(java.lang.invoke.SerializedLambda);
    descriptor: (Ljava/lang/invoke/SerializedLambda;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=3, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodName:()Ljava/lang/String;
            astore 1
            iconst_m1
            istore 2
            aload 1
            invokevirtual java.lang.String.hashCode:()I
            lookupswitch { // 1
          -1647345005: 1
              default: 2
          }
      StackMap locals: java.lang.String int
      StackMap stack:
         1: aload 1
            ldc "lambda$0"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
            iconst_0
            istore 2
      StackMap locals:
      StackMap stack:
         2: iload 2
            lookupswitch { // 1
                    0: 3
              default: 4
          }
      StackMap locals:
      StackMap stack:
         3: aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
            bipush 6
            if_icmpne 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/api/block/procedure/Procedure2"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
            ldc "value"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
            ldc "(Ljava/lang/Object;Ljava/lang/Object;)V"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/impl/multimap/set/AbstractMutableSetMultimap"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
            ldc "(Lorg/eclipse/collections/api/map/MutableMap;Ljava/lang/Object;Lorg/eclipse/collections/api/set/MutableSet;)V"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            iconst_0
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast org.eclipse.collections.api.map.MutableMap
            invokedynamic value(Lorg/eclipse/collections/api/map/MutableMap;)Lorg/eclipse/collections/api/block/procedure/Procedure2;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  org/eclipse/collections/impl/multimap/set/AbstractMutableSetMultimap.lambda$0(Lorg/eclipse/collections/api/map/MutableMap;Ljava/lang/Object;Lorg/eclipse/collections/api/set/MutableSet;)V (6)
                  (Ljava/lang/Object;Lorg/eclipse/collections/api/set/MutableSet;)V
                  1
            areturn
      StackMap locals:
      StackMap stack:
         4: new java.lang.IllegalArgumentException
            dup
            ldc "Invalid lambda deserialization"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Lorg/eclipse/collections/impl/multimap/AbstractMutableMultimap<TK;TV;Lorg/eclipse/collections/api/set/MutableSet<TV;>;>;Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap<TK;TV;>;
SourceFile: "AbstractMutableSetMultimap.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles