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

  public void putPair(org.eclipse.collections.api.tuple.primitive.FloatIntPair);
    descriptor: (Lorg/eclipse/collections/api/tuple/primitive/FloatIntPair;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.map.primitive.MutableFloatIntMap this
        start local 1 // org.eclipse.collections.api.tuple.primitive.FloatIntPair keyValuePair
         0: .line 38
            aload 0 /* this */
            aload 1 /* keyValuePair */
            invokeinterface org.eclipse.collections.api.tuple.primitive.FloatIntPair.getOne:()F
            aload 1 /* keyValuePair */
            invokeinterface org.eclipse.collections.api.tuple.primitive.FloatIntPair.getTwo:()I
            invokeinterface org.eclipse.collections.api.map.primitive.MutableFloatIntMap.put:(FI)V
         1: .line 39
            return
        end local 1 // org.eclipse.collections.api.tuple.primitive.FloatIntPair keyValuePair
        end local 0 // org.eclipse.collections.api.map.primitive.MutableFloatIntMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/eclipse/collections/api/map/primitive/MutableFloatIntMap;
            0    2     1  keyValuePair  Lorg/eclipse/collections/api/tuple/primitive/FloatIntPair;
    MethodParameters:
              Name  Flags
      keyValuePair  

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

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

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

  public abstract int removeKeyIfAbsent(float, int);
    descriptor: (FI)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      key    
      value  

  public abstract int getIfAbsentPut(float, int);
    descriptor: (FI)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      key    
      value  

  public abstract int getIfAbsentPut(float, org.eclipse.collections.api.block.function.primitive.IntFunction0);
    descriptor: (FLorg/eclipse/collections/api/block/function/primitive/IntFunction0;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      key       
      function  

  public abstract int getIfAbsentPutWithKey(float, org.eclipse.collections.api.block.function.primitive.FloatToIntFunction);
    descriptor: (FLorg/eclipse/collections/api/block/function/primitive/FloatToIntFunction;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      key       
      function  

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

  public abstract int updateValue(float, int, org.eclipse.collections.api.block.function.primitive.IntToIntFunction);
    descriptor: (FILorg/eclipse/collections/api/block/function/primitive/IntToIntFunction;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                      Name  Flags
      key                   
      initialValueIfAbsent  
      function              

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

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

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

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

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

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

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

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

  public abstract int addToValue(float, int);
    descriptor: (FI)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      key        
      toBeAdded  

  public org.eclipse.collections.api.map.primitive.FloatIntMap select(org.eclipse.collections.api.block.predicate.primitive.FloatIntPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/FloatIntPredicate;)Lorg/eclipse/collections/api/map/primitive/FloatIntMap;
    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.MutableFloatIntMap.select:(Lorg/eclipse/collections/api/block/predicate/primitive/FloatIntPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableFloatIntMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.primitive.FloatIntMap reject(org.eclipse.collections.api.block.predicate.primitive.FloatIntPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/FloatIntPredicate;)Lorg/eclipse/collections/api/map/primitive/FloatIntMap;
    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.MutableFloatIntMap.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/FloatIntPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableFloatIntMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.primitive.IntFloatMap flipUniqueValues();
    descriptor: ()Lorg/eclipse/collections/api/map/primitive/IntFloatMap;
    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.MutableFloatIntMap.flipUniqueValues:()Lorg/eclipse/collections/api/map/primitive/MutableIntFloatMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "MutableFloatIntMap.java"