public interface org.jruby.runtime.load.LoadService$LoadSearcher
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.jruby.runtime.load.LoadService$LoadSearcher
  super_class: java.lang.Object
{
  public abstract boolean shouldTrySearch(org.jruby.runtime.load.LoadService$SearchState);
    descriptor: (Lorg/jruby/runtime/load/LoadService$SearchState;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      state  

  public abstract boolean trySearch(org.jruby.runtime.load.LoadService$SearchState);
    descriptor: (Lorg/jruby/runtime/load/LoadService$SearchState;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      state  
}
SourceFile: "LoadService.java"
NestHost: org.jruby.runtime.load.LoadService
InnerClasses:
  public abstract LoadSearcher = org.jruby.runtime.load.LoadService$LoadSearcher of org.jruby.runtime.load.LoadService
  public SearchState = org.jruby.runtime.load.LoadService$SearchState of org.jruby.runtime.load.LoadService
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()