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

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