public class org.apache.commons.collections4.list.TreeList<E> extends java.util.AbstractList<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.collections4.list.TreeList
  super_class: java.util.AbstractList
{
  private org.apache.commons.collections4.list.TreeList$AVLNode<E> root;
    descriptor: Lorg/apache/commons/collections4/list/TreeList$AVLNode;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;

  private int size;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.list.TreeList this
         0: .line 79
            aload 0 /* this */
            invokespecial java.util.AbstractList.<init>:()V
         1: .line 80
            return
        end local 0 // org.apache.commons.collections4.list.TreeList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections4/list/TreeList<TE;>;

  public void <init>(java.util.Collection<? extends E>);
    descriptor: (Ljava/util/Collection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.commons.collections4.list.TreeList this
        start local 1 // java.util.Collection coll
         0: .line 89
            aload 0 /* this */
            invokespecial java.util.AbstractList.<init>:()V
         1: .line 90
            aload 1 /* coll */
            invokeinterface java.util.Collection.isEmpty:()Z
            ifne 4
         2: .line 91
            aload 0 /* this */
            new org.apache.commons.collections4.list.TreeList$AVLNode
            dup
            aload 1 /* coll */
            invokespecial org.apache.commons.collections4.list.TreeList$AVLNode.<init>:(Ljava/util/Collection;)V
            putfield org.apache.commons.collections4.list.TreeList.root:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
         3: .line 92
            aload 0 /* this */
            aload 1 /* coll */
            invokeinterface java.util.Collection.size:()I
            putfield org.apache.commons.collections4.list.TreeList.size:I
         4: .line 94
      StackMap locals: org.apache.commons.collections4.list.TreeList java.util.Collection
      StackMap stack:
            return
        end local 1 // java.util.Collection coll
        end local 0 // org.apache.commons.collections4.list.TreeList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/collections4/list/TreeList<TE;>;
            0    5     1  coll  Ljava/util/Collection<+TE;>;
    Signature: (Ljava/util/Collection<+TE;>;)V
    MethodParameters:
      Name  Flags
      coll  final

  public E get();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.apache.commons.collections4.list.TreeList this
        start local 1 // int index
         0: .line 105
            aload 0 /* this */
            iload 1 /* index */
            iconst_0
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.list.TreeList.size:()I
            iconst_1
            isub
            invokevirtual org.apache.commons.collections4.list.TreeList.checkInterval:(III)V
         1: .line 106
            aload 0 /* this */
            getfield org.apache.commons.collections4.list.TreeList.root:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
            iload 1 /* index */
            invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.get:(I)Lorg/apache/commons/collections4/list/TreeList$AVLNode;
            invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.getValue:()Ljava/lang/Object;
            areturn
        end local 1 // int index
        end local 0 // org.apache.commons.collections4.list.TreeList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/commons/collections4/list/TreeList<TE;>;
            0    2     1  index  I
    Signature: (I)TE;
    MethodParameters:
       Name  Flags
      index  final

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.list.TreeList this
         0: .line 116
            aload 0 /* this */
            getfield org.apache.commons.collections4.list.TreeList.size:I
            ireturn
        end local 0 // org.apache.commons.collections4.list.TreeList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections4/list/TreeList<TE;>;

  public java.util.Iterator<E> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.list.TreeList this
         0: .line 127
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.commons.collections4.list.TreeList.listIterator:(I)Ljava/util/ListIterator;
            areturn
        end local 0 // org.apache.commons.collections4.list.TreeList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections4/list/TreeList<TE;>;
    Signature: ()Ljava/util/Iterator<TE;>;

  public java.util.ListIterator<E> listIterator();
    descriptor: ()Ljava/util/ListIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.list.TreeList this
         0: .line 138
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.commons.collections4.list.TreeList.listIterator:(I)Ljava/util/ListIterator;
            areturn
        end local 0 // org.apache.commons.collections4.list.TreeList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections4/list/TreeList<TE;>;
    Signature: ()Ljava/util/ListIterator<TE;>;

  public java.util.ListIterator<E> listIterator(int);
    descriptor: (I)Ljava/util/ListIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.commons.collections4.list.TreeList this
        start local 1 // int fromIndex
         0: .line 151
            aload 0 /* this */
            iload 1 /* fromIndex */
            iconst_0
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.list.TreeList.size:()I
            invokevirtual org.apache.commons.collections4.list.TreeList.checkInterval:(III)V
         1: .line 152
            new org.apache.commons.collections4.list.TreeList$TreeListIterator
            dup
            aload 0 /* this */
            iload 1 /* fromIndex */
            invokespecial org.apache.commons.collections4.list.TreeList$TreeListIterator.<init>:(Lorg/apache/commons/collections4/list/TreeList;I)V
            areturn
        end local 1 // int fromIndex
        end local 0 // org.apache.commons.collections4.list.TreeList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/apache/commons/collections4/list/TreeList<TE;>;
            0    2     1  fromIndex  I
    Signature: (I)Ljava/util/ListIterator<TE;>;
    MethodParameters:
           Name  Flags
      fromIndex  final

  public int indexOf(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.collections4.list.TreeList this
        start local 1 // java.lang.Object object
         0: .line 164
            aload 0 /* this */
            getfield org.apache.commons.collections4.list.TreeList.root:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
            ifnonnull 2
         1: .line 165
            iconst_m1
            ireturn
         2: .line 167
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections4.list.TreeList.root:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
            aload 1 /* object */
            aload 0 /* this */
            getfield org.apache.commons.collections4.list.TreeList.root:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
            getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
            invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.indexOf:(Ljava/lang/Object;I)I
            ireturn
        end local 1 // java.lang.Object object
        end local 0 // org.apache.commons.collections4.list.TreeList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/commons/collections4/list/TreeList<TE;>;
            0    3     1  object  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      object  final

  public boolean contains(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections4.list.TreeList this
        start local 1 // java.lang.Object object
         0: .line 178
            aload 0 /* this */
            aload 1 /* object */
            invokevirtual org.apache.commons.collections4.list.TreeList.indexOf:(Ljava/lang/Object;)I
            iflt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object object
        end local 0 // org.apache.commons.collections4.list.TreeList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/commons/collections4/list/TreeList<TE;>;
            0    2     1  object  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      object  final

  public java.lang.Object[] toArray();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.commons.collections4.list.TreeList this
         0: .line 189
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.list.TreeList.size:()I
            anewarray java.lang.Object
            astore 1 /* array */
        start local 1 // java.lang.Object[] array
         1: .line 190
            aload 0 /* this */
            getfield org.apache.commons.collections4.list.TreeList.root:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
            ifnull 3
         2: .line 191
            aload 0 /* this */
            getfield org.apache.commons.collections4.list.TreeList.root:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
            aload 1 /* array */
            aload 0 /* this */
            getfield org.apache.commons.collections4.list.TreeList.root:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
            getfield org.apache.commons.collections4.list.TreeList$AVLNode.relativePosition:I
            invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.toArray:([Ljava/lang/Object;I)V
         3: .line 193
      StackMap locals: java.lang.Object[]
      StackMap stack:
            aload 1 /* array */
            areturn
        end local 1 // java.lang.Object[] array
        end local 0 // org.apache.commons.collections4.list.TreeList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/apache/commons/collections4/list/TreeList<TE;>;
            1    4     1  array  [Ljava/lang/Object;

  public void add(int, );
    descriptor: (ILjava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // org.apache.commons.collections4.list.TreeList this
        start local 1 // int index
        start local 2 // java.lang.Object obj
         0: .line 205
            aload 0 /* this */
            dup
            getfield org.apache.commons.collections4.list.TreeList.modCount:I
            iconst_1
            iadd
            putfield org.apache.commons.collections4.list.TreeList.modCount:I
         1: .line 206
            aload 0 /* this */
            iload 1 /* index */
            iconst_0
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.list.TreeList.size:()I
            invokevirtual org.apache.commons.collections4.list.TreeList.checkInterval:(III)V
         2: .line 207
            aload 0 /* this */
            getfield org.apache.commons.collections4.list.TreeList.root:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
            ifnonnull 5
         3: .line 208
            aload 0 /* this */
            new org.apache.commons.collections4.list.TreeList$AVLNode
            dup
            iload 1 /* index */
            aload 2 /* obj */
            aconst_null
            aconst_null
            invokespecial org.apache.commons.collections4.list.TreeList$AVLNode.<init>:(ILjava/lang/Object;Lorg/apache/commons/collections4/list/TreeList$AVLNode;Lorg/apache/commons/collections4/list/TreeList$AVLNode;)V
            putfield org.apache.commons.collections4.list.TreeList.root:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
         4: .line 209
            goto 6
         5: .line 210
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections4.list.TreeList.root:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
            iload 1 /* index */
            aload 2 /* obj */
            invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.insert:(ILjava/lang/Object;)Lorg/apache/commons/collections4/list/TreeList$AVLNode;
            putfield org.apache.commons.collections4.list.TreeList.root:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
         6: .line 212
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.apache.commons.collections4.list.TreeList.size:I
            iconst_1
            iadd
            putfield org.apache.commons.collections4.list.TreeList.size:I
         7: .line 213
            return
        end local 2 // java.lang.Object obj
        end local 1 // int index
        end local 0 // org.apache.commons.collections4.list.TreeList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/apache/commons/collections4/list/TreeList<TE;>;
            0    8     1  index  I
            0    8     2    obj  TE;
    Signature: (ITE;)V
    MethodParameters:
       Name  Flags
      index  final
      obj    final

  public boolean addAll(java.util.Collection<? extends E>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.apache.commons.collections4.list.TreeList this
        start local 1 // java.util.Collection c
         0: .line 228
            aload 1 /* c */
            invokeinterface java.util.Collection.isEmpty:()Z
            ifeq 2
         1: .line 229
            iconst_0
            ireturn
         2: .line 231
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.apache.commons.collections4.list.TreeList.modCount:I
            aload 1 /* c */
            invokeinterface java.util.Collection.size:()I
            iadd
            putfield org.apache.commons.collections4.list.TreeList.modCount:I
         3: .line 232
            new org.apache.commons.collections4.list.TreeList$AVLNode
            dup
            aload 1 /* c */
            invokespecial org.apache.commons.collections4.list.TreeList$AVLNode.<init>:(Ljava/util/Collection;)V
            astore 2 /* cTree */
        start local 2 // org.apache.commons.collections4.list.TreeList$AVLNode cTree
         4: .line 233
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections4.list.TreeList.root:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
            ifnonnull 5
            aload 2 /* cTree */
            goto 6
      StackMap locals: org.apache.commons.collections4.list.TreeList java.util.Collection org.apache.commons.collections4.list.TreeList$AVLNode
      StackMap stack: org.apache.commons.collections4.list.TreeList
         5: aload 0 /* this */
            getfield org.apache.commons.collections4.list.TreeList.root:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
            aload 2 /* cTree */
            aload 0 /* this */
            getfield org.apache.commons.collections4.list.TreeList.size:I
            invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.addAll:(Lorg/apache/commons/collections4/list/TreeList$AVLNode;I)Lorg/apache/commons/collections4/list/TreeList$AVLNode;
      StackMap locals: org.apache.commons.collections4.list.TreeList java.util.Collection org.apache.commons.collections4.list.TreeList$AVLNode
      StackMap stack: org.apache.commons.collections4.list.TreeList org.apache.commons.collections4.list.TreeList$AVLNode
         6: putfield org.apache.commons.collections4.list.TreeList.root:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
         7: .line 234
            aload 0 /* this */
            dup
            getfield org.apache.commons.collections4.list.TreeList.size:I
            aload 1 /* c */
            invokeinterface java.util.Collection.size:()I
            iadd
            putfield org.apache.commons.collections4.list.TreeList.size:I
         8: .line 235
            iconst_1
            ireturn
        end local 2 // org.apache.commons.collections4.list.TreeList$AVLNode cTree
        end local 1 // java.util.Collection c
        end local 0 // org.apache.commons.collections4.list.TreeList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/apache/commons/collections4/list/TreeList<TE;>;
            0    9     1      c  Ljava/util/Collection<+TE;>;
            4    9     2  cTree  Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
    Signature: (Ljava/util/Collection<+TE;>;)Z
    MethodParameters:
      Name  Flags
      c     final

  public E set(int, );
    descriptor: (ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // org.apache.commons.collections4.list.TreeList this
        start local 1 // int index
        start local 2 // java.lang.Object obj
         0: .line 248
            aload 0 /* this */
            iload 1 /* index */
            iconst_0
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.list.TreeList.size:()I
            iconst_1
            isub
            invokevirtual org.apache.commons.collections4.list.TreeList.checkInterval:(III)V
         1: .line 249
            aload 0 /* this */
            getfield org.apache.commons.collections4.list.TreeList.root:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
            iload 1 /* index */
            invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.get:(I)Lorg/apache/commons/collections4/list/TreeList$AVLNode;
            astore 3 /* node */
        start local 3 // org.apache.commons.collections4.list.TreeList$AVLNode node
         2: .line 250
            aload 3 /* node */
            getfield org.apache.commons.collections4.list.TreeList$AVLNode.value:Ljava/lang/Object;
            astore 4 /* result */
        start local 4 // java.lang.Object result
         3: .line 251
            aload 3 /* node */
            aload 2 /* obj */
            invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.setValue:(Ljava/lang/Object;)V
         4: .line 252
            aload 4 /* result */
            areturn
        end local 4 // java.lang.Object result
        end local 3 // org.apache.commons.collections4.list.TreeList$AVLNode node
        end local 2 // java.lang.Object obj
        end local 1 // int index
        end local 0 // org.apache.commons.collections4.list.TreeList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/apache/commons/collections4/list/TreeList<TE;>;
            0    5     1   index  I
            0    5     2     obj  TE;
            2    5     3    node  Lorg/apache/commons/collections4/list/TreeList$AVLNode<TE;>;
            3    5     4  result  TE;
    Signature: (ITE;)TE;
    MethodParameters:
       Name  Flags
      index  final
      obj    final

  public E remove();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.apache.commons.collections4.list.TreeList this
        start local 1 // int index
         0: .line 263
            aload 0 /* this */
            dup
            getfield org.apache.commons.collections4.list.TreeList.modCount:I
            iconst_1
            iadd
            putfield org.apache.commons.collections4.list.TreeList.modCount:I
         1: .line 264
            aload 0 /* this */
            iload 1 /* index */
            iconst_0
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.list.TreeList.size:()I
            iconst_1
            isub
            invokevirtual org.apache.commons.collections4.list.TreeList.checkInterval:(III)V
         2: .line 265
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual org.apache.commons.collections4.list.TreeList.get:(I)Ljava/lang/Object;
            astore 2 /* result */
        start local 2 // java.lang.Object result
         3: .line 266
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections4.list.TreeList.root:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
            iload 1 /* index */
            invokevirtual org.apache.commons.collections4.list.TreeList$AVLNode.remove:(I)Lorg/apache/commons/collections4/list/TreeList$AVLNode;
            putfield org.apache.commons.collections4.list.TreeList.root:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
         4: .line 267
            aload 0 /* this */
            dup
            getfield org.apache.commons.collections4.list.TreeList.size:I
            iconst_1
            isub
            putfield org.apache.commons.collections4.list.TreeList.size:I
         5: .line 268
            aload 2 /* result */
            areturn
        end local 2 // java.lang.Object result
        end local 1 // int index
        end local 0 // org.apache.commons.collections4.list.TreeList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/apache/commons/collections4/list/TreeList<TE;>;
            0    6     1   index  I
            3    6     2  result  TE;
    Signature: (I)TE;
    MethodParameters:
       Name  Flags
      index  final

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.list.TreeList this
         0: .line 276
            aload 0 /* this */
            dup
            getfield org.apache.commons.collections4.list.TreeList.modCount:I
            iconst_1
            iadd
            putfield org.apache.commons.collections4.list.TreeList.modCount:I
         1: .line 277
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.collections4.list.TreeList.root:Lorg/apache/commons/collections4/list/TreeList$AVLNode;
         2: .line 278
            aload 0 /* this */
            iconst_0
            putfield org.apache.commons.collections4.list.TreeList.size:I
         3: .line 279
            return
        end local 0 // org.apache.commons.collections4.list.TreeList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/commons/collections4/list/TreeList<TE;>;

  private void checkInterval(int, int, int);
    descriptor: (III)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.apache.commons.collections4.list.TreeList this
        start local 1 // int index
        start local 2 // int startIndex
        start local 3 // int endIndex
         0: .line 291
            iload 1 /* index */
            iload 2 /* startIndex */
            if_icmplt 1
            iload 1 /* index */
            iload 3 /* endIndex */
            if_icmple 2
         1: .line 292
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid index:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* index */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", size="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.list.TreeList.size:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 294
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int endIndex
        end local 2 // int startIndex
        end local 1 // int index
        end local 0 // org.apache.commons.collections4.list.TreeList this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/apache/commons/collections4/list/TreeList<TE;>;
            0    3     1       index  I
            0    3     2  startIndex  I
            0    3     3    endIndex  I
    MethodParameters:
            Name  Flags
      index       final
      startIndex  final
      endIndex    final

  static int access$0(org.apache.commons.collections4.list.TreeList);
    descriptor: (Lorg/apache/commons/collections4/list/TreeList;)I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 62
            aload 0
            getfield org.apache.commons.collections4.list.TreeList.modCount:I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <E:Ljava/lang/Object;>Ljava/util/AbstractList<TE;>;
SourceFile: "TreeList.java"
NestMembers:
  org.apache.commons.collections4.list.TreeList$AVLNode  org.apache.commons.collections4.list.TreeList$TreeListIterator
InnerClasses:
  AVLNode = org.apache.commons.collections4.list.TreeList$AVLNode of org.apache.commons.collections4.list.TreeList
  TreeListIterator = org.apache.commons.collections4.list.TreeList$TreeListIterator of org.apache.commons.collections4.list.TreeList