public interface org.apache.lucene.index.IndexSorter$ComparableProvider
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.lucene.index.IndexSorter$ComparableProvider
  super_class: java.lang.Object
{
  public abstract long getAsComparableLong(int);
    descriptor: (I)J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      docID  
}
SourceFile: "IndexSorter.java"
NestHost: org.apache.lucene.index.IndexSorter
InnerClasses:
  public abstract ComparableProvider = org.apache.lucene.index.IndexSorter$ComparableProvider of org.apache.lucene.index.IndexSorter