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

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

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

  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 char removeKeyIfAbsent(int, char);
    descriptor: (IC)C
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      key    
      value  

  public abstract char getIfAbsentPut(int, char);
    descriptor: (IC)C
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      key    
      value  

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

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

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

  public abstract char updateValue(int, char, org.eclipse.collections.api.block.function.primitive.CharToCharFunction);
    descriptor: (ICLorg/eclipse/collections/api/block/function/primitive/CharToCharFunction;)C
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                      Name  Flags
      key                   
      initialValueIfAbsent  
      function              

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

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

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

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

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

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

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

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

  public abstract char addToValue(int, char);
    descriptor: (IC)C
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      key        
      toBeAdded  

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

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

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