public interface org.eclipse.collections.api.map.primitive.ShortFloatMap extends org.eclipse.collections.api.map.primitive.FloatValuesMap
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.eclipse.collections.api.map.primitive.ShortFloatMap
super_class: java.lang.Object
{
public abstract float get(short);
descriptor: (S)F
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
public abstract float getIfAbsent(short, float);
descriptor: (SF)F
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
ifAbsent
public abstract float getOrThrow(short);
descriptor: (S)F
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
public abstract boolean containsKey(short);
descriptor: (S)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
public abstract void forEachKey(org.eclipse.collections.api.block.procedure.primitive.ShortProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ShortProcedure;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
procedure
public abstract void forEachKeyValue(org.eclipse.collections.api.block.procedure.primitive.ShortFloatProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ShortFloatProcedure;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
procedure
public abstract org.eclipse.collections.api.LazyShortIterable keysView();
descriptor: ()Lorg/eclipse/collections/api/LazyShortIterable;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.eclipse.collections.api.RichIterable<org.eclipse.collections.api.tuple.primitive.ShortFloatPair> 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/ShortFloatPair;>;
public abstract org.eclipse.collections.api.map.primitive.FloatShortMap flipUniqueValues();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/FloatShortMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.eclipse.collections.api.map.primitive.ShortFloatMap select(org.eclipse.collections.api.block.predicate.primitive.ShortFloatPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ShortFloatPredicate;)Lorg/eclipse/collections/api/map/primitive/ShortFloatMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.map.primitive.ShortFloatMap reject(org.eclipse.collections.api.block.predicate.primitive.ShortFloatPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ShortFloatPredicate;)Lorg/eclipse/collections/api/map/primitive/ShortFloatMap;
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.ImmutableShortFloatMap toImmutable();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/ImmutableShortFloatMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.eclipse.collections.api.set.primitive.MutableShortSet keySet();
descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableShortSet;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "ShortFloatMap.java"