public interface org.eclipse.collections.api.map.primitive.ImmutableDoubleObjectMap<V> extends org.eclipse.collections.api.map.primitive.DoubleObjectMap<V>, org.eclipse.collections.api.map.primitive.ImmutablePrimitiveObjectMap<V>
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.eclipse.collections.api.map.primitive.ImmutableDoubleObjectMap
super_class: java.lang.Object
{
public abstract org.eclipse.collections.api.map.primitive.ImmutableDoubleObjectMap<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/ImmutableDoubleObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TV;>;)Lorg/eclipse/collections/api/map/primitive/ImmutableDoubleObjectMap<TV;>;
MethodParameters:
Name Flags
procedure
public abstract org.eclipse.collections.api.map.primitive.ImmutableDoubleObjectMap<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/ImmutableDoubleObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/eclipse/collections/api/block/predicate/primitive/DoubleObjectPredicate<-TV;>;)Lorg/eclipse/collections/api/map/primitive/ImmutableDoubleObjectMap<TV;>;
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.map.primitive.ImmutableDoubleObjectMap<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/ImmutableDoubleObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/eclipse/collections/api/block/predicate/primitive/DoubleObjectPredicate<-TV;>;)Lorg/eclipse/collections/api/map/primitive/ImmutableDoubleObjectMap<TV;>;
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.map.primitive.ImmutableDoubleObjectMap<V> newWithKeyValue(double, V);
descriptor: (DLjava/lang/Object;)Lorg/eclipse/collections/api/map/primitive/ImmutableDoubleObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (DTV;)Lorg/eclipse/collections/api/map/primitive/ImmutableDoubleObjectMap<TV;>;
MethodParameters:
Name Flags
key
value
public abstract org.eclipse.collections.api.map.primitive.ImmutableDoubleObjectMap<V> newWithoutKey(double);
descriptor: (D)Lorg/eclipse/collections/api/map/primitive/ImmutableDoubleObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (D)Lorg/eclipse/collections/api/map/primitive/ImmutableDoubleObjectMap<TV;>;
MethodParameters:
Name Flags
key
public abstract org.eclipse.collections.api.map.primitive.ImmutableDoubleObjectMap<V> newWithoutAllKeys(org.eclipse.collections.api.DoubleIterable);
descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/map/primitive/ImmutableDoubleObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/map/primitive/ImmutableDoubleObjectMap<TV;>;
MethodParameters:
Name Flags
keys
public abstract org.eclipse.collections.api.map.primitive.ImmutableObjectDoubleMap<V> flipUniqueValues();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/ImmutableObjectDoubleMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Lorg/eclipse/collections/api/map/primitive/ImmutableObjectDoubleMap<TV;>;
public org.eclipse.collections.api.map.primitive.DoubleObjectMap reject(org.eclipse.collections.api.block.predicate.primitive.DoubleObjectPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoubleObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/DoubleObjectMap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.primitive.DoubleObjectPredicate
invokeinterface org.eclipse.collections.api.map.primitive.ImmutableDoubleObjectMap.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/DoubleObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/ImmutableDoubleObjectMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.DoubleObjectMap select(org.eclipse.collections.api.block.predicate.primitive.DoubleObjectPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoubleObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/DoubleObjectMap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.primitive.DoubleObjectPredicate
invokeinterface org.eclipse.collections.api.map.primitive.ImmutableDoubleObjectMap.select:(Lorg/eclipse/collections/api/block/predicate/primitive/DoubleObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/ImmutableDoubleObjectMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
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: aload 0
aload 1
checkcast org.eclipse.collections.api.block.procedure.Procedure
invokeinterface org.eclipse.collections.api.map.primitive.ImmutableDoubleObjectMap.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/map/primitive/ImmutableDoubleObjectMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.DoubleObjectMap tap(org.eclipse.collections.api.block.procedure.Procedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/map/primitive/DoubleObjectMap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.procedure.Procedure
invokeinterface org.eclipse.collections.api.map.primitive.ImmutableDoubleObjectMap.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/map/primitive/ImmutableDoubleObjectMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.ObjectDoubleMap flipUniqueValues();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/ObjectDoubleMap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface org.eclipse.collections.api.map.primitive.ImmutableDoubleObjectMap.flipUniqueValues:()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/DoubleObjectMap<TV;>;Lorg/eclipse/collections/api/map/primitive/ImmutablePrimitiveObjectMap<TV;>;
SourceFile: "ImmutableDoubleObjectMap.java"