public interface org.eclipse.collections.api.map.primitive.DoubleObjectMap<V> extends org.eclipse.collections.api.map.primitive.PrimitiveObjectMap<V>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.collections.api.map.primitive.DoubleObjectMap
  super_class: java.lang.Object
{
  public abstract V get();
    descriptor: (D)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (D)TV;
    MethodParameters:
      Name  Flags
      key   

  public abstract V getIfAbsent(double, org.eclipse.collections.api.block.function.Function0<? extends V>);
    descriptor: (DLorg/eclipse/collections/api/block/function/Function0;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (DLorg/eclipse/collections/api/block/function/Function0<+TV;>;)TV;
    MethodParameters:
          Name  Flags
      key       
      ifAbsent  

  public abstract boolean containsKey(double);
    descriptor: (D)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      key   

  public abstract org.eclipse.collections.api.map.primitive.DoubleObjectMap<V> tap(org.eclipse.collections.api.block.procedure.Procedure<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/map/primitive/DoubleObjectMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TV;>;)Lorg/eclipse/collections/api/map/primitive/DoubleObjectMap<TV;>;
    MethodParameters:
           Name  Flags
      procedure  

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

  public abstract void forEachKeyValue(org.eclipse.collections.api.block.procedure.primitive.DoubleObjectProcedure<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/DoubleObjectProcedure;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/eclipse/collections/api/block/procedure/primitive/DoubleObjectProcedure<-TV;>;)V
    MethodParameters:
           Name  Flags
      procedure  

  public abstract org.eclipse.collections.api.map.primitive.DoubleObjectMap<V> select(org.eclipse.collections.api.block.predicate.primitive.DoubleObjectPredicate<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoubleObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/DoubleObjectMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/eclipse/collections/api/block/predicate/primitive/DoubleObjectPredicate<-TV;>;)Lorg/eclipse/collections/api/map/primitive/DoubleObjectMap<TV;>;
    MethodParameters:
           Name  Flags
      predicate  

  public abstract org.eclipse.collections.api.map.primitive.DoubleObjectMap<V> reject(org.eclipse.collections.api.block.predicate.primitive.DoubleObjectPredicate<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoubleObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/DoubleObjectMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/eclipse/collections/api/block/predicate/primitive/DoubleObjectPredicate<-TV;>;)Lorg/eclipse/collections/api/map/primitive/DoubleObjectMap<TV;>;
    MethodParameters:
           Name  Flags
      predicate  

  public abstract org.eclipse.collections.api.map.primitive.ImmutableDoubleObjectMap<V> toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/map/primitive/ImmutableDoubleObjectMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/eclipse/collections/api/map/primitive/ImmutableDoubleObjectMap<TV;>;

  public abstract org.eclipse.collections.api.set.primitive.MutableDoubleSet keySet();
    descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.eclipse.collections.api.LazyDoubleIterable keysView();
    descriptor: ()Lorg/eclipse/collections/api/LazyDoubleIterable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.eclipse.collections.api.RichIterable<org.eclipse.collections.api.tuple.primitive.DoubleObjectPair<V>> keyValuesView();
    descriptor: ()Lorg/eclipse/collections/api/RichIterable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/eclipse/collections/api/RichIterable<Lorg/eclipse/collections/api/tuple/primitive/DoubleObjectPair<TV;>;>;

  public abstract org.eclipse.collections.api.map.primitive.ObjectDoubleMap<V> flipUniqueValues();
    descriptor: ()Lorg/eclipse/collections/api/map/primitive/ObjectDoubleMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/eclipse/collections/api/map/primitive/ObjectDoubleMap<TV;>;

  public org.eclipse.collections.api.RichIterable tap(org.eclipse.collections.api.block.procedure.Procedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)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.procedure.Procedure
            invokeinterface org.eclipse.collections.api.map.primitive.DoubleObjectMap.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/map/primitive/DoubleObjectMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <V:Ljava/lang/Object;>Ljava/lang/Object;Lorg/eclipse/collections/api/map/primitive/PrimitiveObjectMap<TV;>;
SourceFile: "DoubleObjectMap.java"