public final class org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl<K, V> extends org.eclipse.collections.impl.multimap.AbstractImmutableMultimap<K, V, org.eclipse.collections.api.set.sorted.ImmutableSortedSet<V>> implements org.eclipse.collections.api.multimap.sortedset.ImmutableSortedSetMultimap<K, V>, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl
  super_class: org.eclipse.collections.impl.multimap.AbstractImmutableMultimap
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

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

  void <init>(org.eclipse.collections.api.map.MutableMap<K, org.eclipse.collections.api.set.sorted.ImmutableSortedSet<V>>);
    descriptor: (Lorg/eclipse/collections/api/map/MutableMap;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl this
        start local 1 // org.eclipse.collections.api.map.MutableMap map
         0: .line 58
            aload 0 /* this */
            aload 1 /* map */
            invokespecial org.eclipse.collections.impl.multimap.AbstractImmutableMultimap.<init>:(Lorg/eclipse/collections/api/map/MutableMap;)V
         1: .line 59
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl.comparator:Ljava/util/Comparator;
         2: .line 60
            return
        end local 1 // org.eclipse.collections.api.map.MutableMap map
        end local 0 // org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/multimap/set/sorted/ImmutableSortedSetMultimapImpl<TK;TV;>;
            0    3     1   map  Lorg/eclipse/collections/api/map/MutableMap<TK;Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet<TV;>;>;
    Signature: (Lorg/eclipse/collections/api/map/MutableMap<TK;Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet<TV;>;>;)V
    MethodParameters:
      Name  Flags
      map   

  public void <init>(org.eclipse.collections.api.map.MutableMap<K, org.eclipse.collections.api.set.sorted.ImmutableSortedSet<V>>, java.util.Comparator<? super V>);
    descriptor: (Lorg/eclipse/collections/api/map/MutableMap;Ljava/util/Comparator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl this
        start local 1 // org.eclipse.collections.api.map.MutableMap map
        start local 2 // java.util.Comparator comparator
         0: .line 64
            aload 0 /* this */
            aload 1 /* map */
            invokespecial org.eclipse.collections.impl.multimap.AbstractImmutableMultimap.<init>:(Lorg/eclipse/collections/api/map/MutableMap;)V
         1: .line 65
            aload 0 /* this */
            aload 2 /* comparator */
            putfield org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl.comparator:Ljava/util/Comparator;
         2: .line 66
            return
        end local 2 // java.util.Comparator comparator
        end local 1 // org.eclipse.collections.api.map.MutableMap map
        end local 0 // org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/eclipse/collections/impl/multimap/set/sorted/ImmutableSortedSetMultimapImpl<TK;TV;>;
            0    3     1         map  Lorg/eclipse/collections/api/map/MutableMap<TK;Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet<TV;>;>;
            0    3     2  comparator  Ljava/util/Comparator<-TV;>;
    Signature: (Lorg/eclipse/collections/api/map/MutableMap<TK;Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet<TV;>;>;Ljava/util/Comparator<-TV;>;)V
    MethodParameters:
            Name  Flags
      map         
      comparator  

  void <init>(org.eclipse.collections.api.map.ImmutableMap<K, org.eclipse.collections.api.set.sorted.ImmutableSortedSet<V>>);
    descriptor: (Lorg/eclipse/collections/api/map/ImmutableMap;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl this
        start local 1 // org.eclipse.collections.api.map.ImmutableMap map
         0: .line 70
            aload 0 /* this */
            aload 1 /* map */
            invokespecial org.eclipse.collections.impl.multimap.AbstractImmutableMultimap.<init>:(Lorg/eclipse/collections/api/map/ImmutableMap;)V
         1: .line 71
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl.comparator:Ljava/util/Comparator;
         2: .line 72
            return
        end local 1 // org.eclipse.collections.api.map.ImmutableMap map
        end local 0 // org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/multimap/set/sorted/ImmutableSortedSetMultimapImpl<TK;TV;>;
            0    3     1   map  Lorg/eclipse/collections/api/map/ImmutableMap<TK;Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet<TV;>;>;
    Signature: (Lorg/eclipse/collections/api/map/ImmutableMap<TK;Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet<TV;>;>;)V
    MethodParameters:
      Name  Flags
      map   

  public void <init>(org.eclipse.collections.api.map.ImmutableMap<K, org.eclipse.collections.api.set.sorted.ImmutableSortedSet<V>>, java.util.Comparator<? super V>);
    descriptor: (Lorg/eclipse/collections/api/map/ImmutableMap;Ljava/util/Comparator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl this
        start local 1 // org.eclipse.collections.api.map.ImmutableMap map
        start local 2 // java.util.Comparator comparator
         0: .line 76
            aload 0 /* this */
            aload 1 /* map */
            invokespecial org.eclipse.collections.impl.multimap.AbstractImmutableMultimap.<init>:(Lorg/eclipse/collections/api/map/ImmutableMap;)V
         1: .line 77
            aload 0 /* this */
            aload 2 /* comparator */
            putfield org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl.comparator:Ljava/util/Comparator;
         2: .line 78
            return
        end local 2 // java.util.Comparator comparator
        end local 1 // org.eclipse.collections.api.map.ImmutableMap map
        end local 0 // org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/eclipse/collections/impl/multimap/set/sorted/ImmutableSortedSetMultimapImpl<TK;TV;>;
            0    3     1         map  Lorg/eclipse/collections/api/map/ImmutableMap<TK;Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet<TV;>;>;
            0    3     2  comparator  Ljava/util/Comparator<-TV;>;
    Signature: (Lorg/eclipse/collections/api/map/ImmutableMap<TK;Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet<TV;>;>;Ljava/util/Comparator<-TV;>;)V
    MethodParameters:
            Name  Flags
      map         
      comparator  

  protected org.eclipse.collections.api.set.sorted.ImmutableSortedSet<V> createCollection();
    descriptor: ()Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl this
         0: .line 83
            getstatic org.eclipse.collections.api.factory.SortedSets.immutable:Lorg/eclipse/collections/api/factory/set/sorted/ImmutableSortedSetFactory;
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl.comparator:()Ljava/util/Comparator;
            invokeinterface org.eclipse.collections.api.factory.set.sorted.ImmutableSortedSetFactory.with:(Ljava/util/Comparator;)Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet;
            areturn
        end local 0 // org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/multimap/set/sorted/ImmutableSortedSetMultimapImpl<TK;TV;>;
    Signature: ()Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet<TV;>;

  public org.eclipse.collections.api.multimap.sortedset.ImmutableSortedSetMultimap<K, V> newEmpty();
    descriptor: ()Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl this
         0: .line 89
            new org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl
            dup
            getstatic org.eclipse.collections.api.factory.Maps.immutable:Lorg/eclipse/collections/api/factory/map/ImmutableMapFactory;
            invokeinterface org.eclipse.collections.api.factory.map.ImmutableMapFactory.with:()Lorg/eclipse/collections/api/map/ImmutableMap;
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl.comparator:()Ljava/util/Comparator;
            invokespecial org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl.<init>:(Lorg/eclipse/collections/api/map/ImmutableMap;Ljava/util/Comparator;)V
            areturn
        end local 0 // org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/multimap/set/sorted/ImmutableSortedSetMultimapImpl<TK;TV;>;
    Signature: ()Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap<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.set.sorted.ImmutableSortedSetMultimapImpl this
         0: .line 95
            aload 0 /* this */
            getfield org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl.comparator:Ljava/util/Comparator;
            areturn
        end local 0 // org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/multimap/set/sorted/ImmutableSortedSetMultimapImpl<TK;TV;>;
    Signature: ()Ljava/util/Comparator<-TV;>;

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

  public org.eclipse.collections.api.multimap.sortedset.ImmutableSortedSetMultimap<K, V> toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl this
         0: .line 107
            aload 0 /* this */
            areturn
        end local 0 // org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/multimap/set/sorted/ImmutableSortedSetMultimapImpl<TK;TV;>;
    Signature: ()Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap<TK;TV;>;

  private java.lang.Object writeReplace();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl this
         0: .line 112
            new org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl$ImmutableSortedSetMultimapSerializationProxy
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl.map:Lorg/eclipse/collections/api/map/ImmutableMap;
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl.comparator:()Ljava/util/Comparator;
            invokespecial org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl$ImmutableSortedSetMultimapSerializationProxy.<init>:(Lorg/eclipse/collections/api/map/ImmutableMap;Ljava/util/Comparator;)V
            areturn
        end local 0 // org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/multimap/set/sorted/ImmutableSortedSetMultimapImpl<TK;TV;>;

  public org.eclipse.collections.api.multimap.sortedset.ImmutableSortedSetMultimap<K, V> newWith(K, V);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl this
        start local 1 // java.lang.Object key
        start local 2 // java.lang.Object value
         0: .line 157
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* value */
            invokespecial org.eclipse.collections.impl.multimap.AbstractImmutableMultimap.newWith:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/multimap/ImmutableMultimap;
            checkcast org.eclipse.collections.api.multimap.sortedset.ImmutableSortedSetMultimap
            areturn
        end local 2 // java.lang.Object value
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/multimap/set/sorted/ImmutableSortedSetMultimapImpl<TK;TV;>;
            0    1     1    key  TK;
            0    1     2  value  TV;
    Signature: (TK;TV;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap<TK;TV;>;
    MethodParameters:
       Name  Flags
      key    
      value  

  public org.eclipse.collections.api.multimap.sortedset.ImmutableSortedSetMultimap<K, V> newWithout(, );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl this
        start local 1 // java.lang.Object key
        start local 2 // java.lang.Object value
         0: .line 163
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* value */
            invokespecial org.eclipse.collections.impl.multimap.AbstractImmutableMultimap.newWithout:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/multimap/ImmutableMultimap;
            checkcast org.eclipse.collections.api.multimap.sortedset.ImmutableSortedSetMultimap
            areturn
        end local 2 // java.lang.Object value
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/multimap/set/sorted/ImmutableSortedSetMultimapImpl<TK;TV;>;
            0    1     1    key  Ljava/lang/Object;
            0    1     2  value  Ljava/lang/Object;
    Signature: (Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap<TK;TV;>;
    MethodParameters:
       Name  Flags
      key    
      value  

  public org.eclipse.collections.api.multimap.sortedset.ImmutableSortedSetMultimap<K, V> newWithAll(K, java.lang.Iterable<? extends V>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Iterable;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl this
        start local 1 // java.lang.Object key
        start local 2 // java.lang.Iterable values
         0: .line 169
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* values */
            invokespecial org.eclipse.collections.impl.multimap.AbstractImmutableMultimap.newWithAll:(Ljava/lang/Object;Ljava/lang/Iterable;)Lorg/eclipse/collections/api/multimap/ImmutableMultimap;
            checkcast org.eclipse.collections.api.multimap.sortedset.ImmutableSortedSetMultimap
            areturn
        end local 2 // java.lang.Iterable values
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/multimap/set/sorted/ImmutableSortedSetMultimapImpl<TK;TV;>;
            0    1     1     key  TK;
            0    1     2  values  Ljava/lang/Iterable<+TV;>;
    Signature: (TK;Ljava/lang/Iterable<+TV;>;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap<TK;TV;>;
    MethodParameters:
        Name  Flags
      key     
      values  

  public org.eclipse.collections.api.multimap.sortedset.ImmutableSortedSetMultimap<K, V> newWithoutAll();
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl this
        start local 1 // java.lang.Object key
         0: .line 175
            aload 0 /* this */
            aload 1 /* key */
            invokespecial org.eclipse.collections.impl.multimap.AbstractImmutableMultimap.newWithoutAll:(Ljava/lang/Object;)Lorg/eclipse/collections/api/multimap/ImmutableMultimap;
            checkcast org.eclipse.collections.api.multimap.sortedset.ImmutableSortedSetMultimap
            areturn
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/multimap/set/sorted/ImmutableSortedSetMultimapImpl<TK;TV;>;
            0    1     1   key  Ljava/lang/Object;
    Signature: (Ljava/lang/Object;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap<TK;TV;>;
    MethodParameters:
      Name  Flags
      key   

  public org.eclipse.collections.api.multimap.set.ImmutableSetMultimap<V, K> flip();
    descriptor: ()Lorg/eclipse/collections/api/multimap/set/ImmutableSetMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl this
         0: .line 181
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.utility.Iterate.flip:(Lorg/eclipse/collections/api/multimap/set/SetMultimap;)Lorg/eclipse/collections/impl/multimap/set/UnifiedSetMultimap;
            invokevirtual org.eclipse.collections.impl.multimap.set.UnifiedSetMultimap.toImmutable:()Lorg/eclipse/collections/api/multimap/set/ImmutableSetMultimap;
            areturn
        end local 0 // org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/multimap/set/sorted/ImmutableSortedSetMultimapImpl<TK;TV;>;
    Signature: ()Lorg/eclipse/collections/api/multimap/set/ImmutableSetMultimap<TV;TK;>;

  public org.eclipse.collections.api.multimap.sortedset.ImmutableSortedSetMultimap<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/api/multimap/sortedset/ImmutableSortedSetMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
         0: .line 187
            aload 0 /* this */
            aload 1 /* predicate */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl.comparator:()Ljava/util/Comparator;
            invokestatic org.eclipse.collections.impl.multimap.set.sorted.TreeSortedSetMultimap.newMultimap:(Ljava/util/Comparator;)Lorg/eclipse/collections/impl/multimap/set/sorted/TreeSortedSetMultimap;
            invokevirtual org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl.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.set.sorted.TreeSortedSetMultimap
            invokevirtual org.eclipse.collections.impl.multimap.set.sorted.TreeSortedSetMultimap.toImmutable:()Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        end local 0 // org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/multimap/set/sorted/ImmutableSortedSetMultimapImpl<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/api/multimap/sortedset/ImmutableSortedSetMultimap<TK;TV;>;
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.multimap.sortedset.ImmutableSortedSetMultimap<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/api/multimap/sortedset/ImmutableSortedSetMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
         0: .line 193
            aload 0 /* this */
            aload 1 /* predicate */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl.comparator:()Ljava/util/Comparator;
            invokestatic org.eclipse.collections.impl.multimap.set.sorted.TreeSortedSetMultimap.newMultimap:(Ljava/util/Comparator;)Lorg/eclipse/collections/impl/multimap/set/sorted/TreeSortedSetMultimap;
            invokevirtual org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl.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.set.sorted.TreeSortedSetMultimap
            invokevirtual org.eclipse.collections.impl.multimap.set.sorted.TreeSortedSetMultimap.toImmutable:()Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        end local 0 // org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/multimap/set/sorted/ImmutableSortedSetMultimapImpl<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/api/multimap/sortedset/ImmutableSortedSetMultimap<TK;TV;>;
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.multimap.sortedset.ImmutableSortedSetMultimap<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/api/multimap/sortedset/ImmutableSortedSetMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
         0: .line 199
            aload 0 /* this */
            aload 1 /* predicate */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl.comparator:()Ljava/util/Comparator;
            invokestatic org.eclipse.collections.impl.multimap.set.sorted.TreeSortedSetMultimap.newMultimap:(Ljava/util/Comparator;)Lorg/eclipse/collections/impl/multimap/set/sorted/TreeSortedSetMultimap;
            invokevirtual org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl.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.set.sorted.TreeSortedSetMultimap
            invokevirtual org.eclipse.collections.impl.multimap.set.sorted.TreeSortedSetMultimap.toImmutable:()Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        end local 0 // org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/multimap/set/sorted/ImmutableSortedSetMultimapImpl<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/api/multimap/sortedset/ImmutableSortedSetMultimap<TK;TV;>;
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.multimap.sortedset.ImmutableSortedSetMultimap<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/api/multimap/sortedset/ImmutableSortedSetMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
         0: .line 205
            aload 0 /* this */
            aload 1 /* predicate */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl.comparator:()Ljava/util/Comparator;
            invokestatic org.eclipse.collections.impl.multimap.set.sorted.TreeSortedSetMultimap.newMultimap:(Ljava/util/Comparator;)Lorg/eclipse/collections/impl/multimap/set/sorted/TreeSortedSetMultimap;
            invokevirtual org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl.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.set.sorted.TreeSortedSetMultimap
            invokevirtual org.eclipse.collections.impl.multimap.set.sorted.TreeSortedSetMultimap.toImmutable:()Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        end local 0 // org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/multimap/set/sorted/ImmutableSortedSetMultimapImpl<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/api/multimap/sortedset/ImmutableSortedSetMultimap<TK;TV;>;
    MethodParameters:
           Name  Flags
      predicate  

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

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

  public <V2> org.eclipse.collections.api.multimap.list.ImmutableListMultimap<K, V2> collectValues(org.eclipse.collections.api.block.function.Function<? super V, ? extends V2>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/list/ImmutableListMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 224
            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.set.sorted.ImmutableSortedSetMultimapImpl.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
            invokevirtual org.eclipse.collections.impl.multimap.list.FastListMultimap.toImmutable:()Lorg/eclipse/collections/api/multimap/list/ImmutableListMultimap;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/multimap/set/sorted/ImmutableSortedSetMultimapImpl<TK;TV;>;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/Function<-TV;+TV2;>;
    Signature: <V2:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TV;+TV2;>;)Lorg/eclipse/collections/api/multimap/list/ImmutableListMultimap<TK;TV2;>;
    MethodParameters:
          Name  Flags
      function  

  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.set.sorted.ImmutableSortedSetMultimapImpl.newEmpty:()Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.set.SetMultimap newEmpty();
    descriptor: ()Lorg/eclipse/collections/api/multimap/set/SetMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl.newEmpty:()Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            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.set.sorted.ImmutableSortedSetMultimapImpl.newEmpty:()Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            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.set.sorted.ImmutableSortedSetMultimapImpl.newEmpty:()Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            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.set.sorted.ImmutableSortedSetMultimapImpl.newEmpty:()Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.sortedset.SortedSetMultimap newEmpty();
    descriptor: ()Lorg/eclipse/collections/api/multimap/sortedset/SortedSetMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl.newEmpty:()Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public org.eclipse.collections.api.multimap.set.ImmutableSetIterableMultimap newEmpty();
    descriptor: ()Lorg/eclipse/collections/api/multimap/set/ImmutableSetIterableMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl.newEmpty:()Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

  public org.eclipse.collections.api.multimap.set.ImmutableSetIterableMultimap newWithout(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/multimap/set/ImmutableSetIterableMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl.newWithout:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.ImmutableMultimap newWithout(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/multimap/ImmutableMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl.newWithout:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.set.ImmutableSetIterableMultimap newWith(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/multimap/set/ImmutableSetIterableMultimap;
    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.Object
            invokevirtual org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl.newWith:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.ImmutableMultimap newWith(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/multimap/ImmutableMultimap;
    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.Object
            invokevirtual org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl.newWith:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

  public org.eclipse.collections.api.set.sorted.SortedSetIterable get(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/set/sorted/SortedSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl.get:(Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/ImmutableCollection;
            checkcast org.eclipse.collections.api.set.sorted.SortedSetIterable
            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.set.sorted.ImmutableSortedSetMultimapImpl.get:(Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/ImmutableCollection;
            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.set.sorted.ImmutableSortedSetMultimapImpl.get:(Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/ImmutableCollection;
            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.set.sorted.ImmutableSortedSetMultimapImpl.get:(Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/ImmutableCollection;
            checkcast org.eclipse.collections.api.ordered.OrderedIterable
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.SetIterable get(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/set/SetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl.get:(Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/ImmutableCollection;
            checkcast org.eclipse.collections.api.set.SetIterable
            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.set.sorted.ImmutableSortedSetMultimapImpl.rejectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.set.SetMultimap rejectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/SetMultimap;
    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.set.sorted.ImmutableSortedSetMultimapImpl.rejectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            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.set.sorted.ImmutableSortedSetMultimapImpl.rejectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            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.set.sorted.ImmutableSortedSetMultimapImpl.rejectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            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.set.sorted.ImmutableSortedSetMultimapImpl.rejectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.sortedset.SortedSetMultimap rejectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedset/SortedSetMultimap;
    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.set.sorted.ImmutableSortedSetMultimapImpl.rejectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.ImmutableMultimap rejectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/ImmutableMultimap;
    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.set.sorted.ImmutableSortedSetMultimapImpl.rejectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.set.ImmutableSetIterableMultimap rejectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/ImmutableSetIterableMultimap;
    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.set.sorted.ImmutableSortedSetMultimapImpl.rejectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            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.set.sorted.ImmutableSortedSetMultimapImpl.selectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.set.SetMultimap selectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/SetMultimap;
    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.set.sorted.ImmutableSortedSetMultimapImpl.selectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            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.set.sorted.ImmutableSortedSetMultimapImpl.selectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            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.set.sorted.ImmutableSortedSetMultimapImpl.selectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            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.set.sorted.ImmutableSortedSetMultimapImpl.selectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.sortedset.SortedSetMultimap selectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedset/SortedSetMultimap;
    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.set.sorted.ImmutableSortedSetMultimapImpl.selectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.ImmutableMultimap selectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/ImmutableMultimap;
    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.set.sorted.ImmutableSortedSetMultimapImpl.selectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.set.ImmutableSetIterableMultimap selectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/ImmutableSetIterableMultimap;
    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.set.sorted.ImmutableSortedSetMultimapImpl.selectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            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.set.sorted.ImmutableSortedSetMultimapImpl.flip:()Lorg/eclipse/collections/api/multimap/set/ImmutableSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

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

  public org.eclipse.collections.api.multimap.Multimap collectKeyMultiValues(org.eclipse.collections.api.block.function.Function, org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/Multimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            aload 2
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl.collectKeyMultiValues:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/ImmutableBagMultimap;
            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.set.sorted.ImmutableSortedSetMultimapImpl.collectKeyMultiValues:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/ImmutableBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.ImmutableMultimap 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/ImmutableMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            aload 2
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl.collectKeyMultiValues:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/ImmutableBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.bag.ImmutableBagIterableMultimap 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/ImmutableBagIterableMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            aload 2
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl.collectKeyMultiValues:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/ImmutableBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.Multimap collectValues(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/Multimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl.collectValues:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/list/ImmutableListMultimap;
            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.set.sorted.ImmutableSortedSetMultimapImpl.collectValues:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/list/ImmutableListMultimap;
            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.set.sorted.ImmutableSortedSetMultimapImpl.collectValues:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/list/ImmutableListMultimap;
            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.set.sorted.ImmutableSortedSetMultimapImpl.collectValues:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/list/ImmutableListMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.ImmutableMultimap collectValues(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/ImmutableMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl.collectValues:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/list/ImmutableListMultimap;
            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.set.sorted.ImmutableSortedSetMultimapImpl.rejectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.set.SetMultimap rejectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/SetMultimap;
    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.set.sorted.ImmutableSortedSetMultimapImpl.rejectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            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.set.sorted.ImmutableSortedSetMultimapImpl.rejectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            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.set.sorted.ImmutableSortedSetMultimapImpl.rejectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            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.set.sorted.ImmutableSortedSetMultimapImpl.rejectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.sortedset.SortedSetMultimap rejectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedset/SortedSetMultimap;
    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.set.sorted.ImmutableSortedSetMultimapImpl.rejectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.ImmutableMultimap rejectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/ImmutableMultimap;
    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.set.sorted.ImmutableSortedSetMultimapImpl.rejectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.set.ImmutableSetIterableMultimap rejectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/ImmutableSetIterableMultimap;
    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.set.sorted.ImmutableSortedSetMultimapImpl.rejectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            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.set.sorted.ImmutableSortedSetMultimapImpl.createCollection:()Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet;
            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.set.sorted.ImmutableSortedSetMultimapImpl.selectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.set.SetMultimap selectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/SetMultimap;
    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.set.sorted.ImmutableSortedSetMultimapImpl.selectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            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.set.sorted.ImmutableSortedSetMultimapImpl.selectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            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.set.sorted.ImmutableSortedSetMultimapImpl.selectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            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.set.sorted.ImmutableSortedSetMultimapImpl.selectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.sortedset.SortedSetMultimap selectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedset/SortedSetMultimap;
    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.set.sorted.ImmutableSortedSetMultimapImpl.selectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.ImmutableMultimap selectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/ImmutableMultimap;
    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.set.sorted.ImmutableSortedSetMultimapImpl.selectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.set.ImmutableSetIterableMultimap selectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/ImmutableSetIterableMultimap;
    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.set.sorted.ImmutableSortedSetMultimapImpl.selectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.set.ImmutableSetIterableMultimap newWithoutAll(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/multimap/set/ImmutableSetIterableMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl.newWithoutAll:(Ljava/lang/Object;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.ImmutableMultimap newWithoutAll(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/multimap/ImmutableMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl.newWithoutAll:(Ljava/lang/Object;)Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.Multimap collectKeysValues(org.eclipse.collections.api.block.function.Function2);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/multimap/Multimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function2
            invokevirtual org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl.collectKeysValues:(Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/multimap/bag/ImmutableBagMultimap;
            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.set.sorted.ImmutableSortedSetMultimapImpl.collectKeysValues:(Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/multimap/bag/ImmutableBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public org.eclipse.collections.api.multimap.bag.ImmutableBagIterableMultimap collectKeysValues(org.eclipse.collections.api.block.function.Function2);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/multimap/bag/ImmutableBagIterableMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function2
            invokevirtual org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl.collectKeysValues:(Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/multimap/bag/ImmutableBagMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Lorg/eclipse/collections/impl/multimap/AbstractImmutableMultimap<TK;TV;Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet<TV;>;>;Lorg/eclipse/collections/api/multimap/sortedset/ImmutableSortedSetMultimap<TK;TV;>;Ljava/io/Serializable;
SourceFile: "ImmutableSortedSetMultimapImpl.java"
NestMembers:
  org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl$ImmutableSortedSetMultimapSerializationProxy
InnerClasses:
  private final ImmutableSortedSetMultimapSerializationProxy = org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl$ImmutableSortedSetMultimapSerializationProxy of org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapImpl