final class org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap<V> extends org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableIntObjectMap<V> implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap
  super_class: org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableIntObjectMap
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private final int key1;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final V value1;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: TV;

  void <init>(int, );
    descriptor: (ILjava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // int key1
        start local 2 // java.lang.Object value1
         0: .line 136
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableIntObjectMap.<init>:()V
         1: .line 138
            aload 0 /* this */
            iload 1 /* key1 */
            putfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.key1:I
         2: .line 139
            aload 0 /* this */
            aload 2 /* value1 */
            putfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
         3: .line 140
            return
        end local 2 // java.lang.Object value1
        end local 1 // int key1
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    4     1    key1  I
            0    4     2  value1  TV;
    Signature: (ITV;)V
    MethodParameters:
        Name  Flags
      key1    
      value1  

  public V get();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // int key
         0: .line 145
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.key1:I
            iload 1 /* key */
            if_icmpne 1
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Object
         2: areturn
        end local 1 // int key
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    3     1   key  I
    Signature: (I)TV;
    MethodParameters:
      Name  Flags
      key   

  public V getIfAbsent(int, org.eclipse.collections.api.block.function.Function0<? extends V>);
    descriptor: (ILorg/eclipse/collections/api/block/function/Function0;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // int key
        start local 2 // org.eclipse.collections.api.block.function.Function0 ifAbsent
         0: .line 151
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.key1:I
            iload 1 /* key */
            if_icmpne 1
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 2 /* ifAbsent */
            invokeinterface org.eclipse.collections.api.block.function.Function0.value:()Ljava/lang/Object;
      StackMap locals:
      StackMap stack: java.lang.Object
         2: areturn
        end local 2 // org.eclipse.collections.api.block.function.Function0 ifAbsent
        end local 1 // int key
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    3     1       key  I
            0    3     2  ifAbsent  Lorg/eclipse/collections/api/block/function/Function0<+TV;>;
    Signature: (ILorg/eclipse/collections/api/block/function/Function0<+TV;>;)TV;
    MethodParameters:
          Name  Flags
      key       
      ifAbsent  

  public boolean containsKey(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // int key
         0: .line 157
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.key1:I
            iload 1 /* key */
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int key
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    2     1   key  I
    MethodParameters:
      Name  Flags
      key   

  public boolean containsValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // java.lang.Object value
         0: .line 163
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            aload 1 /* value */
            invokestatic org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object value
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  

  private static boolean nullSafeEquals(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.lang.Object value
        start local 1 // java.lang.Object other
         0: .line 168
            aload 0 /* value */
            ifnonnull 3
         1: .line 170
            aload 1 /* other */
            ifnonnull 5
         2: .line 172
            iconst_1
            ireturn
         3: .line 175
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            aload 0 /* value */
            if_acmpeq 4
            aload 0 /* value */
            aload 1 /* other */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 177
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         5: .line 179
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object other
        end local 0 // java.lang.Object value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0  value  Ljava/lang/Object;
            0    6     1  other  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  
      other  

  public org.eclipse.collections.api.map.primitive.ImmutableIntObjectMap<V> tap(org.eclipse.collections.api.block.procedure.Procedure<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 185
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         1: .line 186
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TV;>;)Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap<TV;>;
    MethodParameters:
           Name  Flags
      procedure  

  public void forEachValue(org.eclipse.collections.api.block.procedure.Procedure<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 192
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         1: .line 193
            return
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TV;>;)V
    MethodParameters:
           Name  Flags
      procedure  

  public void forEachKey(org.eclipse.collections.api.block.procedure.primitive.IntProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.IntProcedure procedure
         0: .line 198
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.key1:I
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.IntProcedure.value:(I)V
         1: .line 199
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.IntProcedure procedure
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;
    MethodParameters:
           Name  Flags
      procedure  

  public void forEachKeyValue(org.eclipse.collections.api.block.procedure.primitive.IntObjectProcedure<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/IntObjectProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.IntObjectProcedure procedure
         0: .line 204
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.key1:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.IntObjectProcedure.value:(ILjava/lang/Object;)V
         1: .line 205
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.IntObjectProcedure procedure
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/IntObjectProcedure<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/procedure/primitive/IntObjectProcedure<-TV;>;)V
    MethodParameters:
           Name  Flags
      procedure  

  public org.eclipse.collections.api.map.primitive.ImmutableIntObjectMap<V> select(org.eclipse.collections.api.block.predicate.primitive.IntObjectPredicate<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.IntObjectPredicate predicate
         0: .line 210
            aload 1 /* predicate */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.key1:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntObjectPredicate.accept:(ILjava/lang/Object;)Z
            ifeq 1
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.key1:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.newWithKeysValues:(ILjava/lang/Object;)Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.toImmutable:()Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap;
            goto 2
         1: .line 211
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectEmptyMap.INSTANCE:Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap;
         2: .line 210
      StackMap locals:
      StackMap stack: org.eclipse.collections.api.map.primitive.ImmutableIntObjectMap
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.IntObjectPredicate predicate
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    3     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/IntObjectPredicate<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/predicate/primitive/IntObjectPredicate<-TV;>;)Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap<TV;>;
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.map.primitive.ImmutableIntObjectMap<V> reject(org.eclipse.collections.api.block.predicate.primitive.IntObjectPredicate<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.IntObjectPredicate predicate
         0: .line 217
            aload 1 /* predicate */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.key1:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntObjectPredicate.accept:(ILjava/lang/Object;)Z
            ifeq 1
            getstatic org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectEmptyMap.INSTANCE:Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap;
            goto 2
         1: .line 218
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.key1:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.newWithKeysValues:(ILjava/lang/Object;)Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.toImmutable:()Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap;
         2: .line 217
      StackMap locals:
      StackMap stack: org.eclipse.collections.api.map.primitive.ImmutableIntObjectMap
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.IntObjectPredicate predicate
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    3     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/IntObjectPredicate<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/predicate/primitive/IntObjectPredicate<-TV;>;)Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap<TV;>;
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.map.primitive.ImmutableIntObjectMap<V> toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
         0: .line 224
            aload 0 /* this */
            areturn
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
    Signature: ()Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap<TV;>;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
         0: .line 230
            iconst_1
            ireturn
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;

  public org.eclipse.collections.api.set.primitive.MutableIntSet keySet();
    descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
         0: .line 236
            iconst_1
            newarray 10
            dup
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.key1:I
            iastore
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.newSetWith:([I)Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableIntSet.of:(Lorg/eclipse/collections/api/set/primitive/MutableIntSet;)Lorg/eclipse/collections/impl/set/mutable/primitive/UnmodifiableIntSet;
            areturn
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;

  public java.util.Collection<V> values();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
         0: .line 242
            getstatic org.eclipse.collections.impl.factory.Lists.immutable:Lorg/eclipse/collections/api/factory/list/ImmutableListFactory;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.factory.list.ImmutableListFactory.of:(Ljava/lang/Object;)Lorg/eclipse/collections/api/list/ImmutableList;
            invokeinterface org.eclipse.collections.api.list.ImmutableList.castToList:()Ljava/util/List;
            areturn
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
    Signature: ()Ljava/util/Collection<TV;>;

  public org.eclipse.collections.api.LazyIntIterable keysView();
    descriptor: ()Lorg/eclipse/collections/api/LazyIntIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
         0: .line 248
            getstatic org.eclipse.collections.impl.factory.primitive.IntLists.immutable:Lorg/eclipse/collections/api/factory/list/primitive/ImmutableIntListFactory;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.key1:I
            invokeinterface org.eclipse.collections.api.factory.list.primitive.ImmutableIntListFactory.of:(I)Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
            invokeinterface org.eclipse.collections.api.list.primitive.ImmutableIntList.asLazy:()Lorg/eclipse/collections/api/LazyIntIterable;
            areturn
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;

  public org.eclipse.collections.api.RichIterable<org.eclipse.collections.api.tuple.primitive.IntObjectPair<V>> keyValuesView();
    descriptor: ()Lorg/eclipse/collections/api/RichIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
         0: .line 254
            getstatic org.eclipse.collections.impl.factory.Lists.immutable:Lorg/eclipse/collections/api/factory/list/ImmutableListFactory;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.key1:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokestatic org.eclipse.collections.impl.tuple.primitive.PrimitiveTuples.pair:(ILjava/lang/Object;)Lorg/eclipse/collections/api/tuple/primitive/IntObjectPair;
            invokeinterface org.eclipse.collections.api.factory.list.ImmutableListFactory.of:(Ljava/lang/Object;)Lorg/eclipse/collections/api/list/ImmutableList;
            invokeinterface org.eclipse.collections.api.list.ImmutableList.asLazy:()Lorg/eclipse/collections/api/LazyIterable;
            areturn
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
    Signature: ()Lorg/eclipse/collections/api/RichIterable<Lorg/eclipse/collections/api/tuple/primitive/IntObjectPair<TV;>;>;

  public org.eclipse.collections.api.map.primitive.ImmutableObjectIntMap<V> flipUniqueValues();
    descriptor: ()Lorg/eclipse/collections/api/map/primitive/ImmutableObjectIntMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
         0: .line 260
            getstatic org.eclipse.collections.impl.factory.primitive.ObjectIntMaps.immutable:Lorg/eclipse/collections/api/factory/map/primitive/ImmutableObjectIntMapFactory;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.key1:I
            invokeinterface org.eclipse.collections.api.factory.map.primitive.ImmutableObjectIntMapFactory.with:(Ljava/lang/Object;I)Lorg/eclipse/collections/api/map/primitive/ImmutableObjectIntMap;
            areturn
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
    Signature: ()Lorg/eclipse/collections/api/map/primitive/ImmutableObjectIntMap<TV;>;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // java.lang.Object obj
         0: .line 266
            aload 1 /* obj */
            aload 0 /* this */
            if_acmpne 2
         1: .line 268
            iconst_1
            ireturn
         2: .line 270
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof org.eclipse.collections.api.map.primitive.IntObjectMap
            ifne 4
         3: .line 272
            iconst_0
            ireturn
         4: .line 274
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.eclipse.collections.api.map.primitive.IntObjectMap
            astore 2 /* map */
        start local 2 // org.eclipse.collections.api.map.primitive.IntObjectMap map
         5: .line 275
            aload 2 /* map */
            invokeinterface org.eclipse.collections.api.map.primitive.IntObjectMap.size:()I
            iconst_1
            if_icmpeq 7
         6: .line 277
            iconst_0
            ireturn
         7: .line 279
      StackMap locals: org.eclipse.collections.api.map.primitive.IntObjectMap
      StackMap stack:
            aload 2 /* map */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.key1:I
            invokeinterface org.eclipse.collections.api.map.primitive.IntObjectMap.containsKey:(I)Z
            ifeq 8
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            aload 2 /* map */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.key1:I
            invokeinterface org.eclipse.collections.api.map.primitive.IntObjectMap.get:(I)Ljava/lang/Object;
            invokestatic org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 8
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         8: iconst_0
            ireturn
        end local 2 // org.eclipse.collections.api.map.primitive.IntObjectMap map
        end local 1 // java.lang.Object obj
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    9     1   obj  Ljava/lang/Object;
            5    9     2   map  Lorg/eclipse/collections/api/map/primitive/IntObjectMap<TV;>;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
         0: .line 285
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.key1:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            ifnonnull 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack: int
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokevirtual java.lang.Object.hashCode:()I
      StackMap locals: org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap
      StackMap stack: int int
         2: ixor
            ireturn
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
         0: .line 291
            new java.lang.StringBuilder
            dup
            ldc "{"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.key1:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "}"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
         0: .line 297
            iconst_0
            ireturn
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;

  public boolean notEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
         0: .line 303
            iconst_1
            ireturn
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;

  public V getFirst();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
         0: .line 309
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            areturn
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
    Signature: ()TV;

  public V getLast();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
         0: .line 315
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            areturn
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
    Signature: ()TV;

  public V getOnly();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
         0: .line 321
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            areturn
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
    Signature: ()TV;

  public boolean contains(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // java.lang.Object object
         0: .line 327
            aload 0 /* this */
            aload 1 /* object */
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.containsValue:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object object
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  object  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      object  

  public boolean containsAllIterable(java.lang.Iterable<?>);
    descriptor: (Ljava/lang/Iterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // java.lang.Iterable source
         0: .line 333
            aload 1 /* source */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 2 /* iterator */
        start local 2 // java.util.Iterator iterator
         1: goto 4
         2: .line 335
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            aload 2 /* iterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            invokestatic org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 4
         3: .line 337
            iconst_0
            ireturn
         4: .line 333
      StackMap locals:
      StackMap stack:
            aload 2 /* iterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        end local 2 // java.util.Iterator iterator
         5: .line 340
            iconst_1
            ireturn
        end local 1 // java.lang.Iterable source
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    6     1    source  Ljava/lang/Iterable<*>;
            1    5     2  iterator  Ljava/util/Iterator<*>;
    Signature: (Ljava/lang/Iterable<*>;)Z
    MethodParameters:
        Name  Flags
      source  

  public boolean containsAll(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // java.util.Collection source
         0: .line 346
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.containsAllIterable:(Ljava/lang/Iterable;)Z
            ireturn
        end local 1 // java.util.Collection source
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  source  Ljava/util/Collection<*>;
    Signature: (Ljava/util/Collection<*>;)Z
    MethodParameters:
        Name  Flags
      source  

  public boolean containsAllArguments(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // java.lang.Object[] elements
         0: .line 352
            aload 1 /* elements */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 5
      StackMap locals: org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap java.lang.Object[] top int int java.lang.Object[]
      StackMap stack:
         1: aload 5
            iload 3
            aaload
            astore 2 /* item */
        start local 2 // java.lang.Object item
         2: .line 354
            aload 0 /* this */
            aload 2 /* item */
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.contains:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 356
            iconst_0
            ireturn
        end local 2 // java.lang.Object item
         4: .line 352
      StackMap locals:
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 1
         6: .line 359
            iconst_1
            ireturn
        end local 1 // java.lang.Object[] elements
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    7     1  elements  [Ljava/lang/Object;
            2    4     2      item  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      elements  

  public org.eclipse.collections.api.bag.ImmutableBag<V> select(org.eclipse.collections.api.block.predicate.Predicate<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/bag/ImmutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 365
            aload 1 /* predicate */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
            ifeq 1
            getstatic org.eclipse.collections.impl.factory.Bags.immutable:Lorg/eclipse/collections/api/factory/bag/ImmutableBagFactory;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.factory.bag.ImmutableBagFactory.with:(Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/ImmutableBag;
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic org.eclipse.collections.impl.factory.Bags.immutable:Lorg/eclipse/collections/api/factory/bag/ImmutableBagFactory;
            invokeinterface org.eclipse.collections.api.factory.bag.ImmutableBagFactory.with:()Lorg/eclipse/collections/api/bag/ImmutableBag;
      StackMap locals:
      StackMap stack: org.eclipse.collections.api.bag.ImmutableBag
         2: areturn
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    3     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;)Lorg/eclipse/collections/api/bag/ImmutableBag<TV;>;
    MethodParameters:
           Name  Flags
      predicate  

  public <R extends java.util.Collection<V>> R select(org.eclipse.collections.api.block.predicate.Predicate<? super V>, );
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;Ljava/util/Collection;)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        start local 2 // java.util.Collection target
         0: .line 371
            aload 1 /* predicate */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 373
            aload 2 /* target */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
         2: .line 375
      StackMap locals:
      StackMap stack:
            aload 2 /* target */
            areturn
        end local 2 // java.util.Collection target
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    3     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;
            0    3     2     target  TR;
    Signature: <R::Ljava/util/Collection<TV;>;>(Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;TR;)TR;
    MethodParameters:
           Name  Flags
      predicate  
      target     

  public <P> org.eclipse.collections.api.bag.ImmutableBag<V> selectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super V, ? super P>, P);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/ImmutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 381
            aload 1 /* predicate */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate2.accept:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 1
            getstatic org.eclipse.collections.impl.factory.Bags.immutable:Lorg/eclipse/collections/api/factory/bag/ImmutableBagFactory;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.factory.bag.ImmutableBagFactory.with:(Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/ImmutableBag;
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic org.eclipse.collections.impl.factory.Bags.immutable:Lorg/eclipse/collections/api/factory/bag/ImmutableBagFactory;
            invokeinterface org.eclipse.collections.api.factory.bag.ImmutableBagFactory.with:()Lorg/eclipse/collections/api/bag/ImmutableBag;
      StackMap locals:
      StackMap stack: org.eclipse.collections.api.bag.ImmutableBag
         2: areturn
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    3     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TV;-TP;>;
            0    3     2  parameter  TP;
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TV;-TP;>;TP;)Lorg/eclipse/collections/api/bag/ImmutableBag<TV;>;
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public <P, R extends java.util.Collection<V>> R selectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super V, ? super P>, P, );
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;Ljava/util/Collection;)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
        start local 3 // java.util.Collection targetCollection
         0: .line 387
            aload 1 /* predicate */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate2.accept:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 2
         1: .line 389
            aload 3 /* targetCollection */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
         2: .line 391
      StackMap locals:
      StackMap stack:
            aload 3 /* targetCollection */
            areturn
        end local 3 // java.util.Collection targetCollection
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    3     1         predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TV;-TP;>;
            0    3     2         parameter  TP;
            0    3     3  targetCollection  TR;
    Signature: <P:Ljava/lang/Object;R::Ljava/util/Collection<TV;>;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TV;-TP;>;TP;TR;)TR;
    MethodParameters:
                  Name  Flags
      predicate         
      parameter         
      targetCollection  

  public org.eclipse.collections.api.bag.ImmutableBag<V> reject(org.eclipse.collections.api.block.predicate.Predicate<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/bag/ImmutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 397
            aload 1 /* predicate */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
            ifeq 1
            getstatic org.eclipse.collections.impl.factory.Bags.immutable:Lorg/eclipse/collections/api/factory/bag/ImmutableBagFactory;
            invokeinterface org.eclipse.collections.api.factory.bag.ImmutableBagFactory.with:()Lorg/eclipse/collections/api/bag/ImmutableBag;
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic org.eclipse.collections.impl.factory.Bags.immutable:Lorg/eclipse/collections/api/factory/bag/ImmutableBagFactory;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.factory.bag.ImmutableBagFactory.with:(Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/ImmutableBag;
      StackMap locals:
      StackMap stack: org.eclipse.collections.api.bag.ImmutableBag
         2: areturn
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    3     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;)Lorg/eclipse/collections/api/bag/ImmutableBag<TV;>;
    MethodParameters:
           Name  Flags
      predicate  

  public <R extends java.util.Collection<V>> R reject(org.eclipse.collections.api.block.predicate.Predicate<? super V>, );
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;Ljava/util/Collection;)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        start local 2 // java.util.Collection target
         0: .line 403
            aload 1 /* predicate */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
            ifne 2
         1: .line 405
            aload 2 /* target */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
         2: .line 407
      StackMap locals:
      StackMap stack:
            aload 2 /* target */
            areturn
        end local 2 // java.util.Collection target
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    3     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;
            0    3     2     target  TR;
    Signature: <R::Ljava/util/Collection<TV;>;>(Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;TR;)TR;
    MethodParameters:
           Name  Flags
      predicate  
      target     

  public <P> org.eclipse.collections.api.bag.ImmutableBag<V> rejectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super V, ? super P>, P);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/ImmutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 413
            aload 1 /* predicate */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate2.accept:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 1
            getstatic org.eclipse.collections.impl.factory.Bags.immutable:Lorg/eclipse/collections/api/factory/bag/ImmutableBagFactory;
            invokeinterface org.eclipse.collections.api.factory.bag.ImmutableBagFactory.with:()Lorg/eclipse/collections/api/bag/ImmutableBag;
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic org.eclipse.collections.impl.factory.Bags.immutable:Lorg/eclipse/collections/api/factory/bag/ImmutableBagFactory;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.factory.bag.ImmutableBagFactory.with:(Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/ImmutableBag;
      StackMap locals:
      StackMap stack: org.eclipse.collections.api.bag.ImmutableBag
         2: areturn
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    3     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TV;-TP;>;
            0    3     2  parameter  TP;
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TV;-TP;>;TP;)Lorg/eclipse/collections/api/bag/ImmutableBag<TV;>;
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public <P, R extends java.util.Collection<V>> R rejectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super V, ? super P>, P, );
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;Ljava/util/Collection;)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
        start local 3 // java.util.Collection targetCollection
         0: .line 419
            aload 1 /* predicate */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate2.accept:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 2
         1: .line 421
            aload 3 /* targetCollection */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
         2: .line 423
      StackMap locals:
      StackMap stack:
            aload 3 /* targetCollection */
            areturn
        end local 3 // java.util.Collection targetCollection
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    3     1         predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TV;-TP;>;
            0    3     2         parameter  TP;
            0    3     3  targetCollection  TR;
    Signature: <P:Ljava/lang/Object;R::Ljava/util/Collection<TV;>;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TV;-TP;>;TP;TR;)TR;
    MethodParameters:
                  Name  Flags
      predicate         
      parameter         
      targetCollection  

  public org.eclipse.collections.api.partition.bag.PartitionImmutableBag<V> partition(org.eclipse.collections.api.block.predicate.Predicate<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/bag/PartitionImmutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 429
            new org.eclipse.collections.impl.partition.bag.PartitionHashBag
            dup
            invokespecial org.eclipse.collections.impl.partition.bag.PartitionHashBag.<init>:()V
            astore 2 /* partitionMutableBag */
        start local 2 // org.eclipse.collections.api.partition.bag.PartitionMutableBag partitionMutableBag
         1: .line 430
            aload 0 /* this */
            new org.eclipse.collections.impl.block.procedure.PartitionProcedure
            dup
            aload 1 /* predicate */
            aload 2 /* partitionMutableBag */
            invokespecial org.eclipse.collections.impl.block.procedure.PartitionProcedure.<init>:(Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/partition/PartitionMutableCollection;)V
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.forEach:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
         2: .line 431
            aload 2 /* partitionMutableBag */
            invokeinterface org.eclipse.collections.api.partition.bag.PartitionMutableBag.toImmutable:()Lorg/eclipse/collections/api/partition/bag/PartitionImmutableBag;
            areturn
        end local 2 // org.eclipse.collections.api.partition.bag.PartitionMutableBag partitionMutableBag
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    3     0                 this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    3     1            predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;
            1    3     2  partitionMutableBag  Lorg/eclipse/collections/api/partition/bag/PartitionMutableBag<TV;>;
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;)Lorg/eclipse/collections/api/partition/bag/PartitionImmutableBag<TV;>;
    MethodParameters:
           Name  Flags
      predicate  

  public <P> org.eclipse.collections.api.partition.bag.PartitionImmutableBag<V> partitionWith(org.eclipse.collections.api.block.predicate.Predicate2<? super V, ? super P>, P);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/bag/PartitionImmutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 437
            new org.eclipse.collections.impl.partition.bag.PartitionHashBag
            dup
            invokespecial org.eclipse.collections.impl.partition.bag.PartitionHashBag.<init>:()V
            astore 3 /* partitionMutableBag */
        start local 3 // org.eclipse.collections.api.partition.bag.PartitionMutableBag partitionMutableBag
         1: .line 438
            aload 0 /* this */
            new org.eclipse.collections.impl.block.procedure.PartitionPredicate2Procedure
            dup
            aload 1 /* predicate */
            aload 2 /* parameter */
            aload 3 /* partitionMutableBag */
            invokespecial org.eclipse.collections.impl.block.procedure.PartitionPredicate2Procedure.<init>:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;Lorg/eclipse/collections/api/partition/PartitionMutableCollection;)V
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.forEach:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
         2: .line 439
            aload 3 /* partitionMutableBag */
            invokeinterface org.eclipse.collections.api.partition.bag.PartitionMutableBag.toImmutable:()Lorg/eclipse/collections/api/partition/bag/PartitionImmutableBag;
            areturn
        end local 3 // org.eclipse.collections.api.partition.bag.PartitionMutableBag partitionMutableBag
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    3     0                 this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    3     1            predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TV;-TP;>;
            0    3     2            parameter  TP;
            1    3     3  partitionMutableBag  Lorg/eclipse/collections/api/partition/bag/PartitionMutableBag<TV;>;
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TV;-TP;>;TP;)Lorg/eclipse/collections/api/partition/bag/PartitionImmutableBag<TV;>;
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public <S> org.eclipse.collections.api.bag.ImmutableBag<S> selectInstancesOf(java.lang.Class<S>);
    descriptor: (Ljava/lang/Class;)Lorg/eclipse/collections/api/bag/ImmutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // java.lang.Class clazz
         0: .line 445
            aload 1 /* clazz */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokevirtual java.lang.Class.isInstance:(Ljava/lang/Object;)Z
            ifeq 1
            getstatic org.eclipse.collections.impl.factory.Bags.immutable:Lorg/eclipse/collections/api/factory/bag/ImmutableBagFactory;
            aload 1 /* clazz */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokevirtual java.lang.Class.cast:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.factory.bag.ImmutableBagFactory.with:(Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/ImmutableBag;
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic org.eclipse.collections.impl.factory.Bags.immutable:Lorg/eclipse/collections/api/factory/bag/ImmutableBagFactory;
            invokeinterface org.eclipse.collections.api.factory.bag.ImmutableBagFactory.with:()Lorg/eclipse/collections/api/bag/ImmutableBag;
      StackMap locals:
      StackMap stack: org.eclipse.collections.api.bag.ImmutableBag
         2: areturn
        end local 1 // java.lang.Class clazz
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    3     1  clazz  Ljava/lang/Class<TS;>;
    Signature: <S:Ljava/lang/Object;>(Ljava/lang/Class<TS;>;)Lorg/eclipse/collections/api/bag/ImmutableBag<TS;>;
    MethodParameters:
       Name  Flags
      clazz  

  public <VV> org.eclipse.collections.api.bag.ImmutableBag<VV> collect(org.eclipse.collections.api.block.function.Function<? super V, ? extends VV>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/ImmutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 451
            getstatic org.eclipse.collections.impl.factory.Bags.immutable:Lorg/eclipse/collections/api/factory/bag/ImmutableBagFactory;
            aload 1 /* function */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.Function.valueOf:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.factory.bag.ImmutableBagFactory.with:(Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/ImmutableBag;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/Function<-TV;+TVV;>;
    Signature: <VV:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TV;+TVV;>;)Lorg/eclipse/collections/api/bag/ImmutableBag<TVV;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.bag.primitive.ImmutableBooleanBag collectBoolean(org.eclipse.collections.api.block.function.primitive.BooleanFunction<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/bag/primitive/ImmutableBooleanBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.primitive.BooleanFunction booleanFunction
         0: .line 457
            getstatic org.eclipse.collections.impl.factory.primitive.BooleanBags.immutable:Lorg/eclipse/collections/api/factory/bag/primitive/ImmutableBooleanBagFactory;
            aload 1 /* booleanFunction */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.primitive.BooleanFunction.booleanValueOf:(Ljava/lang/Object;)Z
            invokeinterface org.eclipse.collections.api.factory.bag.primitive.ImmutableBooleanBagFactory.with:(Z)Lorg/eclipse/collections/api/bag/primitive/ImmutableBooleanBag;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.BooleanFunction booleanFunction
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  booleanFunction  Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction<-TV;>;)Lorg/eclipse/collections/api/bag/primitive/ImmutableBooleanBag;
    MethodParameters:
                 Name  Flags
      booleanFunction  

  public <R extends org.eclipse.collections.api.collection.primitive.MutableBooleanCollection> R collectBoolean(org.eclipse.collections.api.block.function.primitive.BooleanFunction<? super V>, );
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;Lorg/eclipse/collections/api/collection/primitive/MutableBooleanCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableBooleanCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.primitive.BooleanFunction booleanFunction
        start local 2 // org.eclipse.collections.api.collection.primitive.MutableBooleanCollection target
         0: .line 463
            aload 2 /* target */
            aload 1 /* booleanFunction */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.primitive.BooleanFunction.booleanValueOf:(Ljava/lang/Object;)Z
            invokeinterface org.eclipse.collections.api.collection.primitive.MutableBooleanCollection.add:(Z)Z
            pop
         1: .line 464
            aload 2 /* target */
            areturn
        end local 2 // org.eclipse.collections.api.collection.primitive.MutableBooleanCollection target
        end local 1 // org.eclipse.collections.api.block.function.primitive.BooleanFunction booleanFunction
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    2     1  booleanFunction  Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction<-TV;>;
            0    2     2           target  TR;
    Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableBooleanCollection;>(Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction<-TV;>;TR;)TR;
    MethodParameters:
                 Name  Flags
      booleanFunction  
      target           

  public org.eclipse.collections.api.bag.primitive.ImmutableByteBag collectByte(org.eclipse.collections.api.block.function.primitive.ByteFunction<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;)Lorg/eclipse/collections/api/bag/primitive/ImmutableByteBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.primitive.ByteFunction byteFunction
         0: .line 470
            getstatic org.eclipse.collections.impl.factory.primitive.ByteBags.immutable:Lorg/eclipse/collections/api/factory/bag/primitive/ImmutableByteBagFactory;
            aload 1 /* byteFunction */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.primitive.ByteFunction.byteValueOf:(Ljava/lang/Object;)B
            invokeinterface org.eclipse.collections.api.factory.bag.primitive.ImmutableByteBagFactory.with:(B)Lorg/eclipse/collections/api/bag/primitive/ImmutableByteBag;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.ByteFunction byteFunction
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  byteFunction  Lorg/eclipse/collections/api/block/function/primitive/ByteFunction<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/ByteFunction<-TV;>;)Lorg/eclipse/collections/api/bag/primitive/ImmutableByteBag;
    MethodParameters:
              Name  Flags
      byteFunction  

  public <R extends org.eclipse.collections.api.collection.primitive.MutableByteCollection> R collectByte(org.eclipse.collections.api.block.function.primitive.ByteFunction<? super V>, );
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.primitive.ByteFunction byteFunction
        start local 2 // org.eclipse.collections.api.collection.primitive.MutableByteCollection target
         0: .line 476
            aload 2 /* target */
            aload 1 /* byteFunction */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.primitive.ByteFunction.byteValueOf:(Ljava/lang/Object;)B
            invokeinterface org.eclipse.collections.api.collection.primitive.MutableByteCollection.add:(B)Z
            pop
         1: .line 477
            aload 2 /* target */
            areturn
        end local 2 // org.eclipse.collections.api.collection.primitive.MutableByteCollection target
        end local 1 // org.eclipse.collections.api.block.function.primitive.ByteFunction byteFunction
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    2     1  byteFunction  Lorg/eclipse/collections/api/block/function/primitive/ByteFunction<-TV;>;
            0    2     2        target  TR;
    Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;>(Lorg/eclipse/collections/api/block/function/primitive/ByteFunction<-TV;>;TR;)TR;
    MethodParameters:
              Name  Flags
      byteFunction  
      target        

  public org.eclipse.collections.api.bag.primitive.ImmutableCharBag collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/bag/primitive/ImmutableCharBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.primitive.CharFunction charFunction
         0: .line 483
            getstatic org.eclipse.collections.impl.factory.primitive.CharBags.immutable:Lorg/eclipse/collections/api/factory/bag/primitive/ImmutableCharBagFactory;
            aload 1 /* charFunction */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.primitive.CharFunction.charValueOf:(Ljava/lang/Object;)C
            invokeinterface org.eclipse.collections.api.factory.bag.primitive.ImmutableCharBagFactory.with:(C)Lorg/eclipse/collections/api/bag/primitive/ImmutableCharBag;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.CharFunction charFunction
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  charFunction  Lorg/eclipse/collections/api/block/function/primitive/CharFunction<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/CharFunction<-TV;>;)Lorg/eclipse/collections/api/bag/primitive/ImmutableCharBag;
    MethodParameters:
              Name  Flags
      charFunction  

  public <R extends org.eclipse.collections.api.collection.primitive.MutableCharCollection> R collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction<? super V>, );
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharFunction;Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.primitive.CharFunction charFunction
        start local 2 // org.eclipse.collections.api.collection.primitive.MutableCharCollection target
         0: .line 489
            aload 2 /* target */
            aload 1 /* charFunction */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.primitive.CharFunction.charValueOf:(Ljava/lang/Object;)C
            invokeinterface org.eclipse.collections.api.collection.primitive.MutableCharCollection.add:(C)Z
            pop
         1: .line 490
            aload 2 /* target */
            areturn
        end local 2 // org.eclipse.collections.api.collection.primitive.MutableCharCollection target
        end local 1 // org.eclipse.collections.api.block.function.primitive.CharFunction charFunction
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    2     1  charFunction  Lorg/eclipse/collections/api/block/function/primitive/CharFunction<-TV;>;
            0    2     2        target  TR;
    Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;>(Lorg/eclipse/collections/api/block/function/primitive/CharFunction<-TV;>;TR;)TR;
    MethodParameters:
              Name  Flags
      charFunction  
      target        

  public org.eclipse.collections.api.bag.primitive.ImmutableDoubleBag collectDouble(org.eclipse.collections.api.block.function.primitive.DoubleFunction<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/bag/primitive/ImmutableDoubleBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.primitive.DoubleFunction doubleFunction
         0: .line 496
            getstatic org.eclipse.collections.impl.factory.primitive.DoubleBags.immutable:Lorg/eclipse/collections/api/factory/bag/primitive/ImmutableDoubleBagFactory;
            aload 1 /* doubleFunction */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.primitive.DoubleFunction.doubleValueOf:(Ljava/lang/Object;)D
            invokeinterface org.eclipse.collections.api.factory.bag.primitive.ImmutableDoubleBagFactory.with:(D)Lorg/eclipse/collections/api/bag/primitive/ImmutableDoubleBag;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.DoubleFunction doubleFunction
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  doubleFunction  Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TV;>;)Lorg/eclipse/collections/api/bag/primitive/ImmutableDoubleBag;
    MethodParameters:
                Name  Flags
      doubleFunction  

  public <R extends org.eclipse.collections.api.collection.primitive.MutableDoubleCollection> R collectDouble(org.eclipse.collections.api.block.function.primitive.DoubleFunction<? super V>, );
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.primitive.DoubleFunction doubleFunction
        start local 2 // org.eclipse.collections.api.collection.primitive.MutableDoubleCollection target
         0: .line 502
            aload 2 /* target */
            aload 1 /* doubleFunction */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.primitive.DoubleFunction.doubleValueOf:(Ljava/lang/Object;)D
            invokeinterface org.eclipse.collections.api.collection.primitive.MutableDoubleCollection.add:(D)Z
            pop
         1: .line 503
            aload 2 /* target */
            areturn
        end local 2 // org.eclipse.collections.api.collection.primitive.MutableDoubleCollection target
        end local 1 // org.eclipse.collections.api.block.function.primitive.DoubleFunction doubleFunction
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    2     1  doubleFunction  Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TV;>;
            0    2     2          target  TR;
    Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;>(Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TV;>;TR;)TR;
    MethodParameters:
                Name  Flags
      doubleFunction  
      target          

  public org.eclipse.collections.api.bag.primitive.ImmutableFloatBag collectFloat(org.eclipse.collections.api.block.function.primitive.FloatFunction<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/bag/primitive/ImmutableFloatBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.primitive.FloatFunction floatFunction
         0: .line 509
            getstatic org.eclipse.collections.impl.factory.primitive.FloatBags.immutable:Lorg/eclipse/collections/api/factory/bag/primitive/ImmutableFloatBagFactory;
            aload 1 /* floatFunction */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.primitive.FloatFunction.floatValueOf:(Ljava/lang/Object;)F
            invokeinterface org.eclipse.collections.api.factory.bag.primitive.ImmutableFloatBagFactory.with:(F)Lorg/eclipse/collections/api/bag/primitive/ImmutableFloatBag;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.FloatFunction floatFunction
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  floatFunction  Lorg/eclipse/collections/api/block/function/primitive/FloatFunction<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction<-TV;>;)Lorg/eclipse/collections/api/bag/primitive/ImmutableFloatBag;
    MethodParameters:
               Name  Flags
      floatFunction  

  public <R extends org.eclipse.collections.api.collection.primitive.MutableFloatCollection> R collectFloat(org.eclipse.collections.api.block.function.primitive.FloatFunction<? super V>, );
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.primitive.FloatFunction floatFunction
        start local 2 // org.eclipse.collections.api.collection.primitive.MutableFloatCollection target
         0: .line 515
            aload 2 /* target */
            aload 1 /* floatFunction */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.primitive.FloatFunction.floatValueOf:(Ljava/lang/Object;)F
            invokeinterface org.eclipse.collections.api.collection.primitive.MutableFloatCollection.add:(F)Z
            pop
         1: .line 516
            aload 2 /* target */
            areturn
        end local 2 // org.eclipse.collections.api.collection.primitive.MutableFloatCollection target
        end local 1 // org.eclipse.collections.api.block.function.primitive.FloatFunction floatFunction
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    2     1  floatFunction  Lorg/eclipse/collections/api/block/function/primitive/FloatFunction<-TV;>;
            0    2     2         target  TR;
    Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;>(Lorg/eclipse/collections/api/block/function/primitive/FloatFunction<-TV;>;TR;)TR;
    MethodParameters:
               Name  Flags
      floatFunction  
      target         

  public org.eclipse.collections.api.bag.primitive.ImmutableIntBag collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/bag/primitive/ImmutableIntBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.primitive.IntFunction intFunction
         0: .line 522
            getstatic org.eclipse.collections.impl.factory.primitive.IntBags.immutable:Lorg/eclipse/collections/api/factory/bag/primitive/ImmutableIntBagFactory;
            aload 1 /* intFunction */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.primitive.IntFunction.intValueOf:(Ljava/lang/Object;)I
            invokeinterface org.eclipse.collections.api.factory.bag.primitive.ImmutableIntBagFactory.with:(I)Lorg/eclipse/collections/api/bag/primitive/ImmutableIntBag;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.IntFunction intFunction
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  intFunction  Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TV;>;)Lorg/eclipse/collections/api/bag/primitive/ImmutableIntBag;
    MethodParameters:
             Name  Flags
      intFunction  

  public <R extends org.eclipse.collections.api.collection.primitive.MutableIntCollection> R collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction<? super V>, );
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction;Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.primitive.IntFunction intFunction
        start local 2 // org.eclipse.collections.api.collection.primitive.MutableIntCollection target
         0: .line 528
            aload 2 /* target */
            aload 1 /* intFunction */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.primitive.IntFunction.intValueOf:(Ljava/lang/Object;)I
            invokeinterface org.eclipse.collections.api.collection.primitive.MutableIntCollection.add:(I)Z
            pop
         1: .line 529
            aload 2 /* target */
            areturn
        end local 2 // org.eclipse.collections.api.collection.primitive.MutableIntCollection target
        end local 1 // org.eclipse.collections.api.block.function.primitive.IntFunction intFunction
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    2     1  intFunction  Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TV;>;
            0    2     2       target  TR;
    Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;>(Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TV;>;TR;)TR;
    MethodParameters:
             Name  Flags
      intFunction  
      target       

  public org.eclipse.collections.api.bag.primitive.ImmutableLongBag collectLong(org.eclipse.collections.api.block.function.primitive.LongFunction<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/bag/primitive/ImmutableLongBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.primitive.LongFunction longFunction
         0: .line 535
            getstatic org.eclipse.collections.impl.factory.primitive.LongBags.immutable:Lorg/eclipse/collections/api/factory/bag/primitive/ImmutableLongBagFactory;
            aload 1 /* longFunction */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.primitive.LongFunction.longValueOf:(Ljava/lang/Object;)J
            invokeinterface org.eclipse.collections.api.factory.bag.primitive.ImmutableLongBagFactory.with:(J)Lorg/eclipse/collections/api/bag/primitive/ImmutableLongBag;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.LongFunction longFunction
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  longFunction  Lorg/eclipse/collections/api/block/function/primitive/LongFunction<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction<-TV;>;)Lorg/eclipse/collections/api/bag/primitive/ImmutableLongBag;
    MethodParameters:
              Name  Flags
      longFunction  

  public <R extends org.eclipse.collections.api.collection.primitive.MutableLongCollection> R collectLong(org.eclipse.collections.api.block.function.primitive.LongFunction<? super V>, );
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction;Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.primitive.LongFunction longFunction
        start local 2 // org.eclipse.collections.api.collection.primitive.MutableLongCollection target
         0: .line 541
            aload 2 /* target */
            aload 1 /* longFunction */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.primitive.LongFunction.longValueOf:(Ljava/lang/Object;)J
            invokeinterface org.eclipse.collections.api.collection.primitive.MutableLongCollection.add:(J)Z
            pop
         1: .line 542
            aload 2 /* target */
            areturn
        end local 2 // org.eclipse.collections.api.collection.primitive.MutableLongCollection target
        end local 1 // org.eclipse.collections.api.block.function.primitive.LongFunction longFunction
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    2     1  longFunction  Lorg/eclipse/collections/api/block/function/primitive/LongFunction<-TV;>;
            0    2     2        target  TR;
    Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;>(Lorg/eclipse/collections/api/block/function/primitive/LongFunction<-TV;>;TR;)TR;
    MethodParameters:
              Name  Flags
      longFunction  
      target        

  public org.eclipse.collections.api.bag.primitive.ImmutableShortBag collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/bag/primitive/ImmutableShortBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.primitive.ShortFunction shortFunction
         0: .line 548
            getstatic org.eclipse.collections.impl.factory.primitive.ShortBags.immutable:Lorg/eclipse/collections/api/factory/bag/primitive/ImmutableShortBagFactory;
            aload 1 /* shortFunction */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.primitive.ShortFunction.shortValueOf:(Ljava/lang/Object;)S
            invokeinterface org.eclipse.collections.api.factory.bag.primitive.ImmutableShortBagFactory.with:(S)Lorg/eclipse/collections/api/bag/primitive/ImmutableShortBag;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.ShortFunction shortFunction
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  shortFunction  Lorg/eclipse/collections/api/block/function/primitive/ShortFunction<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/ShortFunction<-TV;>;)Lorg/eclipse/collections/api/bag/primitive/ImmutableShortBag;
    MethodParameters:
               Name  Flags
      shortFunction  

  public <R extends org.eclipse.collections.api.collection.primitive.MutableShortCollection> R collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction<? super V>, );
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.primitive.ShortFunction shortFunction
        start local 2 // org.eclipse.collections.api.collection.primitive.MutableShortCollection target
         0: .line 554
            aload 2 /* target */
            aload 1 /* shortFunction */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.primitive.ShortFunction.shortValueOf:(Ljava/lang/Object;)S
            invokeinterface org.eclipse.collections.api.collection.primitive.MutableShortCollection.add:(S)Z
            pop
         1: .line 555
            aload 2 /* target */
            areturn
        end local 2 // org.eclipse.collections.api.collection.primitive.MutableShortCollection target
        end local 1 // org.eclipse.collections.api.block.function.primitive.ShortFunction shortFunction
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    2     1  shortFunction  Lorg/eclipse/collections/api/block/function/primitive/ShortFunction<-TV;>;
            0    2     2         target  TR;
    Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;>(Lorg/eclipse/collections/api/block/function/primitive/ShortFunction<-TV;>;TR;)TR;
    MethodParameters:
               Name  Flags
      shortFunction  
      target         

  public <VV> org.eclipse.collections.api.bag.ImmutableBag<VV> collectIf(org.eclipse.collections.api.block.predicate.Predicate<? super V>, org.eclipse.collections.api.block.function.Function<? super V, ? extends VV>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/ImmutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        start local 2 // org.eclipse.collections.api.block.function.Function function
         0: .line 561
            aload 1 /* predicate */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
            ifeq 1
            getstatic org.eclipse.collections.impl.factory.Bags.immutable:Lorg/eclipse/collections/api/factory/bag/ImmutableBagFactory;
            aload 2 /* function */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.Function.valueOf:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.factory.bag.ImmutableBagFactory.with:(Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/ImmutableBag;
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic org.eclipse.collections.impl.factory.Bags.immutable:Lorg/eclipse/collections/api/factory/bag/ImmutableBagFactory;
            invokeinterface org.eclipse.collections.api.factory.bag.ImmutableBagFactory.with:()Lorg/eclipse/collections/api/bag/ImmutableBag;
      StackMap locals:
      StackMap stack: org.eclipse.collections.api.bag.ImmutableBag
         2: areturn
        end local 2 // org.eclipse.collections.api.block.function.Function function
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    3     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;
            0    3     2   function  Lorg/eclipse/collections/api/block/function/Function<-TV;+TVV;>;
    Signature: <VV:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;Lorg/eclipse/collections/api/block/function/Function<-TV;+TVV;>;)Lorg/eclipse/collections/api/bag/ImmutableBag<TVV;>;
    MethodParameters:
           Name  Flags
      predicate  
      function   

  public <VV> org.eclipse.collections.api.bag.ImmutableBag<VV> flatCollect(org.eclipse.collections.api.block.function.Function<? super V, ? extends java.lang.Iterable<VV>>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/ImmutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 567
            getstatic org.eclipse.collections.impl.factory.Bags.immutable:Lorg/eclipse/collections/api/factory/bag/ImmutableBagFactory;
            aload 1 /* function */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.Function.valueOf:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Iterable
            invokeinterface org.eclipse.collections.api.factory.bag.ImmutableBagFactory.withAll:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/bag/ImmutableBag;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/Function<-TV;+Ljava/lang/Iterable<TVV;>;>;
    Signature: <VV:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TV;+Ljava/lang/Iterable<TVV;>;>;)Lorg/eclipse/collections/api/bag/ImmutableBag<TVV;>;
    MethodParameters:
          Name  Flags
      function  

  public V detect(org.eclipse.collections.api.block.predicate.Predicate<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 573
            aload 1 /* predicate */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
            ifeq 1
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Object
         2: areturn
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    3     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;)TV;
    MethodParameters:
           Name  Flags
      predicate  

  public <P> V detectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super V, ? super P>, );
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 579
            aload 1 /* predicate */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate2.accept:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 1
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Object
         2: areturn
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    3     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TV;-TP;>;
            0    3     2  parameter  TP;
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TV;-TP;>;TP;)TV;
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public java.util.Optional<V> detectOptional(org.eclipse.collections.api.block.predicate.Predicate<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Ljava/util/Optional;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 585
            aload 1 /* predicate */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
            ifeq 1
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokestatic java.util.Optional.of:(Ljava/lang/Object;)Ljava/util/Optional;
            goto 2
      StackMap locals:
      StackMap stack:
         1: invokestatic java.util.Optional.empty:()Ljava/util/Optional;
      StackMap locals:
      StackMap stack: java.util.Optional
         2: areturn
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    3     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;)Ljava/util/Optional<TV;>;
    MethodParameters:
           Name  Flags
      predicate  

  public <P> java.util.Optional<V> detectWithOptional(org.eclipse.collections.api.block.predicate.Predicate2<? super V, ? super P>, P);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Ljava/util/Optional;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 591
            aload 1 /* predicate */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate2.accept:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 1
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokestatic java.util.Optional.of:(Ljava/lang/Object;)Ljava/util/Optional;
            goto 2
      StackMap locals:
      StackMap stack:
         1: invokestatic java.util.Optional.empty:()Ljava/util/Optional;
      StackMap locals:
      StackMap stack: java.util.Optional
         2: areturn
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    3     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TV;-TP;>;
            0    3     2  parameter  TP;
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TV;-TP;>;TP;)Ljava/util/Optional<TV;>;
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public V detectIfNone(org.eclipse.collections.api.block.predicate.Predicate<? super V>, org.eclipse.collections.api.block.function.Function0<? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function0;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        start local 2 // org.eclipse.collections.api.block.function.Function0 function
         0: .line 597
            aload 1 /* predicate */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
            ifeq 1
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 2 /* function */
            invokeinterface org.eclipse.collections.api.block.function.Function0.value:()Ljava/lang/Object;
      StackMap locals:
      StackMap stack: java.lang.Object
         2: areturn
        end local 2 // org.eclipse.collections.api.block.function.Function0 function
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    3     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;
            0    3     2   function  Lorg/eclipse/collections/api/block/function/Function0<+TV;>;
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;Lorg/eclipse/collections/api/block/function/Function0<+TV;>;)TV;
    MethodParameters:
           Name  Flags
      predicate  
      function   

  public <P> V detectWithIfNone(org.eclipse.collections.api.block.predicate.Predicate2<? super V, ? super P>, P, org.eclipse.collections.api.block.function.Function0<? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/Function0;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
        start local 3 // org.eclipse.collections.api.block.function.Function0 function
         0: .line 603
            aload 1 /* predicate */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate2.accept:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 1
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 3 /* function */
            invokeinterface org.eclipse.collections.api.block.function.Function0.value:()Ljava/lang/Object;
      StackMap locals:
      StackMap stack: java.lang.Object
         2: areturn
        end local 3 // org.eclipse.collections.api.block.function.Function0 function
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    3     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TV;-TP;>;
            0    3     2  parameter  TP;
            0    3     3   function  Lorg/eclipse/collections/api/block/function/Function0<+TV;>;
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TV;-TP;>;TP;Lorg/eclipse/collections/api/block/function/Function0<+TV;>;)TV;
    MethodParameters:
           Name  Flags
      predicate  
      parameter  
      function   

  public int count(org.eclipse.collections.api.block.predicate.Predicate<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 609
            aload 1 /* predicate */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    3     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;)I
    MethodParameters:
           Name  Flags
      predicate  

  public <P> int countWith(org.eclipse.collections.api.block.predicate.Predicate2<? super V, ? super P>, );
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 615
            aload 1 /* predicate */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate2.accept:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    3     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TV;-TP;>;
            0    3     2  parameter  TP;
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TV;-TP;>;TP;)I
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public boolean anySatisfy(org.eclipse.collections.api.block.predicate.Predicate<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 621
            aload 1 /* predicate */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;)Z
    MethodParameters:
           Name  Flags
      predicate  

  public <P> boolean anySatisfyWith(org.eclipse.collections.api.block.predicate.Predicate2<? super V, ? super P>, );
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 627
            aload 1 /* predicate */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate2.accept:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ireturn
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TV;-TP;>;
            0    1     2  parameter  TP;
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TV;-TP;>;TP;)Z
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public boolean allSatisfy(org.eclipse.collections.api.block.predicate.Predicate<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 633
            aload 1 /* predicate */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;)Z
    MethodParameters:
           Name  Flags
      predicate  

  public <P> boolean allSatisfyWith(org.eclipse.collections.api.block.predicate.Predicate2<? super V, ? super P>, );
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 639
            aload 1 /* predicate */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate2.accept:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ireturn
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TV;-TP;>;
            0    1     2  parameter  TP;
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TV;-TP;>;TP;)Z
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public boolean noneSatisfy(org.eclipse.collections.api.block.predicate.Predicate<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 645
            aload 1 /* predicate */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    3     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;)Z
    MethodParameters:
           Name  Flags
      predicate  

  public <P> boolean noneSatisfyWith(org.eclipse.collections.api.block.predicate.Predicate2<? super V, ? super P>, );
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 651
            aload 1 /* predicate */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate2.accept:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    3     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TV;-TP;>;
            0    3     2  parameter  TP;
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TV;-TP;>;TP;)Z
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public <IV> IV injectInto(IV, org.eclipse.collections.api.block.function.Function2<? super IV, ? super V, ? extends IV>);
    descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/Function2;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // java.lang.Object injectedValue
        start local 2 // org.eclipse.collections.api.block.function.Function2 function
         0: .line 657
            aload 2 /* function */
            aload 1 /* injectedValue */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.Function2.value:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // org.eclipse.collections.api.block.function.Function2 function
        end local 1 // java.lang.Object injectedValue
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  injectedValue  TIV;
            0    1     2       function  Lorg/eclipse/collections/api/block/function/Function2<-TIV;-TV;+TIV;>;
    Signature: <IV:Ljava/lang/Object;>(TIV;Lorg/eclipse/collections/api/block/function/Function2<-TIV;-TV;+TIV;>;)TIV;
    MethodParameters:
               Name  Flags
      injectedValue  
      function       

  public int injectInto(int, org.eclipse.collections.api.block.function.primitive.IntObjectToIntFunction<? super V>);
    descriptor: (ILorg/eclipse/collections/api/block/function/primitive/IntObjectToIntFunction;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // int injectedValue
        start local 2 // org.eclipse.collections.api.block.function.primitive.IntObjectToIntFunction function
         0: .line 663
            aload 2 /* function */
            iload 1 /* injectedValue */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.primitive.IntObjectToIntFunction.intValueOf:(ILjava/lang/Object;)I
            ireturn
        end local 2 // org.eclipse.collections.api.block.function.primitive.IntObjectToIntFunction function
        end local 1 // int injectedValue
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  injectedValue  I
            0    1     2       function  Lorg/eclipse/collections/api/block/function/primitive/IntObjectToIntFunction<-TV;>;
    Signature: (ILorg/eclipse/collections/api/block/function/primitive/IntObjectToIntFunction<-TV;>;)I
    MethodParameters:
               Name  Flags
      injectedValue  
      function       

  public long injectInto(long, org.eclipse.collections.api.block.function.primitive.LongObjectToLongFunction<? super V>);
    descriptor: (JLorg/eclipse/collections/api/block/function/primitive/LongObjectToLongFunction;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // long injectedValue
        start local 3 // org.eclipse.collections.api.block.function.primitive.LongObjectToLongFunction function
         0: .line 669
            aload 3 /* function */
            lload 1 /* injectedValue */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.primitive.LongObjectToLongFunction.longValueOf:(JLjava/lang/Object;)J
            lreturn
        end local 3 // org.eclipse.collections.api.block.function.primitive.LongObjectToLongFunction function
        end local 1 // long injectedValue
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  injectedValue  J
            0    1     3       function  Lorg/eclipse/collections/api/block/function/primitive/LongObjectToLongFunction<-TV;>;
    Signature: (JLorg/eclipse/collections/api/block/function/primitive/LongObjectToLongFunction<-TV;>;)J
    MethodParameters:
               Name  Flags
      injectedValue  
      function       

  public float injectInto(float, org.eclipse.collections.api.block.function.primitive.FloatObjectToFloatFunction<? super V>);
    descriptor: (FLorg/eclipse/collections/api/block/function/primitive/FloatObjectToFloatFunction;)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // float injectedValue
        start local 2 // org.eclipse.collections.api.block.function.primitive.FloatObjectToFloatFunction function
         0: .line 675
            aload 2 /* function */
            fload 1 /* injectedValue */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.primitive.FloatObjectToFloatFunction.floatValueOf:(FLjava/lang/Object;)F
            freturn
        end local 2 // org.eclipse.collections.api.block.function.primitive.FloatObjectToFloatFunction function
        end local 1 // float injectedValue
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  injectedValue  F
            0    1     2       function  Lorg/eclipse/collections/api/block/function/primitive/FloatObjectToFloatFunction<-TV;>;
    Signature: (FLorg/eclipse/collections/api/block/function/primitive/FloatObjectToFloatFunction<-TV;>;)F
    MethodParameters:
               Name  Flags
      injectedValue  
      function       

  public double injectInto(double, org.eclipse.collections.api.block.function.primitive.DoubleObjectToDoubleFunction<? super V>);
    descriptor: (DLorg/eclipse/collections/api/block/function/primitive/DoubleObjectToDoubleFunction;)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // double injectedValue
        start local 3 // org.eclipse.collections.api.block.function.primitive.DoubleObjectToDoubleFunction function
         0: .line 681
            aload 3 /* function */
            dload 1 /* injectedValue */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.primitive.DoubleObjectToDoubleFunction.doubleValueOf:(DLjava/lang/Object;)D
            dreturn
        end local 3 // org.eclipse.collections.api.block.function.primitive.DoubleObjectToDoubleFunction function
        end local 1 // double injectedValue
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  injectedValue  D
            0    1     3       function  Lorg/eclipse/collections/api/block/function/primitive/DoubleObjectToDoubleFunction<-TV;>;
    Signature: (DLorg/eclipse/collections/api/block/function/primitive/DoubleObjectToDoubleFunction<-TV;>;)D
    MethodParameters:
               Name  Flags
      injectedValue  
      function       

  public <R extends java.util.Collection<V>> R into();
    descriptor: (Ljava/util/Collection;)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // java.util.Collection target
         0: .line 687
            aload 0 /* this */
            aload 1 /* target */
            invokestatic org.eclipse.collections.impl.utility.Iterate.addAllTo:(Ljava/lang/Iterable;Ljava/util/Collection;)Ljava/util/Collection;
            areturn
        end local 1 // java.util.Collection target
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  target  TR;
    Signature: <R::Ljava/util/Collection<TV;>;>(TR;)TR;
    MethodParameters:
        Name  Flags
      target  

  public org.eclipse.collections.api.list.MutableList<V> toList();
    descriptor: ()Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
         0: .line 693
            getstatic org.eclipse.collections.impl.factory.Lists.mutable:Lorg/eclipse/collections/api/factory/list/MutableListFactory;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            aastore
            invokeinterface org.eclipse.collections.api.factory.list.MutableListFactory.with:([Ljava/lang/Object;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
    Signature: ()Lorg/eclipse/collections/api/list/MutableList<TV;>;

  public org.eclipse.collections.api.list.MutableList<V> toSortedList();
    descriptor: ()Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
         0: .line 699
            getstatic org.eclipse.collections.impl.factory.Lists.mutable:Lorg/eclipse/collections/api/factory/list/MutableListFactory;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            aastore
            invokeinterface org.eclipse.collections.api.factory.list.MutableListFactory.with:([Ljava/lang/Object;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
    Signature: ()Lorg/eclipse/collections/api/list/MutableList<TV;>;

  public org.eclipse.collections.api.list.MutableList<V> toSortedList(java.util.Comparator<? super V>);
    descriptor: (Ljava/util/Comparator;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // java.util.Comparator comparator
         0: .line 705
            getstatic org.eclipse.collections.impl.factory.Lists.mutable:Lorg/eclipse/collections/api/factory/list/MutableListFactory;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            aastore
            invokeinterface org.eclipse.collections.api.factory.list.MutableListFactory.with:([Ljava/lang/Object;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
        end local 1 // java.util.Comparator comparator
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  comparator  Ljava/util/Comparator<-TV;>;
    Signature: (Ljava/util/Comparator<-TV;>;)Lorg/eclipse/collections/api/list/MutableList<TV;>;
    MethodParameters:
            Name  Flags
      comparator  

  public org.eclipse.collections.api.set.MutableSet<V> toSet();
    descriptor: ()Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
         0: .line 711
            getstatic org.eclipse.collections.impl.factory.Sets.mutable:Lorg/eclipse/collections/api/factory/set/MutableSetFactory;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            aastore
            invokeinterface org.eclipse.collections.api.factory.set.MutableSetFactory.with:([Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
    Signature: ()Lorg/eclipse/collections/api/set/MutableSet<TV;>;

  public org.eclipse.collections.api.set.sorted.MutableSortedSet<V> toSortedSet();
    descriptor: ()Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
         0: .line 717
            getstatic org.eclipse.collections.impl.factory.SortedSets.mutable:Lorg/eclipse/collections/api/factory/set/sorted/MutableSortedSetFactory;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            aastore
            invokeinterface org.eclipse.collections.api.factory.set.sorted.MutableSortedSetFactory.with:([Ljava/lang/Object;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
            areturn
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
    Signature: ()Lorg/eclipse/collections/api/set/sorted/MutableSortedSet<TV;>;

  public org.eclipse.collections.api.set.sorted.MutableSortedSet<V> toSortedSet(java.util.Comparator<? super V>);
    descriptor: (Ljava/util/Comparator;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // java.util.Comparator comparator
         0: .line 723
            getstatic org.eclipse.collections.impl.factory.SortedSets.mutable:Lorg/eclipse/collections/api/factory/set/sorted/MutableSortedSetFactory;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            aastore
            invokeinterface org.eclipse.collections.api.factory.set.sorted.MutableSortedSetFactory.with:([Ljava/lang/Object;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
            areturn
        end local 1 // java.util.Comparator comparator
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  comparator  Ljava/util/Comparator<-TV;>;
    Signature: (Ljava/util/Comparator<-TV;>;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet<TV;>;
    MethodParameters:
            Name  Flags
      comparator  

  public org.eclipse.collections.api.bag.MutableBag<V> toBag();
    descriptor: ()Lorg/eclipse/collections/api/bag/MutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
         0: .line 729
            getstatic org.eclipse.collections.impl.factory.Bags.mutable:Lorg/eclipse/collections/api/factory/bag/MutableBagFactory;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            aastore
            invokeinterface org.eclipse.collections.api.factory.bag.MutableBagFactory.with:([Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
    Signature: ()Lorg/eclipse/collections/api/bag/MutableBag<TV;>;

  public org.eclipse.collections.api.bag.sorted.MutableSortedBag<V> toSortedBag();
    descriptor: ()Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
         0: .line 735
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            aastore
            invokestatic org.eclipse.collections.impl.bag.sorted.mutable.TreeBag.newBagWith:([Ljava/lang/Object;)Lorg/eclipse/collections/impl/bag/sorted/mutable/TreeBag;
            areturn
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
    Signature: ()Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag<TV;>;

  public org.eclipse.collections.api.bag.sorted.MutableSortedBag<V> toSortedBag(java.util.Comparator<? super V>);
    descriptor: (Ljava/util/Comparator;)Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // java.util.Comparator comparator
         0: .line 741
            aload 1 /* comparator */
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            aastore
            invokestatic org.eclipse.collections.impl.bag.sorted.mutable.TreeBag.newBagWith:(Ljava/util/Comparator;[Ljava/lang/Object;)Lorg/eclipse/collections/impl/bag/sorted/mutable/TreeBag;
            areturn
        end local 1 // java.util.Comparator comparator
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  comparator  Ljava/util/Comparator<-TV;>;
    Signature: (Ljava/util/Comparator<-TV;>;)Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag<TV;>;
    MethodParameters:
            Name  Flags
      comparator  

  public <VV extends java.lang.Comparable<? super VV>> org.eclipse.collections.api.bag.sorted.MutableSortedBag<V> toSortedBagBy(org.eclipse.collections.api.block.function.Function<? super V, ? extends VV>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 747
            aload 1 /* function */
            invokestatic org.eclipse.collections.impl.block.factory.Comparators.byFunction:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/block/SerializableComparator;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            aastore
            invokestatic org.eclipse.collections.impl.bag.sorted.mutable.TreeBag.newBagWith:(Ljava/util/Comparator;[Ljava/lang/Object;)Lorg/eclipse/collections/impl/bag/sorted/mutable/TreeBag;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/Function<-TV;+TVV;>;
    Signature: <VV::Ljava/lang/Comparable<-TVV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TV;+TVV;>;)Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag<TV;>;
    MethodParameters:
          Name  Flags
      function  

  public <NK, NV> org.eclipse.collections.api.map.MutableMap<NK, NV> toMap(org.eclipse.collections.api.block.function.Function<? super V, ? extends NK>, org.eclipse.collections.api.block.function.Function<? super V, ? extends NV>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/MutableMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap 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 753
            getstatic org.eclipse.collections.impl.factory.Maps.mutable:Lorg/eclipse/collections/api/factory/map/MutableMapFactory;
            aload 1 /* keyFunction */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.Function.valueOf:(Ljava/lang/Object;)Ljava/lang/Object;
            aload 2 /* valueFunction */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.Function.valueOf:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.factory.map.MutableMapFactory.with:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/map/MutableMap;
            areturn
        end local 2 // org.eclipse.collections.api.block.function.Function valueFunction
        end local 1 // org.eclipse.collections.api.block.function.Function keyFunction
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1    keyFunction  Lorg/eclipse/collections/api/block/function/Function<-TV;+TNK;>;
            0    1     2  valueFunction  Lorg/eclipse/collections/api/block/function/Function<-TV;+TNV;>;
    Signature: <NK:Ljava/lang/Object;NV:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TV;+TNK;>;Lorg/eclipse/collections/api/block/function/Function<-TV;+TNV;>;)Lorg/eclipse/collections/api/map/MutableMap<TNK;TNV;>;
    MethodParameters:
               Name  Flags
      keyFunction    
      valueFunction  

  public <NK, NV> org.eclipse.collections.api.map.sorted.MutableSortedMap<NK, NV> toSortedMap(org.eclipse.collections.api.block.function.Function<? super V, ? extends NK>, org.eclipse.collections.api.block.function.Function<? super V, ? extends NV>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/sorted/MutableSortedMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap 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 759
            getstatic org.eclipse.collections.impl.factory.SortedMaps.mutable:Lorg/eclipse/collections/api/factory/map/sorted/MutableSortedMapFactory;
            aload 1 /* keyFunction */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.Function.valueOf:(Ljava/lang/Object;)Ljava/lang/Object;
            aload 2 /* valueFunction */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.Function.valueOf:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.factory.map.sorted.MutableSortedMapFactory.with:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/map/sorted/MutableSortedMap;
            areturn
        end local 2 // org.eclipse.collections.api.block.function.Function valueFunction
        end local 1 // org.eclipse.collections.api.block.function.Function keyFunction
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1    keyFunction  Lorg/eclipse/collections/api/block/function/Function<-TV;+TNK;>;
            0    1     2  valueFunction  Lorg/eclipse/collections/api/block/function/Function<-TV;+TNV;>;
    Signature: <NK:Ljava/lang/Object;NV:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TV;+TNK;>;Lorg/eclipse/collections/api/block/function/Function<-TV;+TNV;>;)Lorg/eclipse/collections/api/map/sorted/MutableSortedMap<TNK;TNV;>;
    MethodParameters:
               Name  Flags
      keyFunction    
      valueFunction  

  public <NK, NV> org.eclipse.collections.api.map.sorted.MutableSortedMap<NK, NV> toSortedMap(java.util.Comparator<? super NK>, org.eclipse.collections.api.block.function.Function<? super V, ? extends NK>, org.eclipse.collections.api.block.function.Function<? super V, ? extends NV>);
    descriptor: (Ljava/util/Comparator;Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/sorted/MutableSortedMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // java.util.Comparator comparator
        start local 2 // org.eclipse.collections.api.block.function.Function keyFunction
        start local 3 // org.eclipse.collections.api.block.function.Function valueFunction
         0: .line 765
            getstatic org.eclipse.collections.impl.factory.SortedMaps.mutable:Lorg/eclipse/collections/api/factory/map/sorted/MutableSortedMapFactory;
            aload 2 /* keyFunction */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.Function.valueOf:(Ljava/lang/Object;)Ljava/lang/Object;
            aload 3 /* valueFunction */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.Function.valueOf:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.factory.map.sorted.MutableSortedMapFactory.with:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/map/sorted/MutableSortedMap;
            areturn
        end local 3 // org.eclipse.collections.api.block.function.Function valueFunction
        end local 2 // org.eclipse.collections.api.block.function.Function keyFunction
        end local 1 // java.util.Comparator comparator
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1     comparator  Ljava/util/Comparator<-TNK;>;
            0    1     2    keyFunction  Lorg/eclipse/collections/api/block/function/Function<-TV;+TNK;>;
            0    1     3  valueFunction  Lorg/eclipse/collections/api/block/function/Function<-TV;+TNV;>;
    Signature: <NK:Ljava/lang/Object;NV:Ljava/lang/Object;>(Ljava/util/Comparator<-TNK;>;Lorg/eclipse/collections/api/block/function/Function<-TV;+TNK;>;Lorg/eclipse/collections/api/block/function/Function<-TV;+TNV;>;)Lorg/eclipse/collections/api/map/sorted/MutableSortedMap<TNK;TNV;>;
    MethodParameters:
               Name  Flags
      comparator     
      keyFunction    
      valueFunction  

  public <KK extends java.lang.Comparable<? super KK>, NK, NV> org.eclipse.collections.api.map.sorted.MutableSortedMap<NK, NV> toSortedMapBy(org.eclipse.collections.api.block.function.Function<? super NK, KK>, org.eclipse.collections.api.block.function.Function<? super V, ? extends NK>, org.eclipse.collections.api.block.function.Function<? super V, ? extends NV>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/sorted/MutableSortedMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.Function sortBy
        start local 2 // org.eclipse.collections.api.block.function.Function keyFunction
        start local 3 // org.eclipse.collections.api.block.function.Function valueFunction
         0: .line 771
            getstatic org.eclipse.collections.impl.factory.SortedMaps.mutable:Lorg/eclipse/collections/api/factory/map/sorted/MutableSortedMapFactory;
            aload 2 /* keyFunction */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.Function.valueOf:(Ljava/lang/Object;)Ljava/lang/Object;
            aload 3 /* valueFunction */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.Function.valueOf:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.factory.map.sorted.MutableSortedMapFactory.with:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/map/sorted/MutableSortedMap;
            areturn
        end local 3 // org.eclipse.collections.api.block.function.Function valueFunction
        end local 2 // org.eclipse.collections.api.block.function.Function keyFunction
        end local 1 // org.eclipse.collections.api.block.function.Function sortBy
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1         sortBy  Lorg/eclipse/collections/api/block/function/Function<-TNK;TKK;>;
            0    1     2    keyFunction  Lorg/eclipse/collections/api/block/function/Function<-TV;+TNK;>;
            0    1     3  valueFunction  Lorg/eclipse/collections/api/block/function/Function<-TV;+TNV;>;
    Signature: <KK::Ljava/lang/Comparable<-TKK;>;NK:Ljava/lang/Object;NV:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TNK;TKK;>;Lorg/eclipse/collections/api/block/function/Function<-TV;+TNK;>;Lorg/eclipse/collections/api/block/function/Function<-TV;+TNV;>;)Lorg/eclipse/collections/api/map/sorted/MutableSortedMap<TNK;TNV;>;
    MethodParameters:
               Name  Flags
      sortBy         
      keyFunction    
      valueFunction  

  public <NK, NV> org.eclipse.collections.api.bimap.MutableBiMap<NK, NV> toBiMap(org.eclipse.collections.api.block.function.Function<? super V, ? extends NK>, org.eclipse.collections.api.block.function.Function<? super V, ? extends NV>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap 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 777
            getstatic org.eclipse.collections.impl.factory.BiMaps.mutable:Lorg/eclipse/collections/api/factory/bimap/MutableBiMapFactory;
            aload 1 /* keyFunction */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.Function.valueOf:(Ljava/lang/Object;)Ljava/lang/Object;
            aload 2 /* valueFunction */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.Function.valueOf:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.factory.bimap.MutableBiMapFactory.with:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
            areturn
        end local 2 // org.eclipse.collections.api.block.function.Function valueFunction
        end local 1 // org.eclipse.collections.api.block.function.Function keyFunction
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1    keyFunction  Lorg/eclipse/collections/api/block/function/Function<-TV;+TNK;>;
            0    1     2  valueFunction  Lorg/eclipse/collections/api/block/function/Function<-TV;+TNV;>;
    Signature: <NK:Ljava/lang/Object;NV:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TV;+TNK;>;Lorg/eclipse/collections/api/block/function/Function<-TV;+TNV;>;)Lorg/eclipse/collections/api/bimap/MutableBiMap<TNK;TNV;>;
    MethodParameters:
               Name  Flags
      keyFunction    
      valueFunction  

  public org.eclipse.collections.api.LazyIterable<V> asLazy();
    descriptor: ()Lorg/eclipse/collections/api/LazyIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
         0: .line 783
            new org.eclipse.collections.impl.lazy.LazyIterableAdapter
            dup
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            aastore
            invokestatic org.eclipse.collections.impl.list.mutable.FastList.newListWith:([Ljava/lang/Object;)Lorg/eclipse/collections/impl/list/mutable/FastList;
            invokespecial org.eclipse.collections.impl.lazy.LazyIterableAdapter.<init>:(Ljava/lang/Iterable;)V
            areturn
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
    Signature: ()Lorg/eclipse/collections/api/LazyIterable<TV;>;

  public java.lang.Object[] toArray();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
         0: .line 789
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            aastore
            areturn
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;

  public <T> T[] toArray();
    descriptor: ([Ljava/lang/Object;)[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // java.lang.Object[] a
         0: .line 795
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            aastore
            areturn
        end local 1 // java.lang.Object[] a
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1     a  [Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>([TT;)[TT;
    MethodParameters:
      Name  Flags
      a     

  public V min(java.util.Comparator<? super V>);
    descriptor: (Ljava/util/Comparator;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // java.util.Comparator comparator
         0: .line 801
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            areturn
        end local 1 // java.util.Comparator comparator
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  comparator  Ljava/util/Comparator<-TV;>;
    Signature: (Ljava/util/Comparator<-TV;>;)TV;
    MethodParameters:
            Name  Flags
      comparator  

  public V max(java.util.Comparator<? super V>);
    descriptor: (Ljava/util/Comparator;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // java.util.Comparator comparator
         0: .line 807
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            areturn
        end local 1 // java.util.Comparator comparator
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  comparator  Ljava/util/Comparator<-TV;>;
    Signature: (Ljava/util/Comparator<-TV;>;)TV;
    MethodParameters:
            Name  Flags
      comparator  

  public V min();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
         0: .line 813
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            areturn
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
    Signature: ()TV;

  public V max();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
         0: .line 819
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            areturn
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
    Signature: ()TV;

  public long sumOfInt(org.eclipse.collections.api.block.function.primitive.IntFunction<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.primitive.IntFunction function
         0: .line 825
            aload 1 /* function */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.primitive.IntFunction.intValueOf:(Ljava/lang/Object;)I
            i2l
            lreturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.IntFunction function
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TV;>;)J
    MethodParameters:
          Name  Flags
      function  

  public double sumOfFloat(org.eclipse.collections.api.block.function.primitive.FloatFunction<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.primitive.FloatFunction function
         0: .line 831
            aload 1 /* function */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.primitive.FloatFunction.floatValueOf:(Ljava/lang/Object;)F
            f2d
            dreturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.FloatFunction function
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/primitive/FloatFunction<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction<-TV;>;)D
    MethodParameters:
          Name  Flags
      function  

  public long sumOfLong(org.eclipse.collections.api.block.function.primitive.LongFunction<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.primitive.LongFunction function
         0: .line 837
            aload 1 /* function */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.primitive.LongFunction.longValueOf:(Ljava/lang/Object;)J
            lreturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.LongFunction function
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/primitive/LongFunction<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction<-TV;>;)J
    MethodParameters:
          Name  Flags
      function  

  public double sumOfDouble(org.eclipse.collections.api.block.function.primitive.DoubleFunction<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.primitive.DoubleFunction function
         0: .line 843
            aload 1 /* function */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.primitive.DoubleFunction.doubleValueOf:(Ljava/lang/Object;)D
            dreturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.DoubleFunction function
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TV;>;)D
    MethodParameters:
          Name  Flags
      function  

  public java.lang.String makeString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
         0: .line 849
            aload 0 /* this */
            ldc ", "
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.makeString:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;

  public java.lang.String makeString(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // java.lang.String separator
         0: .line 855
            aload 0 /* this */
            ldc ""
            aload 1 /* separator */
            ldc ""
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.makeString:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String separator
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  separator  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      separator  

  public java.lang.String makeString(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // java.lang.String start
        start local 2 // java.lang.String separator
        start local 3 // java.lang.String end
         0: .line 861
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 4 /* stringBuilder */
        start local 4 // java.lang.Appendable stringBuilder
         1: .line 862
            aload 0 /* this */
            aload 4 /* stringBuilder */
            aload 1 /* start */
            aload 2 /* separator */
            aload 3 /* end */
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.appendString:(Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         2: .line 863
            aload 4 /* stringBuilder */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 4 // java.lang.Appendable stringBuilder
        end local 3 // java.lang.String end
        end local 2 // java.lang.String separator
        end local 1 // java.lang.String start
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    3     1          start  Ljava/lang/String;
            0    3     2      separator  Ljava/lang/String;
            0    3     3            end  Ljava/lang/String;
            1    3     4  stringBuilder  Ljava/lang/Appendable;
    MethodParameters:
           Name  Flags
      start      
      separator  
      end        

  public void appendString(java.lang.Appendable);
    descriptor: (Ljava/lang/Appendable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // java.lang.Appendable appendable
         0: .line 869
            aload 0 /* this */
            aload 1 /* appendable */
            ldc ", "
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.appendString:(Ljava/lang/Appendable;Ljava/lang/String;)V
         1: .line 870
            return
        end local 1 // java.lang.Appendable appendable
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    2     1  appendable  Ljava/lang/Appendable;
    MethodParameters:
            Name  Flags
      appendable  

  public void appendString(java.lang.Appendable, java.lang.String);
    descriptor: (Ljava/lang/Appendable;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // java.lang.Appendable appendable
        start local 2 // java.lang.String separator
         0: .line 875
            aload 0 /* this */
            aload 1 /* appendable */
            ldc ""
            aload 2 /* separator */
            ldc ""
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.appendString:(Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         1: .line 876
            return
        end local 2 // java.lang.String separator
        end local 1 // java.lang.Appendable appendable
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    2     1  appendable  Ljava/lang/Appendable;
            0    2     2   separator  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      appendable  
      separator   

  public void appendString(java.lang.Appendable, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // java.lang.Appendable appendable
        start local 2 // java.lang.String start
        start local 3 // java.lang.String separator
        start local 4 // java.lang.String end
         0: .line 883
            aload 1 /* appendable */
            aload 2 /* start */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         1: .line 884
            aload 1 /* appendable */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         2: .line 885
            aload 1 /* appendable */
            aload 4 /* end */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         3: .line 886
            goto 6
         4: .line 887
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 5 /* e */
        start local 5 // java.io.IOException e
         5: .line 889
            new java.lang.RuntimeException
            dup
            aload 5 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 5 // java.io.IOException e
         6: .line 891
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.lang.String end
        end local 3 // java.lang.String separator
        end local 2 // java.lang.String start
        end local 1 // java.lang.Appendable appendable
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    7     1  appendable  Ljava/lang/Appendable;
            0    7     2       start  Ljava/lang/String;
            0    7     3   separator  Ljava/lang/String;
            0    7     4         end  Ljava/lang/String;
            5    6     5           e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     3       4  Class java.io.IOException
    MethodParameters:
            Name  Flags
      appendable  
      start       
      separator   
      end         

  public <VV> org.eclipse.collections.api.multimap.bag.ImmutableBagMultimap<VV, V> groupBy(org.eclipse.collections.api.block.function.Function<? super V, ? extends VV>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)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.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 896
            getstatic org.eclipse.collections.impl.factory.Multimaps.immutable:Lorg/eclipse/collections/impl/factory/Multimaps$ImmutableMultimaps;
            getfield org.eclipse.collections.impl.factory.Multimaps$ImmutableMultimaps.bag:Lorg/eclipse/collections/impl/factory/Multimaps$ImmutableMultimaps$ImmutableBagMultimapFactory;
            aload 1 /* function */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.Function.valueOf:(Ljava/lang/Object;)Ljava/lang/Object;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.factory.Multimaps$ImmutableMultimaps$ImmutableBagMultimapFactory.with:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/multimap/bag/ImmutableBagMultimap;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/Function<-TV;+TVV;>;
    Signature: <VV:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TV;+TVV;>;)Lorg/eclipse/collections/api/multimap/bag/ImmutableBagMultimap<TVV;TV;>;
    MethodParameters:
          Name  Flags
      function  

  public <VV, R extends org.eclipse.collections.api.multimap.MutableMultimap<VV, V>> R groupBy(org.eclipse.collections.api.block.function.Function<? super V, ? extends VV>, );
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/multimap/MutableMultimap;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.Function function
        start local 2 // org.eclipse.collections.api.multimap.MutableMultimap target
         0: .line 902
            aload 2 /* target */
            aload 1 /* function */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.Function.valueOf:(Ljava/lang/Object;)Ljava/lang/Object;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.multimap.MutableMultimap.put:(Ljava/lang/Object;Ljava/lang/Object;)Z
            pop
         1: .line 903
            aload 2 /* target */
            areturn
        end local 2 // org.eclipse.collections.api.multimap.MutableMultimap target
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    2     1  function  Lorg/eclipse/collections/api/block/function/Function<-TV;+TVV;>;
            0    2     2    target  TR;
    Signature: <VV:Ljava/lang/Object;R::Lorg/eclipse/collections/api/multimap/MutableMultimap<TVV;TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TV;+TVV;>;TR;)TR;
    MethodParameters:
          Name  Flags
      function  
      target    

  public <VV> org.eclipse.collections.api.multimap.bag.ImmutableBagMultimap<VV, V> groupByEach(org.eclipse.collections.api.block.function.Function<? super V, ? extends java.lang.Iterable<VV>>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)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.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 909
            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.map.immutable.primitive.ImmutableIntObjectSingletonMap.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/multimap/MutableMultimap;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
            checkcast org.eclipse.collections.impl.multimap.bag.HashBagMultimap
            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.Function function
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/Function<-TV;+Ljava/lang/Iterable<TVV;>;>;
    Signature: <VV:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TV;+Ljava/lang/Iterable<TVV;>;>;)Lorg/eclipse/collections/api/multimap/bag/ImmutableBagMultimap<TVV;TV;>;
    MethodParameters:
          Name  Flags
      function  

  public <VV, R extends org.eclipse.collections.api.multimap.MutableMultimap<VV, V>> R groupByEach(org.eclipse.collections.api.block.function.Function<? super V, ? extends java.lang.Iterable<VV>>, );
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/multimap/MutableMultimap;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.Function function
        start local 2 // org.eclipse.collections.api.multimap.MutableMultimap target
         0: .line 915
            aload 1 /* function */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.Function.valueOf:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Iterable
            astore 3 /* iterable */
        start local 3 // java.lang.Iterable iterable
         1: .line 916
            aload 3 /* iterable */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 5
            goto 4
      StackMap locals: org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.multimap.MutableMultimap java.lang.Iterable top java.util.Iterator
      StackMap stack:
         2: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Object
            astore 4 /* key */
        start local 4 // java.lang.Object key
         3: .line 918
            aload 2 /* target */
            aload 4 /* key */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.multimap.MutableMultimap.put:(Ljava/lang/Object;Ljava/lang/Object;)Z
            pop
        end local 4 // java.lang.Object key
         4: .line 916
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 920
            aload 2 /* target */
            areturn
        end local 3 // java.lang.Iterable iterable
        end local 2 // org.eclipse.collections.api.multimap.MutableMultimap target
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    6     1  function  Lorg/eclipse/collections/api/block/function/Function<-TV;+Ljava/lang/Iterable<TVV;>;>;
            0    6     2    target  TR;
            1    6     3  iterable  Ljava/lang/Iterable<TVV;>;
            3    4     4       key  TVV;
    Signature: <VV:Ljava/lang/Object;R::Lorg/eclipse/collections/api/multimap/MutableMultimap<TVV;TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TV;+Ljava/lang/Iterable<TVV;>;>;TR;)TR;
    MethodParameters:
          Name  Flags
      function  
      target    

  public <VV> org.eclipse.collections.api.map.ImmutableMap<VV, V> groupByUniqueKey(org.eclipse.collections.api.block.function.Function<? super V, ? extends VV>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/ImmutableMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 926
            getstatic org.eclipse.collections.impl.factory.Maps.immutable:Lorg/eclipse/collections/api/factory/map/ImmutableMapFactory;
            aload 1 /* function */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.Function.valueOf:(Ljava/lang/Object;)Ljava/lang/Object;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.factory.map.ImmutableMapFactory.with:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/map/ImmutableMap;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/Function<-TV;+TVV;>;
    Signature: <VV:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TV;+TVV;>;)Lorg/eclipse/collections/api/map/ImmutableMap<TVV;TV;>;
    MethodParameters:
          Name  Flags
      function  

  public <VV, R extends org.eclipse.collections.api.map.MutableMapIterable<VV, V>> R groupByUniqueKey(org.eclipse.collections.api.block.function.Function<? super V, ? extends VV>, );
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/map/MutableMapIterable;)Lorg/eclipse/collections/api/map/MutableMapIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.Function function
        start local 2 // org.eclipse.collections.api.map.MutableMapIterable target
         0: .line 932
            aload 2 /* target */
            aload 1 /* function */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.Function.valueOf:(Ljava/lang/Object;)Ljava/lang/Object;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.map.MutableMapIterable.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            ifnull 2
         1: .line 934
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Key "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* function */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.Function.valueOf:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " already exists in map!"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 936
      StackMap locals:
      StackMap stack:
            aload 2 /* target */
            areturn
        end local 2 // org.eclipse.collections.api.map.MutableMapIterable target
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    3     1  function  Lorg/eclipse/collections/api/block/function/Function<-TV;+TVV;>;
            0    3     2    target  TR;
    Signature: <VV:Ljava/lang/Object;R::Lorg/eclipse/collections/api/map/MutableMapIterable<TVV;TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TV;+TVV;>;TR;)TR;
    MethodParameters:
          Name  Flags
      function  
      target    

  public <S> org.eclipse.collections.api.bag.ImmutableBag<org.eclipse.collections.api.tuple.Pair<V, S>> zip(java.lang.Iterable<S>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/bag/ImmutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // java.lang.Iterable that
         0: .line 942
            aload 0 /* this */
            aload 1 /* that */
            invokestatic org.eclipse.collections.impl.bag.mutable.HashBag.newBag:()Lorg/eclipse/collections/impl/bag/mutable/HashBag;
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.zip:(Ljava/lang/Iterable;Ljava/util/Collection;)Ljava/util/Collection;
            checkcast org.eclipse.collections.impl.bag.mutable.HashBag
            invokevirtual org.eclipse.collections.impl.bag.mutable.HashBag.toImmutable:()Lorg/eclipse/collections/api/bag/ImmutableBag;
            areturn
        end local 1 // java.lang.Iterable that
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  that  Ljava/lang/Iterable<TS;>;
    Signature: <S:Ljava/lang/Object;>(Ljava/lang/Iterable<TS;>;)Lorg/eclipse/collections/api/bag/ImmutableBag<Lorg/eclipse/collections/api/tuple/Pair<TV;TS;>;>;
    MethodParameters:
      Name  Flags
      that  

  public <S, R extends java.util.Collection<org.eclipse.collections.api.tuple.Pair<V, S>>> R zip(java.lang.Iterable<S>, );
    descriptor: (Ljava/lang/Iterable;Ljava/util/Collection;)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // java.lang.Iterable that
        start local 2 // java.util.Collection target
         0: .line 948
            aload 0 /* this */
            aload 1 /* that */
            aload 2 /* target */
            invokestatic org.eclipse.collections.impl.utility.internal.IterableIterate.zip:(Ljava/lang/Iterable;Ljava/lang/Iterable;Ljava/util/Collection;)Ljava/util/Collection;
            areturn
        end local 2 // java.util.Collection target
        end local 1 // java.lang.Iterable that
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1    that  Ljava/lang/Iterable<TS;>;
            0    1     2  target  TR;
    Signature: <S:Ljava/lang/Object;R::Ljava/util/Collection<Lorg/eclipse/collections/api/tuple/Pair<TV;TS;>;>;>(Ljava/lang/Iterable<TS;>;TR;)TR;
    MethodParameters:
        Name  Flags
      that    
      target  

  public org.eclipse.collections.api.set.ImmutableSet<org.eclipse.collections.api.tuple.Pair<V, java.lang.Integer>> zipWithIndex();
    descriptor: ()Lorg/eclipse/collections/api/set/ImmutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
         0: .line 954
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.newSet:()Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.zipWithIndex:(Ljava/util/Collection;)Ljava/util/Collection;
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.toImmutable:()Lorg/eclipse/collections/api/set/ImmutableSet;
            areturn
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
    Signature: ()Lorg/eclipse/collections/api/set/ImmutableSet<Lorg/eclipse/collections/api/tuple/Pair<TV;Ljava/lang/Integer;>;>;

  public <R extends java.util.Collection<org.eclipse.collections.api.tuple.Pair<V, java.lang.Integer>>> R zipWithIndex();
    descriptor: (Ljava/util/Collection;)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // java.util.Collection target
         0: .line 960
            aload 0 /* this */
            aload 1 /* target */
            invokestatic org.eclipse.collections.impl.utility.internal.IterableIterate.zipWithIndex:(Ljava/lang/Iterable;Ljava/util/Collection;)Ljava/util/Collection;
            areturn
        end local 1 // java.util.Collection target
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  target  TR;
    Signature: <R::Ljava/util/Collection<Lorg/eclipse/collections/api/tuple/Pair<TV;Ljava/lang/Integer;>;>;>(TR;)TR;
    MethodParameters:
        Name  Flags
      target  

  public org.eclipse.collections.api.RichIterable<org.eclipse.collections.api.RichIterable<V>> chunk(int);
    descriptor: (I)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // int size
         0: .line 966
            iload 1 /* size */
            ifgt 2
         1: .line 968
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Size for groups must be positive but was: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* size */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 970
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.collections.impl.factory.Lists.mutable:Lorg/eclipse/collections/api/factory/list/MutableListFactory;
            invokeinterface org.eclipse.collections.api.factory.list.MutableListFactory.of:()Lorg/eclipse/collections/api/list/MutableList;
            astore 2 /* result */
        start local 2 // org.eclipse.collections.api.list.MutableList result
         3: .line 971
            aload 2 /* result */
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            aastore
            invokestatic org.eclipse.collections.impl.list.mutable.FastList.newListWith:([Ljava/lang/Object;)Lorg/eclipse/collections/impl/list/mutable/FastList;
            invokeinterface org.eclipse.collections.api.list.MutableList.add:(Ljava/lang/Object;)Z
            pop
         4: .line 972
            aload 2 /* result */
            areturn
        end local 2 // org.eclipse.collections.api.list.MutableList result
        end local 1 // int size
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    5     1    size  I
            3    5     2  result  Lorg/eclipse/collections/api/list/MutableList<Lorg/eclipse/collections/api/RichIterable<TV;>;>;
    Signature: (I)Lorg/eclipse/collections/api/RichIterable<Lorg/eclipse/collections/api/RichIterable<TV;>;>;
    MethodParameters:
      Name  Flags
      size  

  public <K, VV> org.eclipse.collections.api.map.ImmutableMap<K, VV> aggregateInPlaceBy(org.eclipse.collections.api.block.function.Function<? super V, ? extends K>, org.eclipse.collections.api.block.function.Function0<? extends VV>, org.eclipse.collections.api.block.procedure.Procedure2<? super VV, ? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/procedure/Procedure2;)Lorg/eclipse/collections/api/map/ImmutableMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.Function groupBy
        start local 2 // org.eclipse.collections.api.block.function.Function0 zeroValueFactory
        start local 3 // org.eclipse.collections.api.block.procedure.Procedure2 mutatingAggregator
         0: .line 978
            invokestatic org.eclipse.collections.impl.map.mutable.UnifiedMap.newMap:()Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            astore 4 /* map */
        start local 4 // org.eclipse.collections.api.map.MutableMap map
         1: .line 979
            aload 0 /* this */
            new org.eclipse.collections.impl.block.procedure.MutatingAggregationProcedure
            dup
            aload 4 /* map */
            aload 1 /* groupBy */
            aload 2 /* zeroValueFactory */
            aload 3 /* mutatingAggregator */
            invokespecial org.eclipse.collections.impl.block.procedure.MutatingAggregationProcedure.<init>:(Lorg/eclipse/collections/api/map/MutableMapIterable;Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/procedure/Procedure2;)V
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.forEach:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
         2: .line 980
            aload 4 /* map */
            invokeinterface org.eclipse.collections.api.map.MutableMap.toImmutable:()Lorg/eclipse/collections/api/map/ImmutableMap;
            areturn
        end local 4 // org.eclipse.collections.api.map.MutableMap map
        end local 3 // org.eclipse.collections.api.block.procedure.Procedure2 mutatingAggregator
        end local 2 // org.eclipse.collections.api.block.function.Function0 zeroValueFactory
        end local 1 // org.eclipse.collections.api.block.function.Function groupBy
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    3     1             groupBy  Lorg/eclipse/collections/api/block/function/Function<-TV;+TK;>;
            0    3     2    zeroValueFactory  Lorg/eclipse/collections/api/block/function/Function0<+TVV;>;
            0    3     3  mutatingAggregator  Lorg/eclipse/collections/api/block/procedure/Procedure2<-TVV;-TV;>;
            1    3     4                 map  Lorg/eclipse/collections/api/map/MutableMap<TK;TVV;>;
    Signature: <K:Ljava/lang/Object;VV:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TV;+TK;>;Lorg/eclipse/collections/api/block/function/Function0<+TVV;>;Lorg/eclipse/collections/api/block/procedure/Procedure2<-TVV;-TV;>;)Lorg/eclipse/collections/api/map/ImmutableMap<TK;TVV;>;
    MethodParameters:
                    Name  Flags
      groupBy             
      zeroValueFactory    
      mutatingAggregator  

  public <K, VV> org.eclipse.collections.api.map.ImmutableMap<K, VV> aggregateBy(org.eclipse.collections.api.block.function.Function<? super V, ? extends K>, org.eclipse.collections.api.block.function.Function0<? extends VV>, org.eclipse.collections.api.block.function.Function2<? super VV, ? super V, ? extends VV>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/map/ImmutableMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.Function groupBy
        start local 2 // org.eclipse.collections.api.block.function.Function0 zeroValueFactory
        start local 3 // org.eclipse.collections.api.block.function.Function2 nonMutatingAggregator
         0: .line 986
            invokestatic org.eclipse.collections.impl.map.mutable.UnifiedMap.newMap:()Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            astore 4 /* map */
        start local 4 // org.eclipse.collections.api.map.MutableMap map
         1: .line 987
            aload 0 /* this */
            new org.eclipse.collections.impl.block.procedure.NonMutatingAggregationProcedure
            dup
            aload 4 /* map */
            aload 1 /* groupBy */
            aload 2 /* zeroValueFactory */
            aload 3 /* nonMutatingAggregator */
            invokespecial org.eclipse.collections.impl.block.procedure.NonMutatingAggregationProcedure.<init>:(Lorg/eclipse/collections/api/map/MutableMapIterable;Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/function/Function2;)V
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.forEach:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
         2: .line 988
            aload 4 /* map */
            invokeinterface org.eclipse.collections.api.map.MutableMap.toImmutable:()Lorg/eclipse/collections/api/map/ImmutableMap;
            areturn
        end local 4 // org.eclipse.collections.api.map.MutableMap map
        end local 3 // org.eclipse.collections.api.block.function.Function2 nonMutatingAggregator
        end local 2 // org.eclipse.collections.api.block.function.Function0 zeroValueFactory
        end local 1 // org.eclipse.collections.api.block.function.Function groupBy
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    3     0                   this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    3     1                groupBy  Lorg/eclipse/collections/api/block/function/Function<-TV;+TK;>;
            0    3     2       zeroValueFactory  Lorg/eclipse/collections/api/block/function/Function0<+TVV;>;
            0    3     3  nonMutatingAggregator  Lorg/eclipse/collections/api/block/function/Function2<-TVV;-TV;+TVV;>;
            1    3     4                    map  Lorg/eclipse/collections/api/map/MutableMap<TK;TVV;>;
    Signature: <K:Ljava/lang/Object;VV:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TV;+TK;>;Lorg/eclipse/collections/api/block/function/Function0<+TVV;>;Lorg/eclipse/collections/api/block/function/Function2<-TVV;-TV;+TVV;>;)Lorg/eclipse/collections/api/map/ImmutableMap<TK;TVV;>;
    MethodParameters:
                       Name  Flags
      groupBy                
      zeroValueFactory       
      nonMutatingAggregator  

  public <VV extends java.lang.Comparable<? super VV>> V maxBy(org.eclipse.collections.api.block.function.Function<? super V, ? extends VV>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 994
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/Function<-TV;+TVV;>;
    Signature: <VV::Ljava/lang/Comparable<-TVV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TV;+TVV;>;)TV;
    MethodParameters:
          Name  Flags
      function  

  public <VV extends java.lang.Comparable<? super VV>> V minBy(org.eclipse.collections.api.block.function.Function<? super V, ? extends VV>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 1000
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/Function<-TV;+TVV;>;
    Signature: <VV::Ljava/lang/Comparable<-TVV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TV;+TVV;>;)TV;
    MethodParameters:
          Name  Flags
      function  

  public <VV extends java.lang.Comparable<? super VV>> org.eclipse.collections.api.set.sorted.MutableSortedSet<V> toSortedSetBy(org.eclipse.collections.api.block.function.Function<? super V, ? extends VV>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 1006
            getstatic org.eclipse.collections.impl.factory.SortedSets.mutable:Lorg/eclipse/collections/api/factory/set/sorted/MutableSortedSetFactory;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            aastore
            invokeinterface org.eclipse.collections.api.factory.set.sorted.MutableSortedSetFactory.with:([Ljava/lang/Object;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/Function<-TV;+TVV;>;
    Signature: <VV::Ljava/lang/Comparable<-TVV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TV;+TVV;>;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet<TV;>;
    MethodParameters:
          Name  Flags
      function  

  public <VV extends java.lang.Comparable<? super VV>> org.eclipse.collections.api.list.MutableList<V> toSortedListBy(org.eclipse.collections.api.block.function.Function<? super V, ? extends VV>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 1012
            getstatic org.eclipse.collections.impl.factory.Lists.mutable:Lorg/eclipse/collections/api/factory/list/MutableListFactory;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            aastore
            invokeinterface org.eclipse.collections.api.factory.list.MutableListFactory.of:([Ljava/lang/Object;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/Function<-TV;+TVV;>;
    Signature: <VV::Ljava/lang/Comparable<-TVV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TV;+TVV;>;)Lorg/eclipse/collections/api/list/MutableList<TV;>;
    MethodParameters:
          Name  Flags
      function  

  public <VV, R extends java.util.Collection<VV>> R flatCollect(org.eclipse.collections.api.block.function.Function<? super V, ? extends java.lang.Iterable<VV>>, );
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Ljava/util/Collection;)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.Function function
        start local 2 // java.util.Collection target
         0: .line 1018
            aload 1 /* function */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.Function.valueOf:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Iterable
            aload 2 /* target */
            invokestatic org.eclipse.collections.impl.utility.Iterate.addAllTo:(Ljava/lang/Iterable;Ljava/util/Collection;)Ljava/util/Collection;
            pop
         1: .line 1019
            aload 2 /* target */
            areturn
        end local 2 // java.util.Collection target
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    2     1  function  Lorg/eclipse/collections/api/block/function/Function<-TV;+Ljava/lang/Iterable<TVV;>;>;
            0    2     2    target  TR;
    Signature: <VV:Ljava/lang/Object;R::Ljava/util/Collection<TVV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TV;+Ljava/lang/Iterable<TVV;>;>;TR;)TR;
    MethodParameters:
          Name  Flags
      function  
      target    

  public <VV, R extends java.util.Collection<VV>> R collectIf(org.eclipse.collections.api.block.predicate.Predicate<? super V>, org.eclipse.collections.api.block.function.Function<? super V, ? extends VV>, );
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function;Ljava/util/Collection;)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        start local 2 // org.eclipse.collections.api.block.function.Function function
        start local 3 // java.util.Collection target
         0: .line 1025
            aload 1 /* predicate */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 1027
            aload 3 /* target */
            aload 2 /* function */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.Function.valueOf:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
         2: .line 1029
      StackMap locals:
      StackMap stack:
            aload 3 /* target */
            areturn
        end local 3 // java.util.Collection target
        end local 2 // org.eclipse.collections.api.block.function.Function function
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    3     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;
            0    3     2   function  Lorg/eclipse/collections/api/block/function/Function<-TV;+TVV;>;
            0    3     3     target  TR;
    Signature: <VV:Ljava/lang/Object;R::Ljava/util/Collection<TVV;>;>(Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;Lorg/eclipse/collections/api/block/function/Function<-TV;+TVV;>;TR;)TR;
    MethodParameters:
           Name  Flags
      predicate  
      function   
      target     

  public <P, VV> org.eclipse.collections.api.bag.ImmutableBag<VV> collectWith(org.eclipse.collections.api.block.function.Function2<? super V, ? super P, ? extends VV>, P);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/ImmutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.Function2 function
        start local 2 // java.lang.Object parameter
         0: .line 1035
            getstatic org.eclipse.collections.impl.factory.Bags.immutable:Lorg/eclipse/collections/api/factory/bag/ImmutableBagFactory;
            aload 1 /* function */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.block.function.Function2.value:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.factory.bag.ImmutableBagFactory.with:(Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/ImmutableBag;
            areturn
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.function.Function2 function
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1   function  Lorg/eclipse/collections/api/block/function/Function2<-TV;-TP;+TVV;>;
            0    1     2  parameter  TP;
    Signature: <P:Ljava/lang/Object;VV:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function2<-TV;-TP;+TVV;>;TP;)Lorg/eclipse/collections/api/bag/ImmutableBag<TVV;>;
    MethodParameters:
           Name  Flags
      function   
      parameter  

  public <P, VV, R extends java.util.Collection<VV>> R collectWith(org.eclipse.collections.api.block.function.Function2<? super V, ? super P, ? extends VV>, P, );
    descriptor: (Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;Ljava/util/Collection;)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.Function2 function
        start local 2 // java.lang.Object parameter
        start local 3 // java.util.Collection targetCollection
         0: .line 1041
            aload 3 /* targetCollection */
            aload 1 /* function */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.block.function.Function2.value:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
         1: .line 1042
            aload 3 /* targetCollection */
            areturn
        end local 3 // java.util.Collection targetCollection
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.function.Function2 function
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    2     1          function  Lorg/eclipse/collections/api/block/function/Function2<-TV;-TP;+TVV;>;
            0    2     2         parameter  TP;
            0    2     3  targetCollection  TR;
    Signature: <P:Ljava/lang/Object;VV:Ljava/lang/Object;R::Ljava/util/Collection<TVV;>;>(Lorg/eclipse/collections/api/block/function/Function2<-TV;-TP;+TVV;>;TP;TR;)TR;
    MethodParameters:
                  Name  Flags
      function          
      parameter         
      targetCollection  

  public <VV, R extends java.util.Collection<VV>> R collect(org.eclipse.collections.api.block.function.Function<? super V, ? extends VV>, );
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Ljava/util/Collection;)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.function.Function function
        start local 2 // java.util.Collection target
         0: .line 1048
            aload 2 /* target */
            aload 1 /* function */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.Function.valueOf:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
         1: .line 1049
            aload 2 /* target */
            areturn
        end local 2 // java.util.Collection target
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    2     1  function  Lorg/eclipse/collections/api/block/function/Function<-TV;+TVV;>;
            0    2     2    target  TR;
    Signature: <VV:Ljava/lang/Object;R::Ljava/util/Collection<TVV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TV;+TVV;>;TR;)TR;
    MethodParameters:
          Name  Flags
      function  
      target    

  public org.eclipse.collections.api.map.primitive.ImmutableIntObjectMap<V> newWithKeyValue(int, V);
    descriptor: (ILjava/lang/Object;)Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // int key
        start local 2 // java.lang.Object value
         0: .line 1055
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.key1:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            iload 1 /* key */
            aload 2 /* value */
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.newWithKeysValues:(ILjava/lang/Object;ILjava/lang/Object;)Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.toImmutable:()Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap;
            areturn
        end local 2 // java.lang.Object value
        end local 1 // int key
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    1     1    key  I
            0    1     2  value  TV;
    Signature: (ITV;)Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap<TV;>;
    MethodParameters:
       Name  Flags
      key    
      value  

  public org.eclipse.collections.api.map.primitive.ImmutableIntObjectMap<V> newWithoutKey(int);
    descriptor: (I)Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // int key
         0: .line 1061
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.key1:I
            iload 1 /* key */
            if_icmpne 1
            getstatic org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectEmptyMap.INSTANCE:Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
      StackMap locals:
      StackMap stack: org.eclipse.collections.api.map.primitive.ImmutableIntObjectMap
         2: areturn
        end local 1 // int key
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    3     1   key  I
    Signature: (I)Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap<TV;>;
    MethodParameters:
      Name  Flags
      key   

  public org.eclipse.collections.api.map.primitive.ImmutableIntObjectMap<V> newWithoutAllKeys(org.eclipse.collections.api.IntIterable);
    descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.IntIterable keys
         0: .line 1067
            aload 1 /* keys */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.key1:I
            invokeinterface org.eclipse.collections.api.IntIterable.contains:(I)Z
            ifeq 1
            getstatic org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectEmptyMap.INSTANCE:Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
      StackMap locals:
      StackMap stack: org.eclipse.collections.api.map.primitive.ImmutableIntObjectMap
         2: areturn
        end local 1 // org.eclipse.collections.api.IntIterable keys
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    3     1  keys  Lorg/eclipse/collections/api/IntIterable;
    Signature: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap<TV;>;
    MethodParameters:
      Name  Flags
      keys  

  public void forEach(org.eclipse.collections.api.block.procedure.Procedure<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 1073
            aload 0 /* this */
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.each:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
         1: .line 1074
            return
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TV;>;)V
    MethodParameters:
           Name  Flags
      procedure  

  public void each(org.eclipse.collections.api.block.procedure.Procedure<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 1079
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         1: .line 1080
            return
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TV;>;)V
    MethodParameters:
           Name  Flags
      procedure  

  public void forEachWithIndex(org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure objectIntProcedure
         0: .line 1085
            aload 1 /* objectIntProcedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            iconst_0
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure.value:(Ljava/lang/Object;I)V
         1: .line 1086
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure objectIntProcedure
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    2     1  objectIntProcedure  Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TV;>;)V
    MethodParameters:
                    Name  Flags
      objectIntProcedure  

  public <P> void forEachWith(org.eclipse.collections.api.block.procedure.Procedure2<? super V, ? super P>, );
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure2 procedure
        start local 2 // java.lang.Object parameter
         0: .line 1091
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure2.value:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 1092
            return
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure2 procedure
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure2<-TV;-TP;>;
            0    2     2  parameter  TP;
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/procedure/Procedure2<-TV;-TP;>;TP;)V
    MethodParameters:
           Name  Flags
      procedure  
      parameter  

  public java.util.Iterator<V> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
         0: .line 1097
            new org.eclipse.collections.impl.UnmodifiableIteratorAdapter
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.key1:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.value1:Ljava/lang/Object;
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.newWithKeysValues:(ILjava/lang/Object;)Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.iterator:()Ljava/util/Iterator;
            invokespecial org.eclipse.collections.impl.UnmodifiableIteratorAdapter.<init>:(Ljava/util/Iterator;)V
            areturn
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;
    Signature: ()Ljava/util/Iterator<TV;>;

  private java.lang.Object writeReplace();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
         0: .line 1102
            new org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableIntObjectMap$ImmutableIntObjectMapSerializationProxy
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableIntObjectMap$ImmutableIntObjectMapSerializationProxy.<init>:(Lorg/eclipse/collections/api/map/primitive/IntObjectMap;)V
            areturn
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/primitive/ImmutableIntObjectSingletonMap<TV;>;

  public org.eclipse.collections.api.RichIterable collectIf(org.eclipse.collections.api.block.predicate.Predicate, org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/RichIterable;
    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.predicate.Predicate
            aload 2
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.collectIf:(Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/ImmutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.Bag collectIf(org.eclipse.collections.api.block.predicate.Predicate, org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/Bag;
    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.predicate.Predicate
            aload 2
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.collectIf:(Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/ImmutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable zipWithIndex();
    descriptor: ()Lorg/eclipse/collections/api/RichIterable;
    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.map.immutable.primitive.ImmutableIntObjectSingletonMap.zipWithIndex:()Lorg/eclipse/collections/api/set/ImmutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.UnsortedSetIterable zipWithIndex();
    descriptor: ()Lorg/eclipse/collections/api/set/UnsortedSetIterable;
    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.map.immutable.primitive.ImmutableIntObjectSingletonMap.zipWithIndex:()Lorg/eclipse/collections/api/set/ImmutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable zip(java.lang.Iterable);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/RichIterable;
    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.Iterable
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.zip:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/bag/ImmutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.Bag zip(java.lang.Iterable);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/bag/Bag;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Iterable
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.zip:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/bag/ImmutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.CharIterable collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/CharIterable;
    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.primitive.CharFunction
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.collectChar:(Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/bag/primitive/ImmutableCharBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.primitive.CharBag collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/bag/primitive/CharBag;
    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.primitive.CharFunction
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.collectChar:(Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/bag/primitive/ImmutableCharBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable flatCollect(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/RichIterable;
    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.map.immutable.primitive.ImmutableIntObjectSingletonMap.flatCollect:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/ImmutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.Bag flatCollect(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/Bag;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.flatCollect:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/ImmutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.IntIterable collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/IntIterable;
    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.primitive.IntFunction
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.collectInt:(Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/bag/primitive/ImmutableIntBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.primitive.IntBag collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/bag/primitive/IntBag;
    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.primitive.IntFunction
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.collectInt:(Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/bag/primitive/ImmutableIntBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.LongIterable collectLong(org.eclipse.collections.api.block.function.primitive.LongFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/LongIterable;
    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.primitive.LongFunction
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.collectLong:(Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/bag/primitive/ImmutableLongBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.primitive.LongBag collectLong(org.eclipse.collections.api.block.function.primitive.LongFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/bag/primitive/LongBag;
    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.primitive.LongFunction
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.collectLong:(Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/bag/primitive/ImmutableLongBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable rejectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/RichIterable;
    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.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/ImmutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.Bag rejectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/Bag;
    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.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/ImmutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ByteIterable collectByte(org.eclipse.collections.api.block.function.primitive.ByteFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;)Lorg/eclipse/collections/api/ByteIterable;
    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.primitive.ByteFunction
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.collectByte:(Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;)Lorg/eclipse/collections/api/bag/primitive/ImmutableByteBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.primitive.ByteBag collectByte(org.eclipse.collections.api.block.function.primitive.ByteFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;)Lorg/eclipse/collections/api/bag/primitive/ByteBag;
    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.primitive.ByteFunction
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.collectByte:(Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;)Lorg/eclipse/collections/api/bag/primitive/ImmutableByteBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.PartitionIterable partition(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/PartitionIterable;
    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.Predicate
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.partition:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/bag/PartitionImmutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.bag.PartitionBag partition(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/bag/PartitionBag;
    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.Predicate
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.partition:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/bag/PartitionImmutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.DoubleIterable collectDouble(org.eclipse.collections.api.block.function.primitive.DoubleFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/DoubleIterable;
    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.primitive.DoubleFunction
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.collectDouble:(Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/bag/primitive/ImmutableDoubleBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.primitive.DoubleBag collectDouble(org.eclipse.collections.api.block.function.primitive.DoubleFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/bag/primitive/DoubleBag;
    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.primitive.DoubleFunction
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.collectDouble:(Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/bag/primitive/ImmutableDoubleBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable reject(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/RichIterable;
    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.Predicate
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/bag/ImmutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.Bag reject(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/bag/Bag;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/bag/ImmutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.primitive.IntObjectMap reject(org.eclipse.collections.api.block.predicate.primitive.IntObjectPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/IntObjectMap;
    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.primitive.IntObjectPredicate
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/IntObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.Multimap groupByEach(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.map.immutable.primitive.ImmutableIntObjectSingletonMap.groupByEach:(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 groupByEach(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)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.Function
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.groupByEach:(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.RichIterable collectWith(org.eclipse.collections.api.block.function.Function2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)Lorg/eclipse/collections/api/RichIterable;
    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.Function2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.collectWith:(Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/ImmutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.Bag collectWith(org.eclipse.collections.api.block.function.Function2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/Bag;
    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.Function2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.collectWith:(Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/ImmutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable select(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/RichIterable;
    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.Predicate
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/bag/ImmutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.Bag select(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/bag/Bag;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/bag/ImmutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.primitive.IntObjectMap select(org.eclipse.collections.api.block.predicate.primitive.IntObjectPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/IntObjectMap;
    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.primitive.IntObjectPredicate
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ShortIterable collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/ShortIterable;
    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.primitive.ShortFunction
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.collectShort:(Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/bag/primitive/ImmutableShortBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.primitive.ShortBag collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/bag/primitive/ShortBag;
    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.primitive.ShortFunction
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.collectShort:(Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/bag/primitive/ImmutableShortBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable tap(org.eclipse.collections.api.block.procedure.Procedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/RichIterable;
    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.procedure.Procedure
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.primitive.IntObjectMap tap(org.eclipse.collections.api.block.procedure.Procedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/map/primitive/IntObjectMap;
    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.procedure.Procedure
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.FloatIterable collectFloat(org.eclipse.collections.api.block.function.primitive.FloatFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/FloatIterable;
    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.primitive.FloatFunction
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.collectFloat:(Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/bag/primitive/ImmutableFloatBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.primitive.FloatBag collectFloat(org.eclipse.collections.api.block.function.primitive.FloatFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/bag/primitive/FloatBag;
    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.primitive.FloatFunction
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.collectFloat:(Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/bag/primitive/ImmutableFloatBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.Multimap groupBy(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.map.immutable.primitive.ImmutableIntObjectSingletonMap.groupBy:(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 groupBy(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)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.Function
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.groupBy:(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.RichIterable selectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/RichIterable;
    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.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/ImmutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.Bag selectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/Bag;
    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.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/ImmutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.PartitionIterable partitionWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/PartitionIterable;
    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.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.partitionWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/bag/PartitionImmutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.bag.PartitionBag partitionWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/bag/PartitionBag;
    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.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.partitionWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/bag/PartitionImmutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.MapIterable aggregateBy(org.eclipse.collections.api.block.function.Function, org.eclipse.collections.api.block.function.Function0, org.eclipse.collections.api.block.function.Function2);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/map/MapIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            aload 2
            checkcast org.eclipse.collections.api.block.function.Function0
            aload 3
            checkcast org.eclipse.collections.api.block.function.Function2
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.aggregateBy:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/map/ImmutableMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable selectInstancesOf(java.lang.Class);
    descriptor: (Ljava/lang/Class;)Lorg/eclipse/collections/api/RichIterable;
    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.Class
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.selectInstancesOf:(Ljava/lang/Class;)Lorg/eclipse/collections/api/bag/ImmutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.Bag selectInstancesOf(java.lang.Class);
    descriptor: (Ljava/lang/Class;)Lorg/eclipse/collections/api/bag/Bag;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Class
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.selectInstancesOf:(Ljava/lang/Class;)Lorg/eclipse/collections/api/bag/ImmutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.BooleanIterable collectBoolean(org.eclipse.collections.api.block.function.primitive.BooleanFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/BooleanIterable;
    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.primitive.BooleanFunction
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.collectBoolean:(Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/bag/primitive/ImmutableBooleanBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.primitive.BooleanBag collectBoolean(org.eclipse.collections.api.block.function.primitive.BooleanFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/bag/primitive/BooleanBag;
    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.primitive.BooleanFunction
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.collectBoolean:(Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/bag/primitive/ImmutableBooleanBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable collect(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/RichIterable;
    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.map.immutable.primitive.ImmutableIntObjectSingletonMap.collect:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/ImmutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.Bag collect(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/Bag;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.collect:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/ImmutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.primitive.ObjectIntMap flipUniqueValues();
    descriptor: ()Lorg/eclipse/collections/api/map/primitive/ObjectIntMap;
    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.map.immutable.primitive.ImmutableIntObjectSingletonMap.flipUniqueValues:()Lorg/eclipse/collections/api/map/primitive/ImmutableObjectIntMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.MapIterable aggregateInPlaceBy(org.eclipse.collections.api.block.function.Function, org.eclipse.collections.api.block.function.Function0, org.eclipse.collections.api.block.procedure.Procedure2);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/procedure/Procedure2;)Lorg/eclipse/collections/api/map/MapIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            aload 2
            checkcast org.eclipse.collections.api.block.function.Function0
            aload 3
            checkcast org.eclipse.collections.api.block.procedure.Procedure2
            invokevirtual org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMap.aggregateInPlaceBy:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/procedure/Procedure2;)Lorg/eclipse/collections/api/map/ImmutableMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.MapIterable groupByUniqueKey(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/MapIterable;
    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.map.immutable.primitive.ImmutableIntObjectSingletonMap.groupByUniqueKey:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/ImmutableMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.UnsortedMapIterable groupByUniqueKey(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/UnsortedMapIterable;
    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.map.immutable.primitive.ImmutableIntObjectSingletonMap.groupByUniqueKey:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/ImmutableMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <V:Ljava/lang/Object;>Lorg/eclipse/collections/impl/map/immutable/primitive/AbstractImmutableIntObjectMap<TV;>;Ljava/io/Serializable;
SourceFile: "ImmutableIntObjectSingletonMap.java"
InnerClasses:
  public final ImmutableMultimaps = org.eclipse.collections.impl.factory.Multimaps$ImmutableMultimaps of org.eclipse.collections.impl.factory.Multimaps
  public final ImmutableBagMultimapFactory = org.eclipse.collections.impl.factory.Multimaps$ImmutableMultimaps$ImmutableBagMultimapFactory of org.eclipse.collections.impl.factory.Multimaps$ImmutableMultimaps
  protected ImmutableIntObjectMapSerializationProxy = org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableIntObjectMap$ImmutableIntObjectMapSerializationProxy of org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableIntObjectMap