final class org.jooq.impl.ResultsImpl extends java.util.AbstractList<org.jooq.Result<org.jooq.Record>> implements org.jooq.Results
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.jooq.impl.ResultsImpl
  super_class: java.util.AbstractList
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1744826140354980500

  private org.jooq.Configuration configuration;
    descriptor: Lorg/jooq/Configuration;
    flags: (0x0002) ACC_PRIVATE

  final java.util.List<org.jooq.ResultOrRows> resultsOrRows;
    descriptor: Ljava/util/List;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/List<Lorg/jooq/ResultOrRows;>;

  void <init>(org.jooq.Configuration);
    descriptor: (Lorg/jooq/Configuration;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jooq.impl.ResultsImpl this
        start local 1 // org.jooq.Configuration configuration
         0: .line 64
            aload 0 /* this */
            invokespecial java.util.AbstractList.<init>:()V
         1: .line 65
            aload 0 /* this */
            aload 1 /* configuration */
            putfield org.jooq.impl.ResultsImpl.configuration:Lorg/jooq/Configuration;
         2: .line 66
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.jooq.impl.ResultsImpl.resultsOrRows:Ljava/util/List;
         3: .line 67
            return
        end local 1 // org.jooq.Configuration configuration
        end local 0 // org.jooq.impl.ResultsImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lorg/jooq/impl/ResultsImpl;
            0    4     1  configuration  Lorg/jooq/Configuration;
    MethodParameters:
               Name  Flags
      configuration  

  public final java.util.List<org.jooq.ResultOrRows> resultsOrRows();
    descriptor: ()Ljava/util/List;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.impl.ResultsImpl this
         0: .line 75
            aload 0 /* this */
            getfield org.jooq.impl.ResultsImpl.resultsOrRows:Ljava/util/List;
            areturn
        end local 0 // org.jooq.impl.ResultsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/ResultsImpl;
    Signature: ()Ljava/util/List<Lorg/jooq/ResultOrRows;>;

  public final void attach(org.jooq.Configuration);
    descriptor: (Lorg/jooq/Configuration;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.jooq.impl.ResultsImpl this
        start local 1 // org.jooq.Configuration c
         0: .line 84
            aload 0 /* this */
            aload 1 /* c */
            putfield org.jooq.impl.ResultsImpl.configuration:Lorg/jooq/Configuration;
         1: .line 86
            aload 0 /* this */
            invokevirtual org.jooq.impl.ResultsImpl.iterator:()Ljava/util/Iterator;
            astore 3
            goto 5
      StackMap locals: org.jooq.impl.ResultsImpl org.jooq.Configuration top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.jooq.Result
            astore 2 /* result */
        start local 2 // org.jooq.Result result
         3: .line 87
            aload 2 /* result */
            ifnull 5
         4: .line 88
            aload 2 /* result */
            aload 1 /* c */
            invokeinterface org.jooq.Result.attach:(Lorg/jooq/Configuration;)V
        end local 2 // org.jooq.Result result
         5: .line 86
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 89
            return
        end local 1 // org.jooq.Configuration c
        end local 0 // org.jooq.impl.ResultsImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/jooq/impl/ResultsImpl;
            0    7     1       c  Lorg/jooq/Configuration;
            3    5     2  result  Lorg/jooq/Result<*>;
    MethodParameters:
      Name  Flags
      c     

  public final void detach();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jooq.impl.ResultsImpl this
         0: .line 93
            aload 0 /* this */
            aconst_null
            invokevirtual org.jooq.impl.ResultsImpl.attach:(Lorg/jooq/Configuration;)V
         1: .line 94
            return
        end local 0 // org.jooq.impl.ResultsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jooq/impl/ResultsImpl;

  public final org.jooq.Configuration configuration();
    descriptor: ()Lorg/jooq/Configuration;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.impl.ResultsImpl this
         0: .line 98
            aload 0 /* this */
            getfield org.jooq.impl.ResultsImpl.configuration:Lorg/jooq/Configuration;
            areturn
        end local 0 // org.jooq.impl.ResultsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/ResultsImpl;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // org.jooq.impl.ResultsImpl this
         0: .line 107
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuilder sb
         1: .line 108
            ldc ""
            astore 2 /* separator */
        start local 2 // java.lang.String separator
         2: .line 110
            aload 0 /* this */
            getfield org.jooq.impl.ResultsImpl.resultsOrRows:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 10
      StackMap locals: org.jooq.impl.ResultsImpl java.lang.StringBuilder java.lang.String top java.util.Iterator
      StackMap stack:
         3: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.jooq.ResultOrRows
            astore 3 /* result */
        start local 3 // org.jooq.ResultOrRows result
         4: .line 111
            aload 3 /* result */
            invokeinterface org.jooq.ResultOrRows.result:()Lorg/jooq/Result;
            ifnull 6
         5: .line 112
            aload 1 /* sb */
            aload 2 /* separator */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "Result set:\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* result */
            invokeinterface org.jooq.ResultOrRows.result:()Lorg/jooq/Result;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
            goto 9
         6: .line 113
      StackMap locals: org.jooq.impl.ResultsImpl java.lang.StringBuilder java.lang.String org.jooq.ResultOrRows java.util.Iterator
      StackMap stack:
            aload 3 /* result */
            invokeinterface org.jooq.ResultOrRows.exception:()Lorg/jooq/exception/DataAccessException;
            ifnull 8
         7: .line 114
            aload 1 /* sb */
            aload 2 /* separator */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "Exception: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* result */
            invokeinterface org.jooq.ResultOrRows.exception:()Lorg/jooq/exception/DataAccessException;
            invokevirtual org.jooq.exception.DataAccessException.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
            goto 9
         8: .line 116
      StackMap locals:
      StackMap stack:
            aload 1 /* sb */
            aload 2 /* separator */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "Update count: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* result */
            invokeinterface org.jooq.ResultOrRows.rows:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
         9: .line 118
      StackMap locals:
      StackMap stack:
            ldc "\n"
            astore 2 /* separator */
        end local 3 // org.jooq.ResultOrRows result
        10: .line 110
      StackMap locals: org.jooq.impl.ResultsImpl java.lang.StringBuilder java.lang.String top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        11: .line 121
            aload 1 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // java.lang.String separator
        end local 1 // java.lang.StringBuilder sb
        end local 0 // org.jooq.impl.ResultsImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lorg/jooq/impl/ResultsImpl;
            1   12     1         sb  Ljava/lang/StringBuilder;
            2   12     2  separator  Ljava/lang/String;
            4   10     3     result  Lorg/jooq/ResultOrRows;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.impl.ResultsImpl this
         0: .line 126
            aload 0 /* this */
            getfield org.jooq.impl.ResultsImpl.resultsOrRows:Ljava/util/List;
            invokeinterface java.util.List.hashCode:()I
            ireturn
        end local 0 // org.jooq.impl.ResultsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/ResultsImpl;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jooq.impl.ResultsImpl this
        start local 1 // java.lang.Object obj
         0: .line 131
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 132
            iconst_1
            ireturn
         2: .line 135
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof org.jooq.impl.ResultsImpl
            ifeq 5
         3: .line 136
            aload 1 /* obj */
            checkcast org.jooq.impl.ResultsImpl
            astore 2 /* other */
        start local 2 // org.jooq.impl.ResultsImpl other
         4: .line 137
            aload 0 /* this */
            getfield org.jooq.impl.ResultsImpl.resultsOrRows:Ljava/util/List;
            aload 2 /* other */
            getfield org.jooq.impl.ResultsImpl.resultsOrRows:Ljava/util/List;
            invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // org.jooq.impl.ResultsImpl other
         5: .line 140
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // org.jooq.impl.ResultsImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/jooq/impl/ResultsImpl;
            0    6     1    obj  Ljava/lang/Object;
            4    5     2  other  Lorg/jooq/impl/ResultsImpl;
    MethodParameters:
      Name  Flags
      obj   

  public final int size();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.impl.ResultsImpl this
         0: .line 149
            aload 0 /* this */
            invokevirtual org.jooq.impl.ResultsImpl.list:()Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ireturn
        end local 0 // org.jooq.impl.ResultsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/ResultsImpl;

  public final org.jooq.Result<org.jooq.Record> get(int);
    descriptor: (I)Lorg/jooq/Result;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.ResultsImpl this
        start local 1 // int index
         0: .line 154
            aload 0 /* this */
            invokevirtual org.jooq.impl.ResultsImpl.list:()Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.jooq.Result
            areturn
        end local 1 // int index
        end local 0 // org.jooq.impl.ResultsImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/jooq/impl/ResultsImpl;
            0    1     1  index  I
    Signature: (I)Lorg/jooq/Result<Lorg/jooq/Record;>;
    MethodParameters:
       Name  Flags
      index  

  public org.jooq.Result<org.jooq.Record> set(int, org.jooq.Result<org.jooq.Record>);
    descriptor: (ILorg/jooq/Result;)Lorg/jooq/Result;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.jooq.impl.ResultsImpl this
        start local 1 // int index
        start local 2 // org.jooq.Result element
         0: .line 159
            aload 0 /* this */
            getfield org.jooq.impl.ResultsImpl.resultsOrRows:Ljava/util/List;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual org.jooq.impl.ResultsImpl.translatedIndex:(I)I
            new org.jooq.impl.ResultsImpl$ResultOrRowsImpl
            dup
            aload 2 /* element */
            invokespecial org.jooq.impl.ResultsImpl$ResultOrRowsImpl.<init>:(Lorg/jooq/Result;)V
            invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
            checkcast org.jooq.ResultOrRows
            invokeinterface org.jooq.ResultOrRows.result:()Lorg/jooq/Result;
            areturn
        end local 2 // org.jooq.Result element
        end local 1 // int index
        end local 0 // org.jooq.impl.ResultsImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jooq/impl/ResultsImpl;
            0    1     1    index  I
            0    1     2  element  Lorg/jooq/Result<Lorg/jooq/Record;>;
    Signature: (ILorg/jooq/Result<Lorg/jooq/Record;>;)Lorg/jooq/Result<Lorg/jooq/Record;>;
    MethodParameters:
         Name  Flags
      index    
      element  

  public void add(int, org.jooq.Result<org.jooq.Record>);
    descriptor: (ILorg/jooq/Result;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.jooq.impl.ResultsImpl this
        start local 1 // int index
        start local 2 // org.jooq.Result element
         0: .line 164
            aload 0 /* this */
            getfield org.jooq.impl.ResultsImpl.resultsOrRows:Ljava/util/List;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual org.jooq.impl.ResultsImpl.translatedIndex:(I)I
            new org.jooq.impl.ResultsImpl$ResultOrRowsImpl
            dup
            aload 2 /* element */
            invokespecial org.jooq.impl.ResultsImpl$ResultOrRowsImpl.<init>:(Lorg/jooq/Result;)V
            invokeinterface java.util.List.add:(ILjava/lang/Object;)V
         1: .line 165
            return
        end local 2 // org.jooq.Result element
        end local 1 // int index
        end local 0 // org.jooq.impl.ResultsImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jooq/impl/ResultsImpl;
            0    2     1    index  I
            0    2     2  element  Lorg/jooq/Result<Lorg/jooq/Record;>;
    Signature: (ILorg/jooq/Result<Lorg/jooq/Record;>;)V
    MethodParameters:
         Name  Flags
      index    
      element  

  public org.jooq.Result<org.jooq.Record> remove(int);
    descriptor: (I)Lorg/jooq/Result;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jooq.impl.ResultsImpl this
        start local 1 // int index
         0: .line 169
            aload 0 /* this */
            getfield org.jooq.impl.ResultsImpl.resultsOrRows:Ljava/util/List;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual org.jooq.impl.ResultsImpl.translatedIndex:(I)I
            invokeinterface java.util.List.remove:(I)Ljava/lang/Object;
            checkcast org.jooq.ResultOrRows
            invokeinterface org.jooq.ResultOrRows.result:()Lorg/jooq/Result;
            areturn
        end local 1 // int index
        end local 0 // org.jooq.impl.ResultsImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/jooq/impl/ResultsImpl;
            0    1     1  index  I
    Signature: (I)Lorg/jooq/Result<Lorg/jooq/Record;>;
    MethodParameters:
       Name  Flags
      index  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.impl.ResultsImpl this
         0: .line 174
            aload 0 /* this */
            getfield org.jooq.impl.ResultsImpl.resultsOrRows:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         1: .line 175
            return
        end local 0 // org.jooq.impl.ResultsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jooq/impl/ResultsImpl;

  private final java.util.List<org.jooq.Result<org.jooq.Record>> list();
    descriptor: ()Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.jooq.impl.ResultsImpl this
         0: .line 178
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* list */
        start local 1 // java.util.List list
         1: .line 180
            aload 0 /* this */
            getfield org.jooq.impl.ResultsImpl.resultsOrRows:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 5
      StackMap locals: org.jooq.impl.ResultsImpl java.util.List top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.jooq.ResultOrRows
            astore 2 /* result */
        start local 2 // org.jooq.ResultOrRows result
         3: .line 181
            aload 2 /* result */
            invokeinterface org.jooq.ResultOrRows.result:()Lorg/jooq/Result;
            ifnull 5
         4: .line 182
            aload 1 /* list */
            aload 2 /* result */
            invokeinterface org.jooq.ResultOrRows.result:()Lorg/jooq/Result;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 2 // org.jooq.ResultOrRows result
         5: .line 180
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 184
            aload 1 /* list */
            areturn
        end local 1 // java.util.List list
        end local 0 // org.jooq.impl.ResultsImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/jooq/impl/ResultsImpl;
            1    7     1    list  Ljava/util/List<Lorg/jooq/Result<Lorg/jooq/Record;>;>;
            3    5     2  result  Lorg/jooq/ResultOrRows;
    Signature: ()Ljava/util/List<Lorg/jooq/Result<Lorg/jooq/Record;>;>;

  private final int translatedIndex(int);
    descriptor: (I)I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.jooq.impl.ResultsImpl this
        start local 1 // int index
         0: .line 188
            iconst_0
            istore 2 /* translated */
        start local 2 // int translated
         1: .line 190
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 5
         3: .line 191
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.impl.ResultsImpl.resultsOrRows:Ljava/util/List;
            iload 2 /* translated */
            iinc 2 /* translated */ 1
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.jooq.ResultOrRows
            invokeinterface org.jooq.ResultOrRows.result:()Lorg/jooq/Result;
            ifnull 3
         4: .line 190
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            iload 1 /* index */
            if_icmplt 3
        end local 3 // int i
         6: .line 193
            iload 2 /* translated */
            ireturn
        end local 2 // int translated
        end local 1 // int index
        end local 0 // org.jooq.impl.ResultsImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/jooq/impl/ResultsImpl;
            0    7     1       index  I
            1    7     2  translated  I
            2    6     3           i  I
    MethodParameters:
       Name  Flags
      index  

  public java.lang.Object set(int, java.lang.Object);
    descriptor: (ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            aload 2
            checkcast org.jooq.Result
            invokevirtual org.jooq.impl.ResultsImpl.set:(ILorg/jooq/Result;)Lorg/jooq/Result;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.jooq.impl.ResultsImpl.get:(I)Lorg/jooq/Result;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object remove(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.jooq.impl.ResultsImpl.remove:(I)Lorg/jooq/Result;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void add(int, java.lang.Object);
    descriptor: (ILjava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            aload 2
            checkcast org.jooq.Result
            invokevirtual org.jooq.impl.ResultsImpl.add:(ILorg/jooq/Result;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/util/AbstractList<Lorg/jooq/Result<Lorg/jooq/Record;>;>;Lorg/jooq/Results;
SourceFile: "ResultsImpl.java"
NestMembers:
  org.jooq.impl.ResultsImpl$ResultOrRowsImpl
InnerClasses:
  final ResultOrRowsImpl = org.jooq.impl.ResultsImpl$ResultOrRowsImpl of org.jooq.impl.ResultsImpl