public class org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList<T> extends org.eclipse.collections.impl.list.mutable.AbstractMutableList<T> implements java.io.Serializable, java.util.RandomAccess
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList
  super_class: org.eclipse.collections.impl.list.mutable.AbstractMutableList
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private final org.eclipse.collections.api.list.MutableList<T> original;
    descriptor: Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/eclipse/collections/api/list/MutableList<TT;>;

  private final int offset;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  protected void <init>(org.eclipse.collections.impl.list.mutable.AbstractMutableList<T>, int, );
    descriptor: (Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList;II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
        start local 1 // org.eclipse.collections.impl.list.mutable.AbstractMutableList list
        start local 2 // int fromIndex
        start local 3 // int toIndex
         0: .line 664
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.list.mutable.AbstractMutableList.<init>:()V
         1: .line 666
            iload 2 /* fromIndex */
            ifge 3
         2: .line 668
            new java.lang.IndexOutOfBoundsException
            dup
            new java.lang.StringBuilder
            dup
            ldc "fromIndex = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* fromIndex */
            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
         3: .line 670
      StackMap locals: org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList org.eclipse.collections.impl.list.mutable.AbstractMutableList int int
      StackMap stack:
            iload 3 /* toIndex */
            aload 1 /* list */
            invokevirtual org.eclipse.collections.impl.list.mutable.AbstractMutableList.size:()I
            if_icmple 5
         4: .line 672
            new java.lang.IndexOutOfBoundsException
            dup
            new java.lang.StringBuilder
            dup
            ldc "toIndex = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 3 /* toIndex */
            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
         5: .line 674
      StackMap locals:
      StackMap stack:
            iload 2 /* fromIndex */
            iload 3 /* toIndex */
            if_icmple 7
         6: .line 676
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "fromIndex("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* fromIndex */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ") > toIndex("
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 3 /* toIndex */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            bipush 41
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 678
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* list */
            putfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.original:Lorg/eclipse/collections/api/list/MutableList;
         8: .line 679
            aload 0 /* this */
            iload 2 /* fromIndex */
            putfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.offset:I
         9: .line 680
            aload 0 /* this */
            iload 3 /* toIndex */
            iload 2 /* fromIndex */
            isub
            putfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.size:I
        10: .line 681
            return
        end local 3 // int toIndex
        end local 2 // int fromIndex
        end local 1 // org.eclipse.collections.impl.list.mutable.AbstractMutableList list
        end local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList$SubList<TT;>;
            0   11     1       list  Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList<TT;>;
            0   11     2  fromIndex  I
            0   11     3    toIndex  I
    Signature: (Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList<TT;>;II)V
    MethodParameters:
           Name  Flags
      list       
      fromIndex  
      toIndex    

  public org.eclipse.collections.api.list.MutableList<T> toReversed();
    descriptor: ()Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
         0: .line 686
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.list.mutable.FastList.newList:(Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/list/mutable/FastList;
            invokevirtual org.eclipse.collections.impl.list.mutable.FastList.reverseThis:()Lorg/eclipse/collections/impl/list/mutable/FastList;
            areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList$SubList<TT;>;
    Signature: ()Lorg/eclipse/collections/api/list/MutableList<TT;>;

  protected java.lang.Object writeReplace();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
         0: .line 691
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.list.mutable.FastList.newList:(Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/list/mutable/FastList;
            areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList$SubList<TT;>;

  public boolean add();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
        start local 1 // java.lang.Object o
         0: .line 697
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.original:Lorg/eclipse/collections/api/list/MutableList;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.offset:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.size:I
            iadd
            aload 1 /* o */
            invokeinterface org.eclipse.collections.api.list.MutableList.add:(ILjava/lang/Object;)V
         1: .line 698
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.size:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.size:I
         2: .line 699
            iconst_1
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList$SubList<TT;>;
            0    3     1     o  TT;
    Signature: (TT;)Z
    MethodParameters:
      Name  Flags
      o     

  public T set(int, );
    descriptor: (ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
        start local 1 // int index
        start local 2 // java.lang.Object element
         0: .line 705
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.checkIfOutOfBounds:(I)V
         1: .line 706
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.original:Lorg/eclipse/collections/api/list/MutableList;
            iload 1 /* index */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.offset:I
            iadd
            aload 2 /* element */
            invokeinterface org.eclipse.collections.api.list.MutableList.set:(ILjava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object element
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList$SubList<TT;>;
            0    2     1    index  I
            0    2     2  element  TT;
    Signature: (ITT;)TT;
    MethodParameters:
         Name  Flags
      index    
      element  

  public T get();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
        start local 1 // int index
         0: .line 712
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.checkIfOutOfBounds:(I)V
         1: .line 713
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.original:Lorg/eclipse/collections/api/list/MutableList;
            iload 1 /* index */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.offset:I
            iadd
            invokeinterface org.eclipse.collections.api.list.MutableList.get:(I)Ljava/lang/Object;
            areturn
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList$SubList<TT;>;
            0    2     1  index  I
    Signature: (I)TT;
    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.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
         0: .line 719
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.size:I
            ireturn
        end local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList$SubList<TT;>;

  public void add(int, );
    descriptor: (ILjava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
        start local 1 // int index
        start local 2 // java.lang.Object element
         0: .line 725
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.checkIfOutOfBounds:(I)V
         1: .line 726
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.original:Lorg/eclipse/collections/api/list/MutableList;
            iload 1 /* index */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.offset:I
            iadd
            aload 2 /* element */
            invokeinterface org.eclipse.collections.api.list.MutableList.add:(ILjava/lang/Object;)V
         2: .line 727
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.size:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.size:I
         3: .line 728
            return
        end local 2 // java.lang.Object element
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList$SubList<TT;>;
            0    4     1    index  I
            0    4     2  element  TT;
    Signature: (ITT;)V
    MethodParameters:
         Name  Flags
      index    
      element  

  public T remove();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
        start local 1 // int index
         0: .line 733
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.checkIfOutOfBounds:(I)V
         1: .line 734
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.original:Lorg/eclipse/collections/api/list/MutableList;
            iload 1 /* index */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.offset:I
            iadd
            invokeinterface org.eclipse.collections.api.list.MutableList.remove:(I)Ljava/lang/Object;
            astore 2 /* result */
        start local 2 // java.lang.Object result
         2: .line 735
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.size:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.size:I
         3: .line 736
            aload 2 /* result */
            areturn
        end local 2 // java.lang.Object result
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList$SubList<TT;>;
            0    4     1   index  I
            2    4     2  result  TT;
    Signature: (I)TT;
    MethodParameters:
       Name  Flags
      index  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
         0: .line 742
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.iterator:()Ljava/util/Iterator;
            astore 1 /* iterator */
        start local 1 // java.util.Iterator iterator
         1: goto 4
         2: .line 744
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 1 /* iterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            pop
         3: .line 745
            aload 1 /* iterator */
            invokeinterface java.util.Iterator.remove:()V
         4: .line 742
      StackMap locals:
      StackMap stack:
            aload 1 /* iterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        end local 1 // java.util.Iterator iterator
         5: .line 747
            return
        end local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList$SubList<TT;>;
            1    5     1  iterator  Ljava/util/Iterator<TT;>;

  public boolean addAll(java.util.Collection<? extends T>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
        start local 1 // java.util.Collection collection
         0: .line 752
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.size:I
            aload 1 /* collection */
            invokevirtual org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.addAll:(ILjava/util/Collection;)Z
            ireturn
        end local 1 // java.util.Collection collection
        end local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList$SubList<TT;>;
            0    1     1  collection  Ljava/util/Collection<+TT;>;
    Signature: (Ljava/util/Collection<+TT;>;)Z
    MethodParameters:
            Name  Flags
      collection  

  public boolean addAll(int, java.util.Collection<? extends T>);
    descriptor: (ILjava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
        start local 1 // int index
        start local 2 // java.util.Collection collection
         0: .line 758
            iload 1 /* index */
            iflt 1
            iload 1 /* index */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.size:I
            if_icmple 2
         1: .line 760
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            new java.lang.StringBuilder
            dup
            ldc "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 */
            getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.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 762
      StackMap locals:
      StackMap stack:
            aload 2 /* collection */
            invokeinterface java.util.Collection.size:()I
            istore 3 /* cSize */
        start local 3 // int cSize
         3: .line 763
            iload 3 /* cSize */
            ifne 5
         4: .line 765
            iconst_0
            ireturn
         5: .line 767
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.original:Lorg/eclipse/collections/api/list/MutableList;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.offset:I
            iload 1 /* index */
            iadd
            aload 2 /* collection */
            invokeinterface org.eclipse.collections.api.list.MutableList.addAll:(ILjava/util/Collection;)Z
            pop
         6: .line 768
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.size:I
            iload 3 /* cSize */
            iadd
            putfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.size:I
         7: .line 769
            iconst_1
            ireturn
        end local 3 // int cSize
        end local 2 // java.util.Collection collection
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList$SubList<TT;>;
            0    8     1       index  I
            0    8     2  collection  Ljava/util/Collection<+TT;>;
            3    8     3       cSize  I
    Signature: (ILjava/util/Collection<+TT;>;)Z
    MethodParameters:
            Name  Flags
      index       
      collection  

  public java.util.Iterator<T> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
         0: .line 775
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.listIterator:()Ljava/util/ListIterator;
            areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList$SubList<TT;>;
    Signature: ()Ljava/util/Iterator<TT;>;

  public java.util.ListIterator<T> listIterator(int);
    descriptor: (I)Ljava/util/ListIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
        start local 1 // int index
         0: .line 781
            iload 1 /* index */
            iflt 1
            iload 1 /* index */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.size:I
            if_icmple 2
         1: .line 783
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            new java.lang.StringBuilder
            dup
            ldc "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 */
            getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.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 786
      StackMap locals:
      StackMap stack:
            new org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList$1
            dup
            aload 0 /* this */
            iload 1 /* index */
            invokespecial org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList$1.<init>:(Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList$SubList;I)V
            areturn
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList$SubList<TT;>;
            0    3     1  index  I
    Signature: (I)Ljava/util/ListIterator<TT;>;
    MethodParameters:
       Name  Flags
      index  

  public org.eclipse.collections.api.list.MutableList<T> subList(int, int);
    descriptor: (II)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
        start local 1 // int fromIndex
        start local 2 // int toIndex
         0: .line 850
            new org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList
            dup
            aload 0 /* this */
            iload 1 /* fromIndex */
            iload 2 /* toIndex */
            invokespecial org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.<init>:(Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList;II)V
            areturn
        end local 2 // int toIndex
        end local 1 // int fromIndex
        end local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList$SubList<TT;>;
            0    1     1  fromIndex  I
            0    1     2    toIndex  I
    Signature: (II)Lorg/eclipse/collections/api/list/MutableList<TT;>;
    MethodParameters:
           Name  Flags
      fromIndex  
      toIndex    

  private void checkIfOutOfBounds(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
        start local 1 // int index
         0: .line 855
            iload 1 /* index */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.size:I
            if_icmpge 1
            iload 1 /* index */
            ifge 2
         1: .line 857
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            new java.lang.StringBuilder
            dup
            ldc "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 */
            getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.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 859
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList$SubList<TT;>;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public org.eclipse.collections.api.list.MutableList<T> clone();
    descriptor: ()Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
         0: .line 866
            new org.eclipse.collections.impl.list.mutable.FastList
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.list.mutable.FastList.<init>:(Ljava/util/Collection;)V
            areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList$SubList<TT;>;
    Signature: ()Lorg/eclipse/collections/api/list/MutableList<TT;>;

  public T getFirst();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
         0: .line 872
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.isEmpty:()Z
            ifeq 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.original:Lorg/eclipse/collections/api/list/MutableList;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.offset:I
            invokeinterface org.eclipse.collections.api.list.MutableList.get:(I)Ljava/lang/Object;
      StackMap locals:
      StackMap stack: java.lang.Object
         2: areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList$SubList<TT;>;
    Signature: ()TT;

  public T getLast();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
         0: .line 878
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.isEmpty:()Z
            ifeq 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.original:Lorg/eclipse/collections/api/list/MutableList;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.offset:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.size:I
            iadd
            iconst_1
            isub
            invokeinterface org.eclipse.collections.api.list.MutableList.get:(I)Ljava/lang/Object;
      StackMap locals:
      StackMap stack: java.lang.Object
         2: areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList$SubList<TT;>;
    Signature: ()TT;

  public org.eclipse.collections.api.stack.MutableStack<T> toStack();
    descriptor: ()Lorg/eclipse/collections/api/stack/MutableStack;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
         0: .line 884
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.stack.mutable.ArrayStack.newStack:(Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/stack/mutable/ArrayStack;
            areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList$SubList<TT;>;
    Signature: ()Lorg/eclipse/collections/api/stack/MutableStack<TT;>;

  public void forEachWithIndex(org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure objectIntProcedure
         0: .line 890
            aload 0 /* this */
            aload 1 /* objectIntProcedure */
            invokestatic org.eclipse.collections.impl.utility.ListIterate.forEachWithIndex:(Ljava/util/List;Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)V
         1: .line 891
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure objectIntProcedure
        end local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList$SubList<TT;>;
            0    2     1  objectIntProcedure  Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TT;>;
    Signature: (Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TT;>;)V
    MethodParameters:
                    Name  Flags
      objectIntProcedure  

  public <P> void forEachWith(org.eclipse.collections.api.block.procedure.Procedure2<? super T, ? super P>, );
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure2 procedure
        start local 2 // java.lang.Object parameter
         0: .line 896
            aload 0 /* this */
            aload 1 /* procedure */
            aload 2 /* parameter */
            invokestatic org.eclipse.collections.impl.utility.ListIterate.forEachWith:(Ljava/util/List;Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;)V
         1: .line 897
            return
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure2 procedure
        end local 0 // org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList$SubList<TT;>;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure2<-TT;-TP;>;
            0    2     2  parameter  TP;
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/procedure/Procedure2<-TT;-TP;>;TP;)V
    MethodParameters:
           Name  Flags
      procedure  
      parameter  

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.clone:()Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.CloneNotSupportedException

  public org.eclipse.collections.api.ordered.ReversibleIterable toReversed();
    descriptor: ()Lorg/eclipse/collections/api/ordered/ReversibleIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.toReversed:()Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.ListIterable toReversed();
    descriptor: ()Lorg/eclipse/collections/api/list/ListIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.toReversed:()Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.util.List subList(int, int);
    descriptor: (II)Ljava/util/List;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            iload 2
            invokevirtual org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.subList:(II)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.ListIterable subList(int, int);
    descriptor: (II)Lorg/eclipse/collections/api/list/ListIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            iload 2
            invokevirtual org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList.subList:(II)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;>Lorg/eclipse/collections/impl/list/mutable/AbstractMutableList<TT;>;Ljava/io/Serializable;Ljava/util/RandomAccess;
SourceFile: "AbstractMutableList.java"
NestHost: org.eclipse.collections.impl.list.mutable.AbstractMutableList
InnerClasses:
  protected SubList = org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList of org.eclipse.collections.impl.list.mutable.AbstractMutableList
  org.eclipse.collections.impl.list.mutable.AbstractMutableList$SubList$1