public interface org.postgresql.hostchooser.HostChooser extends java.lang.Iterable<org.postgresql.hostchooser.CandidateHost>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.postgresql.hostchooser.HostChooser
  super_class: java.lang.Object
{
  public abstract java.util.Iterator<org.postgresql.hostchooser.CandidateHost> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/Iterator<Lorg/postgresql/hostchooser/CandidateHost;>;
}
Signature: Ljava/lang/Object;Ljava/lang/Iterable<Lorg/postgresql/hostchooser/CandidateHost;>;
SourceFile: "HostChooser.java"