public interface org.eclipse.collections.api.map.primitive.ImmutableLongObjectMap<V> extends org.eclipse.collections.api.map.primitive.LongObjectMap<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.ImmutableLongObjectMap
super_class: java.lang.Object
{
public abstract org.eclipse.collections.api.map.primitive.ImmutableLongObjectMap<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/ImmutableLongObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TV;>;)Lorg/eclipse/collections/api/map/primitive/ImmutableLongObjectMap<TV;>;
MethodParameters:
Name Flags
procedure
public abstract org.eclipse.collections.api.map.primitive.ImmutableLongObjectMap<V> select(org.eclipse.collections.api.block.predicate.primitive.LongObjectPredicate<? super V>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/ImmutableLongObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/eclipse/collections/api/block/predicate/primitive/LongObjectPredicate<-TV;>;)Lorg/eclipse/collections/api/map/primitive/ImmutableLongObjectMap<TV;>;
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.map.primitive.ImmutableLongObjectMap<V> reject(org.eclipse.collections.api.block.predicate.primitive.LongObjectPredicate<? super V>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/ImmutableLongObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/eclipse/collections/api/block/predicate/primitive/LongObjectPredicate<-TV;>;)Lorg/eclipse/collections/api/map/primitive/ImmutableLongObjectMap<TV;>;
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.map.primitive.ImmutableLongObjectMap<V> newWithKeyValue(long, V);
descriptor: (JLjava/lang/Object;)Lorg/eclipse/collections/api/map/primitive/ImmutableLongObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (JTV;)Lorg/eclipse/collections/api/map/primitive/ImmutableLongObjectMap<TV;>;
MethodParameters:
Name Flags
key
value
public abstract org.eclipse.collections.api.map.primitive.ImmutableLongObjectMap<V> newWithoutKey(long);
descriptor: (J)Lorg/eclipse/collections/api/map/primitive/ImmutableLongObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (J)Lorg/eclipse/collections/api/map/primitive/ImmutableLongObjectMap<TV;>;
MethodParameters:
Name Flags
key
public abstract org.eclipse.collections.api.map.primitive.ImmutableLongObjectMap<V> newWithoutAllKeys(org.eclipse.collections.api.LongIterable);
descriptor: (Lorg/eclipse/collections/api/LongIterable;)Lorg/eclipse/collections/api/map/primitive/ImmutableLongObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/eclipse/collections/api/LongIterable;)Lorg/eclipse/collections/api/map/primitive/ImmutableLongObjectMap<TV;>;
MethodParameters:
Name Flags
keys
public abstract org.eclipse.collections.api.map.primitive.ImmutableObjectLongMap<V> flipUniqueValues();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/ImmutableObjectLongMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Lorg/eclipse/collections/api/map/primitive/ImmutableObjectLongMap<TV;>;
public org.eclipse.collections.api.map.primitive.LongObjectMap reject(org.eclipse.collections.api.block.predicate.primitive.LongObjectPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/LongObjectMap;
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.LongObjectPredicate
invokeinterface org.eclipse.collections.api.map.primitive.ImmutableLongObjectMap.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/LongObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/ImmutableLongObjectMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.LongObjectMap select(org.eclipse.collections.api.block.predicate.primitive.LongObjectPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/LongObjectMap;
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.LongObjectPredicate
invokeinterface org.eclipse.collections.api.map.primitive.ImmutableLongObjectMap.select:(Lorg/eclipse/collections/api/block/predicate/primitive/LongObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/ImmutableLongObjectMap;
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.ImmutableLongObjectMap.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/map/primitive/ImmutableLongObjectMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.LongObjectMap tap(org.eclipse.collections.api.block.procedure.Procedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/map/primitive/LongObjectMap;
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.ImmutableLongObjectMap.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/map/primitive/ImmutableLongObjectMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.ObjectLongMap flipUniqueValues();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/ObjectLongMap;
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.ImmutableLongObjectMap.flipUniqueValues:()Lorg/eclipse/collections/api/map/primitive/ImmutableObjectLongMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: <V:Ljava/lang/Object;>Ljava/lang/Object;Lorg/eclipse/collections/api/map/primitive/LongObjectMap<TV;>;Lorg/eclipse/collections/api/map/primitive/ImmutablePrimitiveObjectMap<TV;>;
SourceFile: "ImmutableLongObjectMap.java"