public class org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap implements org.eclipse.collections.api.map.primitive.MutableIntDoubleMap, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private final org.eclipse.collections.api.map.primitive.MutableIntDoubleMap map;
    descriptor: Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.eclipse.collections.api.map.primitive.MutableIntDoubleMap);
    descriptor: (Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // org.eclipse.collections.api.map.primitive.MutableIntDoubleMap map
         0: .line 60
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 62
            aload 1 /* map */
            ifnonnull 3
         2: .line 64
            new java.lang.IllegalArgumentException
            dup
            ldc "Cannot create a UnmodifiableIntDoubleMap on a null map"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 67
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap org.eclipse.collections.api.map.primitive.MutableIntDoubleMap
      StackMap stack:
            aload 0 /* this */
            aload 1 /* map */
            putfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
         4: .line 68
            return
        end local 1 // org.eclipse.collections.api.map.primitive.MutableIntDoubleMap map
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    5     1   map  Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
    MethodParameters:
      Name  Flags
      map   

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
         0: .line 73
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call clear() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;

  public void put(int, double);
    descriptor: (ID)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // int key
        start local 2 // double value
         0: .line 79
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call put() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // double value
        end local 1 // int key
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1    key  I
            0    1     2  value  D
    MethodParameters:
       Name  Flags
      key    
      value  

  public void putPair(org.eclipse.collections.api.tuple.primitive.IntDoublePair);
    descriptor: (Lorg/eclipse/collections/api/tuple/primitive/IntDoublePair;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // org.eclipse.collections.api.tuple.primitive.IntDoublePair keyValuePair
         0: .line 85
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call putPair() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // org.eclipse.collections.api.tuple.primitive.IntDoublePair keyValuePair
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1  keyValuePair  Lorg/eclipse/collections/api/tuple/primitive/IntDoublePair;
    MethodParameters:
              Name  Flags
      keyValuePair  

  public void putAll(org.eclipse.collections.api.map.primitive.IntDoubleMap);
    descriptor: (Lorg/eclipse/collections/api/map/primitive/IntDoubleMap;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // org.eclipse.collections.api.map.primitive.IntDoubleMap map
         0: .line 91
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call putAll() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // org.eclipse.collections.api.map.primitive.IntDoubleMap map
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1   map  Lorg/eclipse/collections/api/map/primitive/IntDoubleMap;
    MethodParameters:
      Name  Flags
      map   

  public void updateValues(org.eclipse.collections.api.block.function.primitive.IntDoubleToDoubleFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntDoubleToDoubleFunction;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // org.eclipse.collections.api.block.function.primitive.IntDoubleToDoubleFunction function
         0: .line 97
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call updateValues() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // org.eclipse.collections.api.block.function.primitive.IntDoubleToDoubleFunction function
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/primitive/IntDoubleToDoubleFunction;
    MethodParameters:
          Name  Flags
      function  

  public void removeKey(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // int key
         0: .line 103
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call removeKey() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int key
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1   key  I
    MethodParameters:
      Name  Flags
      key   

  public void remove(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // int key
         0: .line 109
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call remove() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int key
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1   key  I
    MethodParameters:
      Name  Flags
      key   

  public double removeKeyIfAbsent(int, double);
    descriptor: (ID)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // int key
        start local 2 // double value
         0: .line 115
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            iload 1 /* key */
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.containsKey:(I)Z
            ifeq 2
         1: .line 117
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call removeKey() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 119
      StackMap locals:
      StackMap stack:
            dload 2 /* value */
            dreturn
        end local 2 // double value
        end local 1 // int key
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    3     1    key  I
            0    3     2  value  D
    MethodParameters:
       Name  Flags
      key    
      value  

  public double getIfAbsentPut(int, double);
    descriptor: (ID)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // int key
        start local 2 // double value
         0: .line 125
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            iload 1 /* key */
            invokedynamic value()Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction0;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()D
                  org/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap.lambda$0()D (6)
                  ()D
                  1
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.getIfAbsentPut:(ILorg/eclipse/collections/api/block/function/primitive/DoubleFunction0;)D
            dreturn
        end local 2 // double value
        end local 1 // int key
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1    key  I
            0    1     2  value  D
    MethodParameters:
       Name  Flags
      key    
      value  

  public double getIfAbsentPut(int, org.eclipse.collections.api.block.function.primitive.DoubleFunction0);
    descriptor: (ILorg/eclipse/collections/api/block/function/primitive/DoubleFunction0;)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // int key
        start local 2 // org.eclipse.collections.api.block.function.primitive.DoubleFunction0 function
         0: .line 131
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            iload 1 /* key */
            invokedynamic value()Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction0;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()D
                  org/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap.lambda$1()D (6)
                  ()D
                  1
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.getIfAbsentPut:(ILorg/eclipse/collections/api/block/function/primitive/DoubleFunction0;)D
            dreturn
        end local 2 // org.eclipse.collections.api.block.function.primitive.DoubleFunction0 function
        end local 1 // int key
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1       key  I
            0    1     2  function  Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction0;
    MethodParameters:
          Name  Flags
      key       
      function  

  public double getIfAbsentPutWithKey(int, org.eclipse.collections.api.block.function.primitive.IntToDoubleFunction);
    descriptor: (ILorg/eclipse/collections/api/block/function/primitive/IntToDoubleFunction;)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // int key
        start local 2 // org.eclipse.collections.api.block.function.primitive.IntToDoubleFunction function
         0: .line 137
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            iload 1 /* key */
            invokedynamic value()Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction0;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()D
                  org/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap.lambda$2()D (6)
                  ()D
                  1
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.getIfAbsentPut:(ILorg/eclipse/collections/api/block/function/primitive/DoubleFunction0;)D
            dreturn
        end local 2 // org.eclipse.collections.api.block.function.primitive.IntToDoubleFunction function
        end local 1 // int key
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1       key  I
            0    1     2  function  Lorg/eclipse/collections/api/block/function/primitive/IntToDoubleFunction;
    MethodParameters:
          Name  Flags
      key       
      function  

  public <P> double getIfAbsentPutWith(int, org.eclipse.collections.api.block.function.primitive.DoubleFunction<? super P>, );
    descriptor: (ILorg/eclipse/collections/api/block/function/primitive/DoubleFunction;Ljava/lang/Object;)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // int key
        start local 2 // org.eclipse.collections.api.block.function.primitive.DoubleFunction function
        start local 3 // java.lang.Object parameter
         0: .line 143
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            iload 1 /* key */
            invokedynamic value()Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction0;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()D
                  org/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap.lambda$3()D (6)
                  ()D
                  1
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.getIfAbsentPut:(ILorg/eclipse/collections/api/block/function/primitive/DoubleFunction0;)D
            dreturn
        end local 3 // java.lang.Object parameter
        end local 2 // org.eclipse.collections.api.block.function.primitive.DoubleFunction function
        end local 1 // int key
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1        key  I
            0    1     2   function  Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TP;>;
            0    1     3  parameter  TP;
    Signature: <P:Ljava/lang/Object;>(ILorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TP;>;TP;)D
    MethodParameters:
           Name  Flags
      key        
      function   
      parameter  

  public double updateValue(int, double, org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction);
    descriptor: (IDLorg/eclipse/collections/api/block/function/primitive/DoubleToDoubleFunction;)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // int key
        start local 2 // double initialValueIfAbsent
        start local 4 // org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction function
         0: .line 149
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call updateValue() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction function
        end local 2 // double initialValueIfAbsent
        end local 1 // int key
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1                   key  I
            0    1     2  initialValueIfAbsent  D
            0    1     4              function  Lorg/eclipse/collections/api/block/function/primitive/DoubleToDoubleFunction;
    MethodParameters:
                      Name  Flags
      key                   
      initialValueIfAbsent  
      function              

  public double get(int);
    descriptor: (I)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // int key
         0: .line 155
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            iload 1 /* key */
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.get:(I)D
            dreturn
        end local 1 // int key
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1   key  I
    MethodParameters:
      Name  Flags
      key   

  public double getIfAbsent(int, double);
    descriptor: (ID)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // int key
        start local 2 // double ifAbsent
         0: .line 161
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            iload 1 /* key */
            dload 2 /* ifAbsent */
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.getIfAbsent:(ID)D
            dreturn
        end local 2 // double ifAbsent
        end local 1 // int key
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1       key  I
            0    1     2  ifAbsent  D
    MethodParameters:
          Name  Flags
      key       
      ifAbsent  

  public double getOrThrow(int);
    descriptor: (I)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // int key
         0: .line 167
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            iload 1 /* key */
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.getOrThrow:(I)D
            dreturn
        end local 1 // int key
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1   key  I
    MethodParameters:
      Name  Flags
      key   

  public boolean containsKey(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // int key
         0: .line 173
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            iload 1 /* key */
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.containsKey:(I)Z
            ireturn
        end local 1 // int key
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1   key  I
    MethodParameters:
      Name  Flags
      key   

  public boolean containsValue(double);
    descriptor: (D)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // double value
         0: .line 179
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            dload 1 /* value */
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.containsValue:(D)Z
            ireturn
        end local 1 // double value
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public void forEachValue(org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure procedure
         0: .line 185
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            aload 1 /* procedure */
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.forEachValue:(Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)V
         1: .line 186
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure procedure
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;
    MethodParameters:
           Name  Flags
      procedure  

  public void forEachKey(org.eclipse.collections.api.block.procedure.primitive.IntProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.IntProcedure procedure
         0: .line 191
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            aload 1 /* procedure */
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.forEachKey:(Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)V
         1: .line 192
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.IntProcedure procedure
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;
    MethodParameters:
           Name  Flags
      procedure  

  public void forEachKeyValue(org.eclipse.collections.api.block.procedure.primitive.IntDoubleProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/IntDoubleProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.IntDoubleProcedure procedure
         0: .line 197
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            aload 1 /* procedure */
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.forEachKeyValue:(Lorg/eclipse/collections/api/block/procedure/primitive/IntDoubleProcedure;)V
         1: .line 198
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.IntDoubleProcedure procedure
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/IntDoubleProcedure;
    MethodParameters:
           Name  Flags
      procedure  

  public org.eclipse.collections.api.LazyIntIterable keysView();
    descriptor: ()Lorg/eclipse/collections/api/LazyIntIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
         0: .line 203
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.keysView:()Lorg/eclipse/collections/api/LazyIntIterable;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;

  public org.eclipse.collections.api.RichIterable<org.eclipse.collections.api.tuple.primitive.IntDoublePair> keyValuesView();
    descriptor: ()Lorg/eclipse/collections/api/RichIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
         0: .line 209
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.keyValuesView:()Lorg/eclipse/collections/api/RichIterable;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
    Signature: ()Lorg/eclipse/collections/api/RichIterable<Lorg/eclipse/collections/api/tuple/primitive/IntDoublePair;>;

  public org.eclipse.collections.api.map.primitive.MutableDoubleIntMap flipUniqueValues();
    descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableDoubleIntMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
         0: .line 215
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.flipUniqueValues:()Lorg/eclipse/collections/api/map/primitive/MutableDoubleIntMap;
            invokeinterface org.eclipse.collections.api.map.primitive.MutableDoubleIntMap.asUnmodifiable:()Lorg/eclipse/collections/api/map/primitive/MutableDoubleIntMap;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;

  public org.eclipse.collections.api.map.primitive.MutableIntDoubleMap select(org.eclipse.collections.api.block.predicate.primitive.IntDoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntDoublePredicate;)Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.IntDoublePredicate predicate
         0: .line 221
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntDoublePredicate;)Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.IntDoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/IntDoublePredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.map.primitive.MutableIntDoubleMap reject(org.eclipse.collections.api.block.predicate.primitive.IntDoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntDoublePredicate;)Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.IntDoublePredicate predicate
         0: .line 227
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/IntDoublePredicate;)Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.IntDoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/IntDoublePredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.iterator.MutableDoubleIterator doubleIterator();
    descriptor: ()Lorg/eclipse/collections/api/iterator/MutableDoubleIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
         0: .line 233
            new org.eclipse.collections.impl.iterator.UnmodifiableDoubleIterator
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.doubleIterator:()Lorg/eclipse/collections/api/iterator/MutableDoubleIterator;
            invokespecial org.eclipse.collections.impl.iterator.UnmodifiableDoubleIterator.<init>:(Lorg/eclipse/collections/api/iterator/DoubleIterator;)V
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;

  public void forEach(org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure procedure
         0: .line 239
            aload 0 /* this */
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.each:(Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)V
         1: .line 240
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure procedure
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;
    MethodParameters:
           Name  Flags
      procedure  

  public void each(org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure procedure
         0: .line 248
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            aload 1 /* procedure */
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.forEach:(Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)V
         1: .line 249
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure procedure
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;
    MethodParameters:
           Name  Flags
      procedure  

  public int count(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 254
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.count:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)I
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public boolean anySatisfy(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 260
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.anySatisfy:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Z
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public boolean allSatisfy(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 266
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.allSatisfy:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Z
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public boolean noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 272
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.noneSatisfy:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Z
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.bag.primitive.MutableDoubleBag select(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableDoubleBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 278
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.select:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableDoubleBag;
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.bag.primitive.MutableDoubleBag reject(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableDoubleBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 284
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableDoubleBag;
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public <V> org.eclipse.collections.api.bag.MutableBag<V> collect(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction<? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/bag/MutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction function
         0: .line 290
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.collect:(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction function
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+TV;>;
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/bag/MutableBag<TV;>;
    MethodParameters:
          Name  Flags
      function  

  public double detectIfNone(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate, double);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        start local 2 // double ifNone
         0: .line 296
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            aload 1 /* predicate */
            dload 2 /* ifNone */
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.detectIfNone:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;D)D
            dreturn
        end local 2 // double ifNone
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
            0    1     2     ifNone  D
    MethodParameters:
           Name  Flags
      predicate  
      ifNone     

  public double sum();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
         0: .line 302
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.sum:()D
            dreturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;

  public double max();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
         0: .line 308
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.max:()D
            dreturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;

  public double maxIfEmpty(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // double defaultValue
         0: .line 314
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            dload 1 /* defaultValue */
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.maxIfEmpty:(D)D
            dreturn
        end local 1 // double defaultValue
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1  defaultValue  D
    MethodParameters:
              Name  Flags
      defaultValue  

  public double min();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
         0: .line 320
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.min:()D
            dreturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;

  public double minIfEmpty(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // double defaultValue
         0: .line 326
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            dload 1 /* defaultValue */
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.minIfEmpty:(D)D
            dreturn
        end local 1 // double defaultValue
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1  defaultValue  D
    MethodParameters:
              Name  Flags
      defaultValue  

  public double average();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
         0: .line 332
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.average:()D
            dreturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;

  public double median();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
         0: .line 338
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.median:()D
            dreturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;

  public double addToValue(int, double);
    descriptor: (ID)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // int key
        start local 2 // double toBeAdded
         0: .line 344
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call addToValue() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // double toBeAdded
        end local 1 // int key
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1        key  I
            0    1     2  toBeAdded  D
    MethodParameters:
           Name  Flags
      key        
      toBeAdded  

  public double[] toSortedArray();
    descriptor: ()[D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
         0: .line 350
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.toSortedArray:()[D
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;

  public org.eclipse.collections.api.list.primitive.MutableDoubleList toSortedList();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
         0: .line 356
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.toSortedList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;

  public double[] toArray();
    descriptor: ()[D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
         0: .line 362
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.toArray:()[D
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;

  public double[] toArray(double[]);
    descriptor: ([D)[D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // double[] target
         0: .line 368
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            aload 1 /* target */
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.toArray:([D)[D
            areturn
        end local 1 // double[] target
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1  target  [D
    MethodParameters:
        Name  Flags
      target  

  public boolean contains(double);
    descriptor: (D)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // double value
         0: .line 374
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            dload 1 /* value */
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.contains:(D)Z
            ireturn
        end local 1 // double value
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public boolean containsAll(double[]);
    descriptor: ([D)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // double[] source
         0: .line 380
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            aload 1 /* source */
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.containsAll:([D)Z
            ireturn
        end local 1 // double[] source
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1  source  [D
    MethodParameters:
        Name  Flags
      source  

  public boolean containsAll(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // org.eclipse.collections.api.DoubleIterable source
         0: .line 386
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            aload 1 /* source */
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.containsAll:(Lorg/eclipse/collections/api/DoubleIterable;)Z
            ireturn
        end local 1 // org.eclipse.collections.api.DoubleIterable source
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1  source  Lorg/eclipse/collections/api/DoubleIterable;
    MethodParameters:
        Name  Flags
      source  

  public org.eclipse.collections.api.list.primitive.MutableDoubleList toList();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
         0: .line 392
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.toList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;

  public org.eclipse.collections.api.set.primitive.MutableDoubleSet toSet();
    descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
         0: .line 398
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.toSet:()Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;

  public org.eclipse.collections.api.bag.primitive.MutableDoubleBag toBag();
    descriptor: ()Lorg/eclipse/collections/api/bag/primitive/MutableDoubleBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
         0: .line 404
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.toBag:()Lorg/eclipse/collections/api/bag/primitive/MutableDoubleBag;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;

  public org.eclipse.collections.api.LazyDoubleIterable asLazy();
    descriptor: ()Lorg/eclipse/collections/api/LazyDoubleIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
         0: .line 410
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.asLazy:()Lorg/eclipse/collections/api/LazyDoubleIterable;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;

  public org.eclipse.collections.api.map.primitive.MutableIntDoubleMap withKeyValue(int, double);
    descriptor: (ID)Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // int key
        start local 2 // double value
         0: .line 416
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call withKeyValue() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // double value
        end local 1 // int key
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1    key  I
            0    1     2  value  D
    MethodParameters:
       Name  Flags
      key    
      value  

  public org.eclipse.collections.api.map.primitive.MutableIntDoubleMap withoutKey(int);
    descriptor: (I)Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // int key
         0: .line 422
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call withoutKey() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int key
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1   key  I
    MethodParameters:
      Name  Flags
      key   

  public org.eclipse.collections.api.map.primitive.MutableIntDoubleMap withoutAllKeys(org.eclipse.collections.api.IntIterable);
    descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // org.eclipse.collections.api.IntIterable keys
         0: .line 428
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call withoutAllKeys() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // org.eclipse.collections.api.IntIterable keys
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1  keys  Lorg/eclipse/collections/api/IntIterable;
    MethodParameters:
      Name  Flags
      keys  

  public org.eclipse.collections.api.map.primitive.MutableIntDoubleMap asUnmodifiable();
    descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
         0: .line 434
            aload 0 /* this */
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;

  public org.eclipse.collections.api.map.primitive.MutableIntDoubleMap asSynchronized();
    descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
         0: .line 440
            new org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntDoubleMap
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntDoubleMap.<init>:(Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;)V
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;

  public org.eclipse.collections.api.map.primitive.ImmutableIntDoubleMap toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/map/primitive/ImmutableIntDoubleMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
         0: .line 446
            getstatic org.eclipse.collections.impl.factory.primitive.IntDoubleMaps.immutable:Lorg/eclipse/collections/api/factory/map/primitive/ImmutableIntDoubleMapFactory;
            aload 0 /* this */
            invokeinterface org.eclipse.collections.api.factory.map.primitive.ImmutableIntDoubleMapFactory.withAll:(Lorg/eclipse/collections/api/map/primitive/IntDoubleMap;)Lorg/eclipse/collections/api/map/primitive/ImmutableIntDoubleMap;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
         0: .line 452
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.size:()I
            ireturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
         0: .line 458
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.isEmpty:()Z
            ireturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;

  public boolean notEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
         0: .line 464
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.notEmpty:()Z
            ireturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;

  public org.eclipse.collections.api.set.primitive.MutableIntSet keySet();
    descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
         0: .line 470
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.keySet:()Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableIntSet.of:(Lorg/eclipse/collections/api/set/primitive/MutableIntSet;)Lorg/eclipse/collections/impl/set/mutable/primitive/UnmodifiableIntSet;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;

  public org.eclipse.collections.api.collection.primitive.MutableDoubleCollection values();
    descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
         0: .line 476
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.values:()Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
            invokestatic org.eclipse.collections.impl.collection.mutable.primitive.UnmodifiableDoubleCollection.of:(Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;)Lorg/eclipse/collections/impl/collection/mutable/primitive/UnmodifiableDoubleCollection;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // java.lang.Object otherMap
         0: .line 482
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            aload 1 /* otherMap */
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object otherMap
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1  otherMap  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      otherMap  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
         0: .line 488
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.hashCode:()I
            ireturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
         0: .line 494
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;

  public java.lang.String makeString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
         0: .line 500
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.makeString:()Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;

  public java.lang.String makeString(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // java.lang.String separator
         0: .line 506
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            aload 1 /* separator */
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.makeString:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String separator
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1  separator  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      separator  

  public java.lang.String makeString(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // java.lang.String start
        start local 2 // java.lang.String separator
        start local 3 // java.lang.String end
         0: .line 512
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            aload 1 /* start */
            aload 2 /* separator */
            aload 3 /* end */
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.makeString:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 3 // java.lang.String end
        end local 2 // java.lang.String separator
        end local 1 // java.lang.String start
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1      start  Ljava/lang/String;
            0    1     2  separator  Ljava/lang/String;
            0    1     3        end  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      start      
      separator  
      end        

  public void appendString(java.lang.Appendable);
    descriptor: (Ljava/lang/Appendable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // java.lang.Appendable appendable
         0: .line 518
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            aload 1 /* appendable */
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.appendString:(Ljava/lang/Appendable;)V
         1: .line 519
            return
        end local 1 // java.lang.Appendable appendable
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    2     1  appendable  Ljava/lang/Appendable;
    MethodParameters:
            Name  Flags
      appendable  

  public void appendString(java.lang.Appendable, java.lang.String);
    descriptor: (Ljava/lang/Appendable;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // java.lang.Appendable appendable
        start local 2 // java.lang.String separator
         0: .line 524
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            aload 1 /* appendable */
            aload 2 /* separator */
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.appendString:(Ljava/lang/Appendable;Ljava/lang/String;)V
         1: .line 525
            return
        end local 2 // java.lang.String separator
        end local 1 // java.lang.Appendable appendable
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    2     1  appendable  Ljava/lang/Appendable;
            0    2     2   separator  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      appendable  
      separator   

  public void appendString(java.lang.Appendable, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // java.lang.Appendable appendable
        start local 2 // java.lang.String start
        start local 3 // java.lang.String separator
        start local 4 // java.lang.String end
         0: .line 530
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            aload 1 /* appendable */
            aload 2 /* start */
            aload 3 /* separator */
            aload 4 /* end */
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.appendString:(Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         1: .line 531
            return
        end local 4 // java.lang.String end
        end local 3 // java.lang.String separator
        end local 2 // java.lang.String start
        end local 1 // java.lang.Appendable appendable
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    2     1  appendable  Ljava/lang/Appendable;
            0    2     2       start  Ljava/lang/String;
            0    2     3   separator  Ljava/lang/String;
            0    2     4         end  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      appendable  
      start       
      separator   
      end         

  public <T> T injectInto(T, org.eclipse.collections.api.block.function.primitive.ObjectDoubleToObjectFunction<? super T, ? extends T>);
    descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectDoubleToObjectFunction;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // java.lang.Object injectedValue
        start local 2 // org.eclipse.collections.api.block.function.primitive.ObjectDoubleToObjectFunction function
         0: .line 536
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            aload 1 /* injectedValue */
            aload 2 /* function */
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.injectInto:(Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectDoubleToObjectFunction;)Ljava/lang/Object;
            areturn
        end local 2 // org.eclipse.collections.api.block.function.primitive.ObjectDoubleToObjectFunction function
        end local 1 // java.lang.Object injectedValue
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1  injectedValue  TT;
            0    1     2       function  Lorg/eclipse/collections/api/block/function/primitive/ObjectDoubleToObjectFunction<-TT;+TT;>;
    Signature: <T:Ljava/lang/Object;>(TT;Lorg/eclipse/collections/api/block/function/primitive/ObjectDoubleToObjectFunction<-TT;+TT;>;)TT;
    MethodParameters:
               Name  Flags
      injectedValue  
      function       

  public org.eclipse.collections.api.RichIterable<org.eclipse.collections.api.DoubleIterable> chunk(int);
    descriptor: (I)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
        start local 1 // int size
         0: .line 542
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.map:Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            iload 1 /* size */
            invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.chunk:(I)Lorg/eclipse/collections/api/RichIterable;
            areturn
        end local 1 // int size
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap;
            0    1     1  size  I
    Signature: (I)Lorg/eclipse/collections/api/RichIterable<Lorg/eclipse/collections/api/DoubleIterable;>;
    MethodParameters:
      Name  Flags
      size  

  public org.eclipse.collections.api.iterator.DoubleIterator doubleIterator();
    descriptor: ()Lorg/eclipse/collections/api/iterator/DoubleIterator;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.doubleIterator:()Lorg/eclipse/collections/api/iterator/MutableDoubleIterator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.DoubleIterable select(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/DoubleIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.select:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableDoubleBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.primitive.DoubleBag select(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/bag/primitive/DoubleBag;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.select:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableDoubleBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.primitive.IntDoubleMap select(org.eclipse.collections.api.block.predicate.primitive.IntDoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntDoublePredicate;)Lorg/eclipse/collections/api/map/primitive/IntDoubleMap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntDoublePredicate;)Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable collect(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.collect:(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.Bag collect(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/bag/Bag;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.collect:(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.DoubleIterable tap(org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)Lorg/eclipse/collections/api/DoubleIterable;
    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.DoubleValuesMap.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)Lorg/eclipse/collections/api/map/primitive/DoubleValuesMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.DoubleIterable reject(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/DoubleIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableDoubleBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.primitive.DoubleBag reject(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/bag/primitive/DoubleBag;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableDoubleBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.primitive.IntDoubleMap reject(org.eclipse.collections.api.block.predicate.primitive.IntDoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntDoublePredicate;)Lorg/eclipse/collections/api/map/primitive/IntDoubleMap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/IntDoublePredicate;)Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.primitive.DoubleIntMap flipUniqueValues();
    descriptor: ()Lorg/eclipse/collections/api/map/primitive/DoubleIntMap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMap.flipUniqueValues:()Lorg/eclipse/collections/api/map/primitive/MutableDoubleIntMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static double lambda$0();
    descriptor: ()D
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 125
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static double lambda$1();
    descriptor: ()D
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 131
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static double lambda$2();
    descriptor: ()D
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 137
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static double lambda$3();
    descriptor: ()D
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 143
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static java.lang.Object $deserializeLambda$(java.lang.invoke.SerializedLambda);
    descriptor: (Ljava/lang/invoke/SerializedLambda;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodName:()Ljava/lang/String;
            astore 1
            iconst_m1
            istore 2
            aload 1
            invokevirtual java.lang.String.hashCode:()I
            lookupswitch { // 4
          -1647345005: 1
          -1647345004: 2
          -1647345003: 3
          -1647345002: 4
              default: 5
          }
      StackMap locals: java.lang.String int
      StackMap stack:
         1: aload 1
            ldc "lambda$0"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
            iconst_0
            istore 2
            goto 5
      StackMap locals:
      StackMap stack:
         2: aload 1
            ldc "lambda$1"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
            iconst_1
            istore 2
            goto 5
      StackMap locals:
      StackMap stack:
         3: aload 1
            ldc "lambda$2"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
            iconst_2
            istore 2
            goto 5
      StackMap locals:
      StackMap stack:
         4: aload 1
            ldc "lambda$3"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
            iconst_3
            istore 2
      StackMap locals:
      StackMap stack:
         5: iload 2
            lookupswitch { // 4
                    0: 6
                    1: 7
                    2: 8
                    3: 9
              default: 10
          }
      StackMap locals:
      StackMap stack:
         6: aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
            bipush 6
            if_icmpne 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/api/block/function/primitive/DoubleFunction0"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
            ldc "value"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
            ldc "()D"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
            ldc "()D"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            invokedynamic value()Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction0;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()D
                  org/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap.lambda$0()D (6)
                  ()D
                  1
            areturn
      StackMap locals:
      StackMap stack:
         7: aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
            bipush 6
            if_icmpne 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/api/block/function/primitive/DoubleFunction0"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
            ldc "value"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
            ldc "()D"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
            ldc "()D"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            invokedynamic value()Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction0;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()D
                  org/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap.lambda$1()D (6)
                  ()D
                  1
            areturn
      StackMap locals:
      StackMap stack:
         8: aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
            bipush 6
            if_icmpne 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/api/block/function/primitive/DoubleFunction0"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
            ldc "value"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
            ldc "()D"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
            ldc "()D"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            invokedynamic value()Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction0;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()D
                  org/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap.lambda$2()D (6)
                  ()D
                  1
            areturn
      StackMap locals:
      StackMap stack:
         9: aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
            bipush 6
            if_icmpne 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/api/block/function/primitive/DoubleFunction0"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
            ldc "value"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
            ldc "()D"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
            ldc "()D"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
            invokedynamic value()Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction0;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()D
                  org/eclipse/collections/impl/map/mutable/primitive/UnmodifiableIntDoubleMap.lambda$3()D (6)
                  ()D
                  1
            areturn
      StackMap locals:
      StackMap stack:
        10: new java.lang.IllegalArgumentException
            dup
            ldc "Invalid lambda deserialization"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "UnmodifiableIntDoubleMap.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles