class org.postgresql.hostchooser.MultiHostChooser$1 extends java.util.AbstractList<org.postgresql.hostchooser.CandidateHost>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.postgresql.hostchooser.MultiHostChooser$1
  super_class: java.util.AbstractList
{
  final org.postgresql.hostchooser.MultiHostChooser this$0;
    descriptor: Lorg/postgresql/hostchooser/MultiHostChooser;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.util.List val$hosts;
    descriptor: Ljava/util/List;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.postgresql.hostchooser.HostRequirement val$requirement;
    descriptor: Lorg/postgresql/hostchooser/HostRequirement;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.postgresql.hostchooser.MultiHostChooser, java.util.List, org.postgresql.hostchooser.HostRequirement);
    descriptor: (Lorg/postgresql/hostchooser/MultiHostChooser;Ljava/util/List;Lorg/postgresql/hostchooser/HostRequirement;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.postgresql.hostchooser.MultiHostChooser$1 this
         0: .line 97
            aload 0 /* this */
            aload 1
            putfield org.postgresql.hostchooser.MultiHostChooser$1.this$0:Lorg/postgresql/hostchooser/MultiHostChooser;
            aload 0 /* this */
            aload 2
            putfield org.postgresql.hostchooser.MultiHostChooser$1.val$hosts:Ljava/util/List;
            aload 0 /* this */
            aload 3
            putfield org.postgresql.hostchooser.MultiHostChooser$1.val$requirement:Lorg/postgresql/hostchooser/HostRequirement;
            aload 0 /* this */
            invokespecial java.util.AbstractList.<init>:()V
            return
        end local 0 // org.postgresql.hostchooser.MultiHostChooser$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/postgresql/hostchooser/MultiHostChooser$1;
    MethodParameters:
                 Name  Flags
      this$0           final
      val$hosts        final
      val$requirement  final

  public org.postgresql.hostchooser.CandidateHost get(int);
    descriptor: (I)Lorg/postgresql/hostchooser/CandidateHost;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.postgresql.hostchooser.MultiHostChooser$1 this
        start local 1 // int index
         0: .line 100
            new org.postgresql.hostchooser.CandidateHost
            dup
            aload 0 /* this */
            getfield org.postgresql.hostchooser.MultiHostChooser$1.val$hosts:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.postgresql.util.HostSpec
            aload 0 /* this */
            getfield org.postgresql.hostchooser.MultiHostChooser$1.val$requirement:Lorg/postgresql/hostchooser/HostRequirement;
            invokespecial org.postgresql.hostchooser.CandidateHost.<init>:(Lorg/postgresql/util/HostSpec;Lorg/postgresql/hostchooser/HostRequirement;)V
            areturn
        end local 1 // int index
        end local 0 // org.postgresql.hostchooser.MultiHostChooser$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/postgresql/hostchooser/MultiHostChooser$1;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.postgresql.hostchooser.MultiHostChooser$1 this
         0: .line 105
            aload 0 /* this */
            getfield org.postgresql.hostchooser.MultiHostChooser$1.val$hosts:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ireturn
        end local 0 // org.postgresql.hostchooser.MultiHostChooser$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/postgresql/hostchooser/MultiHostChooser$1;

  public java.lang.Object get(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual org.postgresql.hostchooser.MultiHostChooser$1.get:(I)Lorg/postgresql/hostchooser/CandidateHost;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/util/AbstractList<Lorg/postgresql/hostchooser/CandidateHost;>;
SourceFile: "MultiHostChooser.java"
EnclosingMethod: org.postgresql.hostchooser.MultiHostChooser.withReqStatus:(Lorg/postgresql/hostchooser/HostRequirement;Ljava/util/List;)Ljava/util/List;
NestHost: org.postgresql.hostchooser.MultiHostChooser
InnerClasses:
  org.postgresql.hostchooser.MultiHostChooser$1