public interface it.unimi.dsi.fastutil.booleans.BooleanHash$Strategy
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: it.unimi.dsi.fastutil.booleans.BooleanHash$Strategy
  super_class: java.lang.Object
{
  public abstract int hashCode(boolean);
    descriptor: (Z)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      e     

  public abstract boolean equals(boolean, boolean);
    descriptor: (ZZ)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      a     
      b     
}
SourceFile: "BooleanHash.java"
NestHost: it.unimi.dsi.fastutil.booleans.BooleanHash
InnerClasses:
  public abstract Strategy = it.unimi.dsi.fastutil.booleans.BooleanHash$Strategy of it.unimi.dsi.fastutil.booleans.BooleanHash