public interface com.carrotsearch.hppc.ObjectFloatMap<KType> extends com.carrotsearch.hppc.ObjectFloatAssociativeContainer<KType>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.carrotsearch.hppc.ObjectFloatMap
  super_class: java.lang.Object
{
  public abstract float get();
    descriptor: (Ljava/lang/Object;)F
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TKType;)F
    MethodParameters:
      Name  Flags
      key   

  public abstract float getOrDefault(KType, );
    descriptor: (Ljava/lang/Object;F)F
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TKType;F)F
    MethodParameters:
              Name  Flags
      key           
      defaultValue  

  public abstract float put(KType, );
    descriptor: (Ljava/lang/Object;F)F
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TKType;F)F
    MethodParameters:
       Name  Flags
      key    
      value  

  public abstract int putAll(com.carrotsearch.hppc.ObjectFloatAssociativeContainer<? extends KType>);
    descriptor: (Lcom/carrotsearch/hppc/ObjectFloatAssociativeContainer;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/carrotsearch/hppc/ObjectFloatAssociativeContainer<+TKType;>;)I
    MethodParameters:
           Name  Flags
      container  

  public abstract int putAll(java.lang.Iterable<? extends com.carrotsearch.hppc.cursors.ObjectFloatCursor<? extends KType>>);
    descriptor: (Ljava/lang/Iterable;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Iterable<+Lcom/carrotsearch/hppc/cursors/ObjectFloatCursor<+TKType;>;>;)I
    MethodParameters:
          Name  Flags
      iterable  

  public abstract float putOrAdd(KType, float, );
    descriptor: (Ljava/lang/Object;FF)F
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TKType;FF)F
    MethodParameters:
                Name  Flags
      key             
      putValue        
      incrementValue  

  public abstract float addTo(KType, );
    descriptor: (Ljava/lang/Object;F)F
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TKType;F)F
    MethodParameters:
               Name  Flags
      key            
      additionValue  

  public abstract float remove();
    descriptor: (Ljava/lang/Object;)F
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TKType;)F
    MethodParameters:
      Name  Flags
      key   

  public abstract boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      obj   

  public abstract int hashCode();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int indexOf();
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TKType;)I
    MethodParameters:
      Name  Flags
      key   

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

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

  public abstract float indexReplace(int, float);
    descriptor: (IF)F
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      index     
      newValue  

  public abstract void indexInsert(int, KType, );
    descriptor: (ILjava/lang/Object;F)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ITKType;F)V
    MethodParameters:
       Name  Flags
      index  
      key    
      value  

  public abstract void clear();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void release();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String visualizeKeyDistribution(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      characters  
}
Signature: <KType:Ljava/lang/Object;>Ljava/lang/Object;Lcom/carrotsearch/hppc/ObjectFloatAssociativeContainer<TKType;>;
SourceFile: "ObjectFloatMap.java"