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 39
            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 40
            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 updateValues(org.eclipse.collections.api.block.function.primitive.IntShortToShortFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntShortToShortFunction;)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 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 org.eclipse.collections.api.map.primitive.MutableIntShortMap withAllKeyValues(java.lang.Iterable<org.eclipse.collections.api.tuple.primitive.IntShortPair>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/map/primitive/MutableIntShortMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.api.map.primitive.MutableIntShortMap this
        start local 1 // java.lang.Iterable keyValuePairs
         0: .line 85
            aload 1 /* keyValuePairs */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 3
            goto 3
      StackMap locals: org.eclipse.collections.api.map.primitive.MutableIntShortMap 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.IntShortPair
            astore 2 /* keyValuePair */
        start local 2 // org.eclipse.collections.api.tuple.primitive.IntShortPair keyValuePair
         2: .line 87
            aload 0 /* this */
            aload 2 /* keyValuePair */
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntShortMap.putPair:(Lorg/eclipse/collections/api/tuple/primitive/IntShortPair;)V
        end local 2 // org.eclipse.collections.api.tuple.primitive.IntShortPair keyValuePair
         3: .line 85
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 89
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Iterable keyValuePairs
        end local 0 // org.eclipse.collections.api.map.primitive.MutableIntShortMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lorg/eclipse/collections/api/map/primitive/MutableIntShortMap;
            0    5     1  keyValuePairs  Ljava/lang/Iterable<Lorg/eclipse/collections/api/tuple/primitive/IntShortPair;>;
            2    3     2   keyValuePair  Lorg/eclipse/collections/api/tuple/primitive/IntShortPair;
    Signature: (Ljava/lang/Iterable<Lorg/eclipse/collections/api/tuple/primitive/IntShortPair;>;)Lorg/eclipse/collections/api/map/primitive/MutableIntShortMap;
    MethodParameters:
               Name  Flags
      keyValuePairs  

  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"