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

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

  public abstract void putAll(org.eclipse.collections.api.map.primitive.IntShortMap);
    descriptor: (Lorg/eclipse/collections/api/map/primitive/IntShortMap;)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 short removeKeyIfAbsent(int, short);
    descriptor: (IS)S
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      key    
      value  

  public abstract short getIfAbsentPut(int, short);
    descriptor: (IS)S
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      key    
      value  

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

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

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

  public abstract short updateValue(int, short, org.eclipse.collections.api.block.function.primitive.ShortToShortFunction);
    descriptor: (ISLorg/eclipse/collections/api/block/function/primitive/ShortToShortFunction;)S
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                      Name  Flags
      key                   
      initialValueIfAbsent  
      function              

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

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

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

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

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

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

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

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

  public abstract short addToValue(int, short);
    descriptor: (IS)S
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      key        
      toBeAdded  

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

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

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