class org.postgresql.hostchooser.MultiHostChooser$3 extends java.util.AbstractList<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.postgresql.hostchooser.MultiHostChooser$3
  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$a;
    descriptor: Ljava/util/List;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final int val$size;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  public T get();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.postgresql.hostchooser.MultiHostChooser$3 this
        start local 1 // int index
         0: .line 128
            aload 0 /* this */
            getfield org.postgresql.hostchooser.MultiHostChooser$3.val$a:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            areturn
        end local 1 // int index
        end local 0 // org.postgresql.hostchooser.MultiHostChooser$3 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/postgresql/hostchooser/MultiHostChooser$3;
            0    1     1  index  I
    Signature: (I)TT;
    MethodParameters:
       Name  Flags
      index  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.postgresql.hostchooser.MultiHostChooser$3 this
         0: .line 133
            iconst_0
            aload 0 /* this */
            getfield org.postgresql.hostchooser.MultiHostChooser$3.val$a:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            aload 0 /* this */
            getfield org.postgresql.hostchooser.MultiHostChooser$3.val$size:I
            isub
            invokestatic java.lang.Math.max:(II)I
            ireturn
        end local 0 // org.postgresql.hostchooser.MultiHostChooser$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/postgresql/hostchooser/MultiHostChooser$3;
}
Signature: Ljava/util/AbstractList<TT;>;
SourceFile: "MultiHostChooser.java"
EnclosingMethod: org.postgresql.hostchooser.MultiHostChooser.rtrim:(ILjava/util/List;)Ljava/util/List;
NestHost: org.postgresql.hostchooser.MultiHostChooser
InnerClasses:
  org.postgresql.hostchooser.MultiHostChooser$3