public interface org.eclipse.collections.impl.map.mutable.primitive.MutableFloatKeysMap extends org.eclipse.collections.impl.map.primitive.FloatKeysMap
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.collections.impl.map.mutable.primitive.MutableFloatKeysMap
  super_class: java.lang.Object
{
  public abstract void removeKey(float);
    descriptor: (F)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      key   

  public abstract void clear();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "MutableFloatKeysMap.java"