public interface org.eclipse.collections.api.map.primitive.DoubleIntMap extends org.eclipse.collections.api.map.primitive.IntValuesMap
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.eclipse.collections.api.map.primitive.DoubleIntMap
super_class: java.lang.Object
{
public abstract int get(double);
descriptor: (D)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
public abstract int getIfAbsent(double, int);
descriptor: (DI)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
ifAbsent
public abstract int getOrThrow(double);
descriptor: (D)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
public abstract boolean containsKey(double);
descriptor: (D)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
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.DoubleIntProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/DoubleIntProcedure;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
procedure
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.DoubleIntPair> 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/DoubleIntPair;>;
public abstract org.eclipse.collections.api.map.primitive.IntDoubleMap flipUniqueValues();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/IntDoubleMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.eclipse.collections.api.map.primitive.DoubleIntMap select(org.eclipse.collections.api.block.predicate.primitive.DoubleIntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoubleIntPredicate;)Lorg/eclipse/collections/api/map/primitive/DoubleIntMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.map.primitive.DoubleIntMap reject(org.eclipse.collections.api.block.predicate.primitive.DoubleIntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoubleIntPredicate;)Lorg/eclipse/collections/api/map/primitive/DoubleIntMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
predicate
public abstract boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
o
public abstract int hashCode();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.eclipse.collections.api.map.primitive.ImmutableDoubleIntMap toImmutable();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/ImmutableDoubleIntMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.eclipse.collections.api.set.primitive.MutableDoubleSet keySet();
descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "DoubleIntMap.java"