public interface org.eclipse.collections.api.map.primitive.MutableIntLongMap extends org.eclipse.collections.api.map.primitive.IntLongMap, org.eclipse.collections.api.map.primitive.MutableLongValuesMap
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.collections.api.map.primitive.MutableIntLongMap
  super_class: java.lang.Object
{
  public abstract void put(int, long);
    descriptor: (IJ)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      key    
      value  

  public void putPair(org.eclipse.collections.api.tuple.primitive.IntLongPair);
    descriptor: (Lorg/eclipse/collections/api/tuple/primitive/IntLongPair;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.map.primitive.MutableIntLongMap this
        start local 1 // org.eclipse.collections.api.tuple.primitive.IntLongPair keyValuePair
         0: .line 45
            aload 0 /* this */
            aload 1 /* keyValuePair */
            invokeinterface org.eclipse.collections.api.tuple.primitive.IntLongPair.getOne:()I
            aload 1 /* keyValuePair */
            invokeinterface org.eclipse.collections.api.tuple.primitive.IntLongPair.getTwo:()J
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntLongMap.put:(IJ)V
         1: .line 46
            return
        end local 1 // org.eclipse.collections.api.tuple.primitive.IntLongPair keyValuePair
        end local 0 // org.eclipse.collections.api.map.primitive.MutableIntLongMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/eclipse/collections/api/map/primitive/MutableIntLongMap;
            0    2     1  keyValuePair  Lorg/eclipse/collections/api/tuple/primitive/IntLongPair;
    MethodParameters:
              Name  Flags
      keyValuePair  

  public abstract void putAll(org.eclipse.collections.api.map.primitive.IntLongMap);
    descriptor: (Lorg/eclipse/collections/api/map/primitive/IntLongMap;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      map   

  public abstract void updateValues(org.eclipse.collections.api.block.function.primitive.IntLongToLongFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntLongToLongFunction;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      function  

  public abstract void removeKey(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      key   

  public abstract void remove(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      key   

  public abstract long removeKeyIfAbsent(int, long);
    descriptor: (IJ)J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      key    
      value  

  public abstract long getIfAbsentPut(int, long);
    descriptor: (IJ)J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      key    
      value  

  public abstract long getIfAbsentPut(int, org.eclipse.collections.api.block.function.primitive.LongFunction0);
    descriptor: (ILorg/eclipse/collections/api/block/function/primitive/LongFunction0;)J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      key       
      function  

  public abstract long getIfAbsentPutWithKey(int, org.eclipse.collections.api.block.function.primitive.IntToLongFunction);
    descriptor: (ILorg/eclipse/collections/api/block/function/primitive/IntToLongFunction;)J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      key       
      function  

  public abstract <P> long getIfAbsentPutWith(int, org.eclipse.collections.api.block.function.primitive.LongFunction<? super P>, );
    descriptor: (ILorg/eclipse/collections/api/block/function/primitive/LongFunction;Ljava/lang/Object;)J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <P:Ljava/lang/Object;>(ILorg/eclipse/collections/api/block/function/primitive/LongFunction<-TP;>;TP;)J
    MethodParameters:
           Name  Flags
      key        
      function   
      parameter  

  public abstract long updateValue(int, long, org.eclipse.collections.api.block.function.primitive.LongToLongFunction);
    descriptor: (IJLorg/eclipse/collections/api/block/function/primitive/LongToLongFunction;)J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                      Name  Flags
      key                   
      initialValueIfAbsent  
      function              

  public abstract org.eclipse.collections.api.map.primitive.MutableLongIntMap flipUniqueValues();
    descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableLongIntMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.eclipse.collections.api.map.primitive.MutableIntLongMap select(org.eclipse.collections.api.block.predicate.primitive.IntLongPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntLongPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableIntLongMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      predicate  

  public abstract org.eclipse.collections.api.map.primitive.MutableIntLongMap reject(org.eclipse.collections.api.block.predicate.primitive.IntLongPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntLongPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableIntLongMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      predicate  

  public abstract org.eclipse.collections.api.map.primitive.MutableIntLongMap withKeyValue(int, long);
    descriptor: (IJ)Lorg/eclipse/collections/api/map/primitive/MutableIntLongMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      key    
      value  

  public abstract org.eclipse.collections.api.map.primitive.MutableIntLongMap withoutKey(int);
    descriptor: (I)Lorg/eclipse/collections/api/map/primitive/MutableIntLongMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      key   

  public abstract org.eclipse.collections.api.map.primitive.MutableIntLongMap withoutAllKeys(org.eclipse.collections.api.IntIterable);
    descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/map/primitive/MutableIntLongMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      keys  

  public org.eclipse.collections.api.map.primitive.MutableIntLongMap withAllKeyValues(java.lang.Iterable<org.eclipse.collections.api.tuple.primitive.IntLongPair>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/map/primitive/MutableIntLongMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.api.map.primitive.MutableIntLongMap this
        start local 1 // java.lang.Iterable keyValuePairs
         0: .line 192
            aload 1 /* keyValuePairs */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 3
            goto 3
      StackMap locals: org.eclipse.collections.api.map.primitive.MutableIntLongMap java.lang.Iterable top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.collections.api.tuple.primitive.IntLongPair
            astore 2 /* keyValuePair */
        start local 2 // org.eclipse.collections.api.tuple.primitive.IntLongPair keyValuePair
         2: .line 194
            aload 0 /* this */
            aload 2 /* keyValuePair */
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntLongMap.putPair:(Lorg/eclipse/collections/api/tuple/primitive/IntLongPair;)V
        end local 2 // org.eclipse.collections.api.tuple.primitive.IntLongPair keyValuePair
         3: .line 192
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 196
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Iterable keyValuePairs
        end local 0 // org.eclipse.collections.api.map.primitive.MutableIntLongMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lorg/eclipse/collections/api/map/primitive/MutableIntLongMap;
            0    5     1  keyValuePairs  Ljava/lang/Iterable<Lorg/eclipse/collections/api/tuple/primitive/IntLongPair;>;
            2    3     2   keyValuePair  Lorg/eclipse/collections/api/tuple/primitive/IntLongPair;
    Signature: (Ljava/lang/Iterable<Lorg/eclipse/collections/api/tuple/primitive/IntLongPair;>;)Lorg/eclipse/collections/api/map/primitive/MutableIntLongMap;
    MethodParameters:
               Name  Flags
      keyValuePairs  

  public abstract org.eclipse.collections.api.map.primitive.MutableIntLongMap asUnmodifiable();
    descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableIntLongMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.eclipse.collections.api.map.primitive.MutableIntLongMap asSynchronized();
    descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableIntLongMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract long addToValue(int, long);
    descriptor: (IJ)J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      key        
      toBeAdded  

  public org.eclipse.collections.api.map.primitive.IntLongMap select(org.eclipse.collections.api.block.predicate.primitive.IntLongPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntLongPredicate;)Lorg/eclipse/collections/api/map/primitive/IntLongMap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntLongMap.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntLongPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableIntLongMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.primitive.IntLongMap reject(org.eclipse.collections.api.block.predicate.primitive.IntLongPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntLongPredicate;)Lorg/eclipse/collections/api/map/primitive/IntLongMap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntLongMap.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/IntLongPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableIntLongMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.primitive.LongIntMap flipUniqueValues();
    descriptor: ()Lorg/eclipse/collections/api/map/primitive/LongIntMap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntLongMap.flipUniqueValues:()Lorg/eclipse/collections/api/map/primitive/MutableLongIntMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "MutableIntLongMap.java"