public final class org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap<K, V> extends org.eclipse.collections.impl.multimap.AbstractMutableMultimap<K, V, org.eclipse.collections.api.bag.sorted.MutableSortedBag<V>> implements org.eclipse.collections.api.multimap.sortedbag.MutableSortedBagMultimap<K, V>, java.io.Externalizable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap
  super_class: org.eclipse.collections.impl.multimap.AbstractMutableMultimap
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private java.util.Comparator<? super V> comparator;
    descriptor: Ljava/util/Comparator;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Comparator<-TV;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
         0: .line 47
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.multimap.AbstractMutableMultimap.<init>:()V
         1: .line 49
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.comparator:Ljava/util/Comparator;
         2: .line 50
            return
        end local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap<TK;TV;>;

  public void <init>(java.util.Comparator<? super V>);
    descriptor: (Ljava/util/Comparator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
        start local 1 // java.util.Comparator comparator
         0: .line 52
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.multimap.AbstractMutableMultimap.<init>:()V
         1: .line 54
            aload 0 /* this */
            aload 1 /* comparator */
            putfield org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.comparator:Ljava/util/Comparator;
         2: .line 55
            return
        end local 1 // java.util.Comparator comparator
        end local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap<TK;TV;>;
            0    3     1  comparator  Ljava/util/Comparator<-TV;>;
    Signature: (Ljava/util/Comparator<-TV;>;)V
    MethodParameters:
            Name  Flags
      comparator  

  public void <init>(org.eclipse.collections.api.multimap.Multimap<? extends K, ? extends V>);
    descriptor: (Lorg/eclipse/collections/api/multimap/Multimap;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
        start local 1 // org.eclipse.collections.api.multimap.Multimap multimap
         0: .line 59
            aload 0 /* this */
            aload 1 /* multimap */
            invokeinterface org.eclipse.collections.api.multimap.Multimap.keysView:()Lorg/eclipse/collections/api/RichIterable;
            invokeinterface org.eclipse.collections.api.RichIterable.size:()I
            iconst_2
            imul
            bipush 16
            invokestatic java.lang.Math.max:(II)I
            invokespecial org.eclipse.collections.impl.multimap.AbstractMutableMultimap.<init>:(I)V
         1: .line 60
            aload 0 /* this */
            aload 1 /* multimap */
            instanceof org.eclipse.collections.api.multimap.sortedbag.SortedBagMultimap
            ifeq 3
         2: .line 61
            aload 1 /* multimap */
            checkcast org.eclipse.collections.api.multimap.sortedbag.SortedBagMultimap
            invokeinterface org.eclipse.collections.api.multimap.sortedbag.SortedBagMultimap.comparator:()Ljava/util/Comparator;
            goto 4
         3: .line 62
      StackMap locals: org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap org.eclipse.collections.api.multimap.Multimap
      StackMap stack: org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap
            aconst_null
         4: .line 60
      StackMap locals: org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap org.eclipse.collections.api.multimap.Multimap
      StackMap stack: org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap java.util.Comparator
            putfield org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.comparator:Ljava/util/Comparator;
         5: .line 63
            aload 0 /* this */
            aload 1 /* multimap */
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.putAll:(Lorg/eclipse/collections/api/multimap/Multimap;)Z
            pop
         6: .line 64
            return
        end local 1 // org.eclipse.collections.api.multimap.Multimap multimap
        end local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap<TK;TV;>;
            0    7     1  multimap  Lorg/eclipse/collections/api/multimap/Multimap<+TK;+TV;>;
    Signature: (Lorg/eclipse/collections/api/multimap/Multimap<+TK;+TV;>;)V
    MethodParameters:
          Name  Flags
      multimap  

  public void <init>(org.eclipse.collections.api.tuple.Pair<K, V>[]);
    descriptor: ([Lorg/eclipse/collections/api/tuple/Pair;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
        start local 1 // org.eclipse.collections.api.tuple.Pair[] pairs
         0: .line 68
            aload 0 /* this */
            aload 1 /* pairs */
            invokespecial org.eclipse.collections.impl.multimap.AbstractMutableMultimap.<init>:([Lorg/eclipse/collections/api/tuple/Pair;)V
         1: .line 69
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.comparator:Ljava/util/Comparator;
         2: .line 70
            return
        end local 1 // org.eclipse.collections.api.tuple.Pair[] pairs
        end local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap<TK;TV;>;
            0    3     1  pairs  [Lorg/eclipse/collections/api/tuple/Pair;
    Signature: ([Lorg/eclipse/collections/api/tuple/Pair<TK;TV;>;)V
    MethodParameters:
       Name  Flags
      pairs  

  public void <init>(java.lang.Iterable<org.eclipse.collections.api.tuple.Pair<K, V>>);
    descriptor: (Ljava/lang/Iterable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
        start local 1 // java.lang.Iterable inputIterable
         0: .line 74
            aload 0 /* this */
            aload 1 /* inputIterable */
            invokespecial org.eclipse.collections.impl.multimap.AbstractMutableMultimap.<init>:(Ljava/lang/Iterable;)V
         1: .line 75
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.comparator:Ljava/util/Comparator;
         2: .line 76
            return
        end local 1 // java.lang.Iterable inputIterable
        end local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap<TK;TV;>;
            0    3     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  

  public static <K, V> org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap<K, V> newMultimap();
    descriptor: ()Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 80
            new org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap
            dup
            invokespecial org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>()Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap<TK;TV;>;

  public static <K, V> org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap<K, V> newMultimap(org.eclipse.collections.api.multimap.Multimap<? extends K, ? extends V>);
    descriptor: (Lorg/eclipse/collections/api/multimap/Multimap;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.multimap.Multimap multimap
         0: .line 85
            new org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap
            dup
            aload 0 /* multimap */
            invokespecial org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.<init>:(Lorg/eclipse/collections/api/multimap/Multimap;)V
            areturn
        end local 0 // org.eclipse.collections.api.multimap.Multimap multimap
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  multimap  Lorg/eclipse/collections/api/multimap/Multimap<+TK;+TV;>;
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/multimap/Multimap<+TK;+TV;>;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap<TK;TV;>;
    MethodParameters:
          Name  Flags
      multimap  

  public static <K, V> org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap<K, V> newMultimap(java.util.Comparator<? super V>);
    descriptor: (Ljava/util/Comparator;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.util.Comparator comparator
         0: .line 90
            new org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap
            dup
            aload 0 /* comparator */
            invokespecial org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.<init>:(Ljava/util/Comparator;)V
            areturn
        end local 0 // java.util.Comparator comparator
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0  comparator  Ljava/util/Comparator<-TV;>;
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Ljava/util/Comparator<-TV;>;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap<TK;TV;>;
    MethodParameters:
            Name  Flags
      comparator  

  public static <K, V> org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap<K, V> newMultimap(org.eclipse.collections.api.tuple.Pair<K, V>[]);
    descriptor: ([Lorg/eclipse/collections/api/tuple/Pair;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.tuple.Pair[] pairs
         0: .line 95
            new org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap
            dup
            aload 0 /* pairs */
            invokespecial org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.<init>:([Lorg/eclipse/collections/api/tuple/Pair;)V
            areturn
        end local 0 // org.eclipse.collections.api.tuple.Pair[] pairs
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  pairs  [Lorg/eclipse/collections/api/tuple/Pair;
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>([Lorg/eclipse/collections/api/tuple/Pair<TK;TV;>;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap<TK;TV;>;
    MethodParameters:
       Name  Flags
      pairs  

  public static <K, V> org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap<K, V> newMultimap(java.lang.Iterable<org.eclipse.collections.api.tuple.Pair<K, V>>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Iterable inputIterable
         0: .line 100
            new org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap
            dup
            aload 0 /* inputIterable */
            invokespecial org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.<init>:(Ljava/lang/Iterable;)V
            areturn
        end local 0 // java.lang.Iterable inputIterable
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0  inputIterable  Ljava/lang/Iterable<Lorg/eclipse/collections/api/tuple/Pair<TK;TV;>;>;
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Ljava/lang/Iterable<Lorg/eclipse/collections/api/tuple/Pair<TK;TV;>;>;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap<TK;TV;>;
    MethodParameters:
               Name  Flags
      inputIterable  

  protected org.eclipse.collections.api.map.MutableMap<K, org.eclipse.collections.api.bag.sorted.MutableSortedBag<V>> createMap();
    descriptor: ()Lorg/eclipse/collections/api/map/MutableMap;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
         0: .line 106
            invokestatic org.eclipse.collections.impl.map.mutable.UnifiedMap.newMap:()Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            areturn
        end local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap<TK;TV;>;
    Signature: ()Lorg/eclipse/collections/api/map/MutableMap<TK;Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag<TV;>;>;

  protected org.eclipse.collections.api.map.MutableMap<K, org.eclipse.collections.api.bag.sorted.MutableSortedBag<V>> createMapWithKeyCount(int);
    descriptor: (I)Lorg/eclipse/collections/api/map/MutableMap;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
        start local 1 // int keyCount
         0: .line 112
            iload 1 /* keyCount */
            invokestatic org.eclipse.collections.impl.map.mutable.UnifiedMap.newMap:(I)Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            areturn
        end local 1 // int keyCount
        end local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap<TK;TV;>;
            0    1     1  keyCount  I
    Signature: (I)Lorg/eclipse/collections/api/map/MutableMap<TK;Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag<TV;>;>;
    MethodParameters:
          Name  Flags
      keyCount  

  protected org.eclipse.collections.api.bag.sorted.MutableSortedBag<V> createCollection();
    descriptor: ()Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
         0: .line 118
            aload 0 /* this */
            getfield org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.comparator:Ljava/util/Comparator;
            invokestatic org.eclipse.collections.impl.bag.sorted.mutable.TreeBag.newBag:(Ljava/util/Comparator;)Lorg/eclipse/collections/impl/bag/sorted/mutable/TreeBag;
            areturn
        end local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap<TK;TV;>;
    Signature: ()Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag<TV;>;

  public org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap<K, V> newEmpty();
    descriptor: ()Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
         0: .line 124
            new org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.comparator:Ljava/util/Comparator;
            invokespecial org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.<init>:(Ljava/util/Comparator;)V
            areturn
        end local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap<TK;TV;>;
    Signature: ()Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap<TK;TV;>;

  public java.util.Comparator<? super V> comparator();
    descriptor: ()Ljava/util/Comparator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
         0: .line 130
            aload 0 /* this */
            getfield org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.comparator:Ljava/util/Comparator;
            areturn
        end local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap<TK;TV;>;
    Signature: ()Ljava/util/Comparator<-TV;>;

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

  public org.eclipse.collections.api.multimap.sortedbag.ImmutableSortedBagMultimap<K, V> toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/multimap/sortedbag/ImmutableSortedBagMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
         0: .line 142
            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 144
            aload 0 /* this */
            getfield org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.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/bag/sorted/mutable/TreeBagMultimap.lambda$0(Lorg/eclipse/collections/api/map/MutableMap;Ljava/lang/Object;Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag;)V (6)
                  (Ljava/lang/Object;Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag;)V
                  1
            invokeinterface org.eclipse.collections.api.map.MutableMap.forEachKeyValue:(Lorg/eclipse/collections/api/block/procedure/Procedure2;)V
         2: .line 145
            new org.eclipse.collections.impl.multimap.bag.sorted.immutable.ImmutableSortedBagMultimapImpl
            dup
            aload 1 /* map */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.comparator:()Ljava/util/Comparator;
            invokespecial org.eclipse.collections.impl.multimap.bag.sorted.immutable.ImmutableSortedBagMultimapImpl.<init>:(Lorg/eclipse/collections/api/map/MutableMap;Ljava/util/Comparator;)V
            areturn
        end local 1 // org.eclipse.collections.api.map.MutableMap map
        end local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap<TK;TV;>;
            1    3     1   map  Lorg/eclipse/collections/api/map/MutableMap<TK;Lorg/eclipse/collections/api/bag/sorted/ImmutableSortedBag<TV;>;>;
    Signature: ()Lorg/eclipse/collections/api/multimap/sortedbag/ImmutableSortedBagMultimap<TK;TV;>;

  public void writeExternal(java.io.ObjectOutput);
    descriptor: (Ljava/io/ObjectOutput;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
        start local 1 // java.io.ObjectOutput out
         0: .line 151
            aload 1 /* out */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.comparator:()Ljava/util/Comparator;
            invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
         1: .line 152
            aload 0 /* this */
            aload 1 /* out */
            invokespecial org.eclipse.collections.impl.multimap.AbstractMutableMultimap.writeExternal:(Ljava/io/ObjectOutput;)V
         2: .line 153
            return
        end local 1 // java.io.ObjectOutput out
        end local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap<TK;TV;>;
            0    3     1   out  Ljava/io/ObjectOutput;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      out   

  public void readExternal(java.io.ObjectInput);
    descriptor: (Ljava/io/ObjectInput;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
        start local 1 // java.io.ObjectInput in
         0: .line 158
            aload 0 /* this */
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readObject:()Ljava/lang/Object;
            checkcast java.util.Comparator
            putfield org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.comparator:Ljava/util/Comparator;
         1: .line 159
            aload 0 /* this */
            aload 1 /* in */
            invokespecial org.eclipse.collections.impl.multimap.AbstractMutableMultimap.readExternal:(Ljava/io/ObjectInput;)V
         2: .line 160
            return
        end local 1 // java.io.ObjectInput in
        end local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap<TK;TV;>;
            0    3     1    in  Ljava/io/ObjectInput;
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      in    

  public org.eclipse.collections.api.multimap.bag.MutableBagMultimap<V, K> flip();
    descriptor: ()Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
         0: .line 165
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.utility.Iterate.flip:(Lorg/eclipse/collections/api/multimap/bag/BagMultimap;)Lorg/eclipse/collections/impl/multimap/bag/HashBagMultimap;
            areturn
        end local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap<TK;TV;>;
    Signature: ()Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap<TV;TK;>;

  public org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap<K, V> selectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K, ? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
         0: .line 171
            aload 0 /* this */
            aload 1 /* predicate */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.newEmpty:()Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.selectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Lorg/eclipse/collections/api/multimap/MutableMultimap;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
            checkcast org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        end local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap<TK;TV;>;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TK;-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate2<-TK;-TV;>;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap<TK;TV;>;
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap<K, V> rejectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K, ? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
         0: .line 177
            aload 0 /* this */
            aload 1 /* predicate */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.newEmpty:()Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.rejectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Lorg/eclipse/collections/api/multimap/MutableMultimap;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
            checkcast org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        end local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap<TK;TV;>;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TK;-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate2<-TK;-TV;>;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap<TK;TV;>;
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap<K, V> selectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K, ? super org.eclipse.collections.api.RichIterable<V>>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
         0: .line 183
            aload 0 /* this */
            aload 1 /* predicate */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.newEmpty:()Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.selectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Lorg/eclipse/collections/api/multimap/MutableMultimap;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
            checkcast org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        end local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap<TK;TV;>;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TK;-Lorg/eclipse/collections/api/RichIterable<TV;>;>;
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate2<-TK;-Lorg/eclipse/collections/api/RichIterable<TV;>;>;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap<TK;TV;>;
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap<K, V> rejectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K, ? super org.eclipse.collections.api.RichIterable<V>>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
         0: .line 189
            aload 0 /* this */
            aload 1 /* predicate */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.newEmpty:()Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.rejectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Lorg/eclipse/collections/api/multimap/MutableMultimap;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
            checkcast org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        end local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap<TK;TV;>;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TK;-Lorg/eclipse/collections/api/RichIterable<TV;>;>;
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate2<-TK;-Lorg/eclipse/collections/api/RichIterable<TV;>;>;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap<TK;TV;>;
    MethodParameters:
           Name  Flags
      predicate  

  public <K2, V2> org.eclipse.collections.impl.multimap.bag.HashBagMultimap<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/impl/multimap/bag/HashBagMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
        start local 1 // org.eclipse.collections.api.block.function.Function2 function
         0: .line 195
            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.bag.sorted.mutable.TreeBagMultimap.collectKeysValues:(Lorg/eclipse/collections/api/block/function/Function2;Lorg/eclipse/collections/api/multimap/MutableMultimap;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
            checkcast org.eclipse.collections.impl.multimap.bag.HashBagMultimap
            areturn
        end local 1 // org.eclipse.collections.api.block.function.Function2 function
        end local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap<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/impl/multimap/bag/HashBagMultimap<TK2;TV2;>;
    MethodParameters:
          Name  Flags
      function  

  public <K2, V2> org.eclipse.collections.impl.multimap.bag.HashBagMultimap<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/impl/multimap/bag/HashBagMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap 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 201
            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.bag.sorted.mutable.TreeBagMultimap.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.impl.multimap.bag.HashBagMultimap
            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.bag.sorted.mutable.TreeBagMultimap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap<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/impl/multimap/bag/HashBagMultimap<TK2;TV2;>;
    MethodParameters:
               Name  Flags
      keyFunction    
      valueFunction  

  public <V2> org.eclipse.collections.impl.multimap.list.FastListMultimap<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/impl/multimap/list/FastListMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 207
            aload 0 /* this */
            aload 1 /* function */
            invokestatic org.eclipse.collections.impl.multimap.list.FastListMultimap.newMultimap:()Lorg/eclipse/collections/impl/multimap/list/FastListMultimap;
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.collectValues:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/multimap/MutableMultimap;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
            checkcast org.eclipse.collections.impl.multimap.list.FastListMultimap
            areturn
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap<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/impl/multimap/list/FastListMultimap<TK;TV2;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.multimap.sortedbag.MutableSortedBagMultimap<K, V> asSynchronized();
    descriptor: ()Lorg/eclipse/collections/api/multimap/sortedbag/MutableSortedBagMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
         0: .line 213
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.multimap.bag.sorted.mutable.SynchronizedSortedBagMultimap.of:(Lorg/eclipse/collections/api/multimap/sortedbag/MutableSortedBagMultimap;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/SynchronizedSortedBagMultimap;
            areturn
        end local 0 // org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap<TK;TV;>;
    Signature: ()Lorg/eclipse/collections/api/multimap/sortedbag/MutableSortedBagMultimap<TK;TV;>;

  public org.eclipse.collections.api.bag.sorted.MutableSortedBag replaceValues(java.lang.Object, java.lang.Iterable);
    descriptor: (Ljava/lang/Object;Ljava/lang/Iterable;)Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag;
    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.bag.sorted.mutable.TreeBagMultimap.replaceValues:(Ljava/lang/Object;Ljava/lang/Iterable;)Lorg/eclipse/collections/api/collection/MutableCollection;
            checkcast org.eclipse.collections.api.bag.sorted.MutableSortedBag
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.MutableBagIterable replaceValues(java.lang.Object, java.lang.Iterable);
    descriptor: (Ljava/lang/Object;Ljava/lang/Iterable;)Lorg/eclipse/collections/api/bag/MutableBagIterable;
    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.bag.sorted.mutable.TreeBagMultimap.replaceValues:(Ljava/lang/Object;Ljava/lang/Iterable;)Lorg/eclipse/collections/api/collection/MutableCollection;
            checkcast org.eclipse.collections.api.bag.MutableBagIterable
            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.bag.sorted.mutable.TreeBagMultimap.toImmutable:()Lorg/eclipse/collections/api/multimap/sortedbag/ImmutableSortedBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.Multimap selectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.selectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.MutableMultimap selectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.selectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.bag.BagMultimap selectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/bag/BagMultimap;
    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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.selectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.bag.MutableBagIterableMultimap selectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.selectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.ordered.OrderedIterableMultimap selectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/ordered/OrderedIterableMultimap;
    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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.selectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.ordered.SortedIterableMultimap selectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/ordered/SortedIterableMultimap;
    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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.selectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.ordered.ReversibleIterableMultimap selectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/ordered/ReversibleIterableMultimap;
    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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.selectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.sortedbag.SortedBagMultimap selectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedbag/SortedBagMultimap;
    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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.selectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.sortedbag.MutableSortedBagMultimap selectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedbag/MutableSortedBagMultimap;
    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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.selectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.sorted.MutableSortedBag getIfAbsentPutAll(java.lang.Object, java.lang.Iterable);
    descriptor: (Ljava/lang/Object;Ljava/lang/Iterable;)Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag;
    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.bag.sorted.mutable.TreeBagMultimap.getIfAbsentPutAll:(Ljava/lang/Object;Ljava/lang/Iterable;)Lorg/eclipse/collections/api/collection/MutableCollection;
            checkcast org.eclipse.collections.api.bag.sorted.MutableSortedBag
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.MutableBagIterable getIfAbsentPutAll(java.lang.Object, java.lang.Iterable);
    descriptor: (Ljava/lang/Object;Ljava/lang/Iterable;)Lorg/eclipse/collections/api/bag/MutableBagIterable;
    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.bag.sorted.mutable.TreeBagMultimap.getIfAbsentPutAll:(Ljava/lang/Object;Ljava/lang/Iterable;)Lorg/eclipse/collections/api/collection/MutableCollection;
            checkcast org.eclipse.collections.api.bag.MutableBagIterable
            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.bag.sorted.mutable.TreeBagMultimap.toMutable:()Lorg/eclipse/collections/api/multimap/sortedbag/MutableSortedBagMultimap;
            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.bag.sorted.mutable.TreeBagMultimap.collectKeyMultiValues:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/bag/HashBagMultimap;
            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.bag.sorted.mutable.TreeBagMultimap.collectKeyMultiValues:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/bag/HashBagMultimap;
            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.bag.sorted.mutable.TreeBagMultimap.collectKeyMultiValues:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/bag/HashBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.bag.BagMultimap 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/BagMultimap;
    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.bag.sorted.mutable.TreeBagMultimap.collectKeyMultiValues:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/bag/HashBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.bag.MutableBagMultimap 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/MutableBagMultimap;
    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.bag.sorted.mutable.TreeBagMultimap.collectKeyMultiValues:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/bag/HashBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected org.eclipse.collections.api.RichIterable createCollection();
    descriptor: ()Lorg/eclipse/collections/api/RichIterable;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.createCollection:()Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag;
            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.bag.sorted.mutable.TreeBagMultimap.collectValues:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/list/FastListMultimap;
            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.bag.sorted.mutable.TreeBagMultimap.collectValues:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/list/FastListMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.ordered.OrderedIterableMultimap collectValues(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/ordered/OrderedIterableMultimap;
    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.bag.sorted.mutable.TreeBagMultimap.collectValues:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/list/FastListMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.list.ListMultimap collectValues(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/list/ListMultimap;
    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.bag.sorted.mutable.TreeBagMultimap.collectValues:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/list/FastListMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.ordered.ReversibleIterableMultimap collectValues(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/ordered/ReversibleIterableMultimap;
    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.bag.sorted.mutable.TreeBagMultimap.collectValues:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/list/FastListMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.list.MutableListMultimap collectValues(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/list/MutableListMultimap;
    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.bag.sorted.mutable.TreeBagMultimap.collectValues:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/list/FastListMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.Multimap rejectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.rejectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.MutableMultimap rejectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.rejectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.bag.BagMultimap rejectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/bag/BagMultimap;
    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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.rejectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.bag.MutableBagIterableMultimap rejectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.rejectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.ordered.OrderedIterableMultimap rejectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/ordered/OrderedIterableMultimap;
    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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.rejectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.ordered.SortedIterableMultimap rejectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/ordered/SortedIterableMultimap;
    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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.rejectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.ordered.ReversibleIterableMultimap rejectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/ordered/ReversibleIterableMultimap;
    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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.rejectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.sortedbag.SortedBagMultimap rejectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedbag/SortedBagMultimap;
    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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.rejectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.sortedbag.MutableSortedBagMultimap rejectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedbag/MutableSortedBagMultimap;
    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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.rejectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.sorted.MutableSortedBag removeAll(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag;
    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.bag.sorted.mutable.TreeBagMultimap.removeAll:(Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/MutableCollection;
            checkcast org.eclipse.collections.api.bag.sorted.MutableSortedBag
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.MutableBagIterable removeAll(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/MutableBagIterable;
    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.bag.sorted.mutable.TreeBagMultimap.removeAll:(Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/MutableCollection;
            checkcast org.eclipse.collections.api.bag.MutableBagIterable
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.sorted.MutableSortedBag get(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag;
    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.bag.sorted.mutable.TreeBagMultimap.get:(Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/MutableCollection;
            checkcast org.eclipse.collections.api.bag.sorted.MutableSortedBag
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.sorted.SortedBag get(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/sorted/SortedBag;
    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.bag.sorted.mutable.TreeBagMultimap.get:(Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/MutableCollection;
            checkcast org.eclipse.collections.api.bag.sorted.SortedBag
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.ReversibleIterable get(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/ordered/ReversibleIterable;
    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.bag.sorted.mutable.TreeBagMultimap.get:(Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/MutableCollection;
            checkcast org.eclipse.collections.api.ordered.ReversibleIterable
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.SortedIterable get(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/ordered/SortedIterable;
    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.bag.sorted.mutable.TreeBagMultimap.get:(Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/MutableCollection;
            checkcast org.eclipse.collections.api.ordered.SortedIterable
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.OrderedIterable get(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/ordered/OrderedIterable;
    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.bag.sorted.mutable.TreeBagMultimap.get:(Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/MutableCollection;
            checkcast org.eclipse.collections.api.ordered.OrderedIterable
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.MutableBagIterable get(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/MutableBagIterable;
    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.bag.sorted.mutable.TreeBagMultimap.get:(Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/MutableCollection;
            checkcast org.eclipse.collections.api.bag.MutableBagIterable
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.Bag get(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/Bag;
    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.bag.sorted.mutable.TreeBagMultimap.get:(Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/MutableCollection;
            checkcast org.eclipse.collections.api.bag.Bag
            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.bag.sorted.mutable.TreeBagMultimap.asSynchronized:()Lorg/eclipse/collections/api/multimap/sortedbag/MutableSortedBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.bag.MutableBagIterableMultimap asSynchronized();
    descriptor: ()Lorg/eclipse/collections/api/multimap/bag/MutableBagIterableMultimap;
    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.bag.sorted.mutable.TreeBagMultimap.asSynchronized:()Lorg/eclipse/collections/api/multimap/sortedbag/MutableSortedBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.Multimap rejectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.rejectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.MutableMultimap rejectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.rejectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.bag.BagMultimap rejectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/bag/BagMultimap;
    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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.rejectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.bag.MutableBagIterableMultimap rejectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.rejectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.ordered.OrderedIterableMultimap rejectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/ordered/OrderedIterableMultimap;
    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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.rejectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.ordered.SortedIterableMultimap rejectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/ordered/SortedIterableMultimap;
    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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.rejectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.ordered.ReversibleIterableMultimap rejectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/ordered/ReversibleIterableMultimap;
    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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.rejectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.sortedbag.SortedBagMultimap rejectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedbag/SortedBagMultimap;
    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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.rejectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.sortedbag.MutableSortedBagMultimap rejectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedbag/MutableSortedBagMultimap;
    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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.rejectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.Multimap newEmpty();
    descriptor: ()Lorg/eclipse/collections/api/multimap/Multimap;
    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.bag.sorted.mutable.TreeBagMultimap.newEmpty:()Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.MutableMultimap newEmpty();
    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.bag.sorted.mutable.TreeBagMultimap.newEmpty:()Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.bag.BagMultimap newEmpty();
    descriptor: ()Lorg/eclipse/collections/api/multimap/bag/BagMultimap;
    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.bag.sorted.mutable.TreeBagMultimap.newEmpty:()Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.bag.MutableBagIterableMultimap newEmpty();
    descriptor: ()Lorg/eclipse/collections/api/multimap/bag/MutableBagIterableMultimap;
    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.bag.sorted.mutable.TreeBagMultimap.newEmpty:()Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.ordered.OrderedIterableMultimap newEmpty();
    descriptor: ()Lorg/eclipse/collections/api/multimap/ordered/OrderedIterableMultimap;
    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.bag.sorted.mutable.TreeBagMultimap.newEmpty:()Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.ordered.SortedIterableMultimap newEmpty();
    descriptor: ()Lorg/eclipse/collections/api/multimap/ordered/SortedIterableMultimap;
    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.bag.sorted.mutable.TreeBagMultimap.newEmpty:()Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.ordered.ReversibleIterableMultimap newEmpty();
    descriptor: ()Lorg/eclipse/collections/api/multimap/ordered/ReversibleIterableMultimap;
    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.bag.sorted.mutable.TreeBagMultimap.newEmpty:()Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.sortedbag.SortedBagMultimap newEmpty();
    descriptor: ()Lorg/eclipse/collections/api/multimap/sortedbag/SortedBagMultimap;
    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.bag.sorted.mutable.TreeBagMultimap.newEmpty:()Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.sortedbag.MutableSortedBagMultimap newEmpty();
    descriptor: ()Lorg/eclipse/collections/api/multimap/sortedbag/MutableSortedBagMultimap;
    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.bag.sorted.mutable.TreeBagMultimap.newEmpty:()Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.Multimap selectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.selectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.MutableMultimap selectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.selectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.bag.BagMultimap selectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/bag/BagMultimap;
    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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.selectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.bag.MutableBagIterableMultimap selectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.selectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.ordered.OrderedIterableMultimap selectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/ordered/OrderedIterableMultimap;
    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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.selectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.ordered.SortedIterableMultimap selectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/ordered/SortedIterableMultimap;
    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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.selectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.ordered.ReversibleIterableMultimap selectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/ordered/ReversibleIterableMultimap;
    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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.selectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.sortedbag.SortedBagMultimap selectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedbag/SortedBagMultimap;
    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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.selectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.sortedbag.MutableSortedBagMultimap selectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedbag/MutableSortedBagMultimap;
    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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimap.selectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap;
            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.bag.sorted.mutable.TreeBagMultimap.collectKeysValues:(Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/impl/multimap/bag/HashBagMultimap;
            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.bag.sorted.mutable.TreeBagMultimap.collectKeysValues:(Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/impl/multimap/bag/HashBagMultimap;
            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.bag.sorted.mutable.TreeBagMultimap.collectKeysValues:(Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/impl/multimap/bag/HashBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.bag.BagMultimap collectKeysValues(org.eclipse.collections.api.block.function.Function2);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/multimap/bag/BagMultimap;
    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.bag.sorted.mutable.TreeBagMultimap.collectKeysValues:(Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/impl/multimap/bag/HashBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.bag.MutableBagMultimap collectKeysValues(org.eclipse.collections.api.block.function.Function2);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
    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.bag.sorted.mutable.TreeBagMultimap.collectKeysValues:(Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/impl/multimap/bag/HashBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.Multimap flip();
    descriptor: ()Lorg/eclipse/collections/api/multimap/Multimap;
    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.bag.sorted.mutable.TreeBagMultimap.flip:()Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.MutableMultimap flip();
    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.bag.sorted.mutable.TreeBagMultimap.flip:()Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.bag.BagMultimap flip();
    descriptor: ()Lorg/eclipse/collections/api/multimap/bag/BagMultimap;
    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.bag.sorted.mutable.TreeBagMultimap.flip:()Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.bag.MutableBagIterableMultimap flip();
    descriptor: ()Lorg/eclipse/collections/api/multimap/bag/MutableBagIterableMultimap;
    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.bag.sorted.mutable.TreeBagMultimap.flip:()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.bag.sorted.MutableSortedBag);
    descriptor: (Lorg/eclipse/collections/api/map/MutableMap;Ljava/lang/Object;Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag;)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.bag.sorted.MutableSortedBag bag
         0: .line 144
            aload 0
            aload 1 /* key */
            aload 2 /* bag */
            invokeinterface org.eclipse.collections.api.bag.sorted.MutableSortedBag.toImmutable:()Lorg/eclipse/collections/api/bag/sorted/ImmutableSortedBag;
            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.bag.sorted.MutableSortedBag bag
        end local 1 // java.lang.Object key
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1   key  TK;
            0    1     2   bag  Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag<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/bag/sorted/mutable/TreeBagMultimap"
            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/bag/sorted/MutableSortedBag;)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/bag/sorted/mutable/TreeBagMultimap.lambda$0(Lorg/eclipse/collections/api/map/MutableMap;Ljava/lang/Object;Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag;)V (6)
                  (Ljava/lang/Object;Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag;)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/bag/sorted/MutableSortedBag<TV;>;>;Lorg/eclipse/collections/api/multimap/sortedbag/MutableSortedBagMultimap<TK;TV;>;Ljava/io/Externalizable;
SourceFile: "TreeBagMultimap.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles