public interface org.eclipse.collections.api.map.primitive.IntFloatMap 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.IntFloatMap
  super_class: java.lang.Object
{
  public abstract float get(int);
    descriptor: (I)F
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      key   

  public abstract float getIfAbsent(int, float);
    descriptor: (IF)F
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      key       
      ifAbsent  

  public abstract float getOrThrow(int);
    descriptor: (I)F
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      key   

  public abstract boolean containsKey(int);
    descriptor: (I)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      key   

  public abstract void forEachKey(org.eclipse.collections.api.block.procedure.primitive.IntProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      procedure  

  public abstract void forEachKeyValue(org.eclipse.collections.api.block.procedure.primitive.IntFloatProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/IntFloatProcedure;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      procedure  

  public abstract org.eclipse.collections.api.LazyIntIterable keysView();
    descriptor: ()Lorg/eclipse/collections/api/LazyIntIterable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.eclipse.collections.api.RichIterable<org.eclipse.collections.api.tuple.primitive.IntFloatPair> 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/IntFloatPair;>;

  public abstract org.eclipse.collections.api.map.primitive.FloatIntMap flipUniqueValues();
    descriptor: ()Lorg/eclipse/collections/api/map/primitive/FloatIntMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.eclipse.collections.api.map.primitive.IntFloatMap select(org.eclipse.collections.api.block.predicate.primitive.IntFloatPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntFloatPredicate;)Lorg/eclipse/collections/api/map/primitive/IntFloatMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      predicate  

  public abstract org.eclipse.collections.api.map.primitive.IntFloatMap reject(org.eclipse.collections.api.block.predicate.primitive.IntFloatPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntFloatPredicate;)Lorg/eclipse/collections/api/map/primitive/IntFloatMap;
    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.ImmutableIntFloatMap toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/map/primitive/ImmutableIntFloatMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.eclipse.collections.api.set.primitive.MutableIntSet keySet();
    descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "IntFloatMap.java"