public abstract class org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableObjectDoubleMap<V> implements org.eclipse.collections.api.map.primitive.ImmutableObjectDoubleMap<V>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableObjectDoubleMap
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableObjectDoubleMap this
         0: .line 29
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableObjectDoubleMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/primitive/AbstractImmutableObjectDoubleMap<TV;>;

  public org.eclipse.collections.api.map.primitive.ObjectDoubleMap tap(org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)Lorg/eclipse/collections/api/map/primitive/ObjectDoubleMap;
    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.ImmutableObjectDoubleMap.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)Lorg/eclipse/collections/api/map/primitive/ImmutableObjectDoubleMap;
            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.ImmutableObjectDoubleMap.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)Lorg/eclipse/collections/api/map/primitive/ImmutableObjectDoubleMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <V:Ljava/lang/Object;>Ljava/lang/Object;Lorg/eclipse/collections/api/map/primitive/ImmutableObjectDoubleMap<TV;>;
SourceFile: "AbstractImmutableObjectDoubleMap.java"
NestMembers:
  org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableObjectDoubleMap$ImmutableObjectDoubleMapSerializationProxy  org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableObjectDoubleMap$ImmutableObjectDoubleMapSerializationProxy$1
InnerClasses:
  protected ImmutableObjectDoubleMapSerializationProxy = org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableObjectDoubleMap$ImmutableObjectDoubleMapSerializationProxy of org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableObjectDoubleMap