public interface org.eclipse.collections.api.map.primitive.FloatIntMap 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.FloatIntMap
super_class: java.lang.Object
{
public abstract int get(float);
descriptor: (F)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
public abstract int getIfAbsent(float, int);
descriptor: (FI)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
ifAbsent
public abstract int getOrThrow(float);
descriptor: (F)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
public abstract boolean containsKey(float);
descriptor: (F)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
public abstract void forEachKey(org.eclipse.collections.api.block.procedure.primitive.FloatProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/FloatProcedure;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
procedure
public abstract void forEachKeyValue(org.eclipse.collections.api.block.procedure.primitive.FloatIntProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/FloatIntProcedure;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
procedure
public abstract org.eclipse.collections.api.LazyFloatIterable keysView();
descriptor: ()Lorg/eclipse/collections/api/LazyFloatIterable;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.eclipse.collections.api.RichIterable<org.eclipse.collections.api.tuple.primitive.FloatIntPair> 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/FloatIntPair;>;
public abstract org.eclipse.collections.api.map.primitive.IntFloatMap flipUniqueValues();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/IntFloatMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.eclipse.collections.api.map.primitive.FloatIntMap select(org.eclipse.collections.api.block.predicate.primitive.FloatIntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/FloatIntPredicate;)Lorg/eclipse/collections/api/map/primitive/FloatIntMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.map.primitive.FloatIntMap reject(org.eclipse.collections.api.block.predicate.primitive.FloatIntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/FloatIntPredicate;)Lorg/eclipse/collections/api/map/primitive/FloatIntMap;
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.ImmutableFloatIntMap toImmutable();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/ImmutableFloatIntMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.eclipse.collections.api.set.primitive.MutableFloatSet keySet();
descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableFloatSet;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "FloatIntMap.java"