public interface org.eclipse.collections.api.map.primitive.MutableDoubleLongMap extends org.eclipse.collections.api.map.primitive.DoubleLongMap, 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.MutableDoubleLongMap
  super_class: java.lang.Object
{
  public abstract void put(double, long);
    descriptor: (DJ)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      key    
      value  

  public void putPair(org.eclipse.collections.api.tuple.primitive.DoubleLongPair);
    descriptor: (Lorg/eclipse/collections/api/tuple/primitive/DoubleLongPair;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.map.primitive.MutableDoubleLongMap this
        start local 1 // org.eclipse.collections.api.tuple.primitive.DoubleLongPair keyValuePair
         0: .line 39
            aload 0 /* this */
            aload 1 /* keyValuePair */
            invokeinterface org.eclipse.collections.api.tuple.primitive.DoubleLongPair.getOne:()D
            aload 1 /* keyValuePair */
            invokeinterface org.eclipse.collections.api.tuple.primitive.DoubleLongPair.getTwo:()J
            invokeinterface org.eclipse.collections.api.map.primitive.MutableDoubleLongMap.put:(DJ)V
         1: .line 40
            return
        end local 1 // org.eclipse.collections.api.tuple.primitive.DoubleLongPair keyValuePair
        end local 0 // org.eclipse.collections.api.map.primitive.MutableDoubleLongMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/eclipse/collections/api/map/primitive/MutableDoubleLongMap;
            0    2     1  keyValuePair  Lorg/eclipse/collections/api/tuple/primitive/DoubleLongPair;
    MethodParameters:
              Name  Flags
      keyValuePair  

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

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

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

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

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

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

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

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

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

  public abstract long updateValue(double, long, org.eclipse.collections.api.block.function.primitive.LongToLongFunction);
    descriptor: (DJLorg/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.MutableLongDoubleMap flipUniqueValues();
    descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableLongDoubleMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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

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

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

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

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

  public org.eclipse.collections.api.map.primitive.MutableDoubleLongMap withAllKeyValues(java.lang.Iterable<org.eclipse.collections.api.tuple.primitive.DoubleLongPair>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/map/primitive/MutableDoubleLongMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.api.map.primitive.MutableDoubleLongMap 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.MutableDoubleLongMap 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.DoubleLongPair
            astore 2 /* keyValuePair */
        start local 2 // org.eclipse.collections.api.tuple.primitive.DoubleLongPair keyValuePair
         2: .line 87
            aload 0 /* this */
            aload 2 /* keyValuePair */
            invokeinterface org.eclipse.collections.api.map.primitive.MutableDoubleLongMap.putPair:(Lorg/eclipse/collections/api/tuple/primitive/DoubleLongPair;)V
        end local 2 // org.eclipse.collections.api.tuple.primitive.DoubleLongPair 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.MutableDoubleLongMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lorg/eclipse/collections/api/map/primitive/MutableDoubleLongMap;
            0    5     1  keyValuePairs  Ljava/lang/Iterable<Lorg/eclipse/collections/api/tuple/primitive/DoubleLongPair;>;
            2    3     2   keyValuePair  Lorg/eclipse/collections/api/tuple/primitive/DoubleLongPair;
    Signature: (Ljava/lang/Iterable<Lorg/eclipse/collections/api/tuple/primitive/DoubleLongPair;>;)Lorg/eclipse/collections/api/map/primitive/MutableDoubleLongMap;
    MethodParameters:
               Name  Flags
      keyValuePairs  

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

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

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

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

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

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