final class org.eclipse.collections.impl.list.fixed.SextupletonList<T> extends org.eclipse.collections.impl.list.fixed.AbstractMemoryEfficientMutableList<T> implements java.io.Externalizable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.list.fixed.SextupletonList
  super_class: org.eclipse.collections.impl.list.fixed.AbstractMemoryEfficientMutableList
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private T element1;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Signature: TT;

  private T element2;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Signature: TT;

  private T element3;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Signature: TT;

  private T element4;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Signature: TT;

  private T element5;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Signature: TT;

  private T element6;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Signature: TT;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.fixed.SextupletonList this
         0: .line 41
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.list.fixed.AbstractMemoryEfficientMutableList.<init>:()V
         1: .line 44
            return
        end local 0 // org.eclipse.collections.impl.list.fixed.SextupletonList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/list/fixed/SextupletonList<TT;>;

  void <init>(T, T, T, T, T, );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // org.eclipse.collections.impl.list.fixed.SextupletonList this
        start local 1 // java.lang.Object obj1
        start local 2 // java.lang.Object obj2
        start local 3 // java.lang.Object obj3
        start local 4 // java.lang.Object obj4
        start local 5 // java.lang.Object obj5
        start local 6 // java.lang.Object obj6
         0: .line 46
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.list.fixed.AbstractMemoryEfficientMutableList.<init>:()V
         1: .line 48
            aload 0 /* this */
            aload 1 /* obj1 */
            putfield org.eclipse.collections.impl.list.fixed.SextupletonList.element1:Ljava/lang/Object;
         2: .line 49
            aload 0 /* this */
            aload 2 /* obj2 */
            putfield org.eclipse.collections.impl.list.fixed.SextupletonList.element2:Ljava/lang/Object;
         3: .line 50
            aload 0 /* this */
            aload 3 /* obj3 */
            putfield org.eclipse.collections.impl.list.fixed.SextupletonList.element3:Ljava/lang/Object;
         4: .line 51
            aload 0 /* this */
            aload 4 /* obj4 */
            putfield org.eclipse.collections.impl.list.fixed.SextupletonList.element4:Ljava/lang/Object;
         5: .line 52
            aload 0 /* this */
            aload 5 /* obj5 */
            putfield org.eclipse.collections.impl.list.fixed.SextupletonList.element5:Ljava/lang/Object;
         6: .line 53
            aload 0 /* this */
            aload 6 /* obj6 */
            putfield org.eclipse.collections.impl.list.fixed.SextupletonList.element6:Ljava/lang/Object;
         7: .line 54
            return
        end local 6 // java.lang.Object obj6
        end local 5 // java.lang.Object obj5
        end local 4 // java.lang.Object obj4
        end local 3 // java.lang.Object obj3
        end local 2 // java.lang.Object obj2
        end local 1 // java.lang.Object obj1
        end local 0 // org.eclipse.collections.impl.list.fixed.SextupletonList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/eclipse/collections/impl/list/fixed/SextupletonList<TT;>;
            0    8     1  obj1  TT;
            0    8     2  obj2  TT;
            0    8     3  obj3  TT;
            0    8     4  obj4  TT;
            0    8     5  obj5  TT;
            0    8     6  obj6  TT;
    Signature: (TT;TT;TT;TT;TT;TT;)V
    MethodParameters:
      Name  Flags
      obj1  
      obj2  
      obj3  
      obj4  
      obj5  
      obj6  

  public org.eclipse.collections.impl.list.fixed.ArrayAdapter<T> with(T);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/impl/list/fixed/ArrayAdapter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.fixed.SextupletonList this
        start local 1 // java.lang.Object value
         0: .line 60
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element1:Ljava/lang/Object;
         1: .line 61
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element2:Ljava/lang/Object;
         2: .line 62
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element3:Ljava/lang/Object;
         3: .line 63
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element4:Ljava/lang/Object;
         4: .line 64
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element5:Ljava/lang/Object;
         5: .line 65
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element6:Ljava/lang/Object;
         6: .line 66
            aload 1 /* value */
         7: .line 59
            invokestatic org.eclipse.collections.impl.list.fixed.ArrayAdapter.newArrayWith:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/impl/list/fixed/ArrayAdapter;
            areturn
        end local 1 // java.lang.Object value
        end local 0 // org.eclipse.collections.impl.list.fixed.SextupletonList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/eclipse/collections/impl/list/fixed/SextupletonList<TT;>;
            0    8     1  value  TT;
    Signature: (TT;)Lorg/eclipse/collections/impl/list/fixed/ArrayAdapter<TT;>;
    MethodParameters:
       Name  Flags
      value  

  public org.eclipse.collections.impl.list.fixed.SextupletonList<T> clone();
    descriptor: ()Lorg/eclipse/collections/impl/list/fixed/SextupletonList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.fixed.SextupletonList this
         0: .line 74
            new org.eclipse.collections.impl.list.fixed.SextupletonList
            dup
         1: .line 75
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element1:Ljava/lang/Object;
         2: .line 76
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element2:Ljava/lang/Object;
         3: .line 77
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element3:Ljava/lang/Object;
         4: .line 78
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element4:Ljava/lang/Object;
         5: .line 79
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element5:Ljava/lang/Object;
         6: .line 80
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element6:Ljava/lang/Object;
         7: .line 74
            invokespecial org.eclipse.collections.impl.list.fixed.SextupletonList.<init>:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
            areturn
        end local 0 // org.eclipse.collections.impl.list.fixed.SextupletonList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/eclipse/collections/impl/list/fixed/SextupletonList<TT;>;
    Signature: ()Lorg/eclipse/collections/impl/list/fixed/SextupletonList<TT;>;

  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.fixed.SextupletonList this
         0: .line 86
            bipush 6
            ireturn
        end local 0 // org.eclipse.collections.impl.list.fixed.SextupletonList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/fixed/SextupletonList<TT;>;

  public T get();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.fixed.SextupletonList this
        start local 1 // int index
         0: .line 92
            iload 1 /* index */
            tableswitch { // 0 - 5
                    0: 1
                    1: 2
                    2: 3
                    3: 4
                    4: 5
                    5: 6
              default: 7
          }
         1: .line 95
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element1:Ljava/lang/Object;
            areturn
         2: .line 97
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element2:Ljava/lang/Object;
            areturn
         3: .line 99
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element3:Ljava/lang/Object;
            areturn
         4: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element4:Ljava/lang/Object;
            areturn
         5: .line 103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element5:Ljava/lang/Object;
            areturn
         6: .line 105
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element6:Ljava/lang/Object;
            areturn
         7: .line 107
      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 */
            invokevirtual org.eclipse.collections.impl.list.fixed.SextupletonList.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
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.fixed.SextupletonList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/eclipse/collections/impl/list/fixed/SextupletonList<TT;>;
            0    8     1  index  I
    Signature: (I)TT;
    MethodParameters:
       Name  Flags
      index  

  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.eclipse.collections.impl.list.fixed.SextupletonList this
        start local 1 // java.lang.Object obj
         0: .line 114
            aload 1 /* obj */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element1:Ljava/lang/Object;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 7
         1: .line 115
            aload 1 /* obj */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element2:Ljava/lang/Object;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 7
         2: .line 116
            aload 1 /* obj */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element3:Ljava/lang/Object;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 7
         3: .line 117
            aload 1 /* obj */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element4:Ljava/lang/Object;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 7
         4: .line 118
            aload 1 /* obj */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element5:Ljava/lang/Object;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 7
         5: .line 119
            aload 1 /* obj */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element6:Ljava/lang/Object;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 7
         6: .line 114
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         7: iconst_1
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // org.eclipse.collections.impl.list.fixed.SextupletonList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/eclipse/collections/impl/list/fixed/SextupletonList<TT;>;
            0    8     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public T set(int, );
    descriptor: (ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=3
        start local 0 // org.eclipse.collections.impl.list.fixed.SextupletonList this
        start local 1 // int index
        start local 2 // java.lang.Object element
         0: .line 128
            iload 1 /* index */
            tableswitch { // 0 - 5
                    0: 1
                    1: 4
                    2: 7
                    3: 10
                    4: 13
                    5: 16
              default: 19
          }
         1: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element1:Ljava/lang/Object;
            astore 3 /* previousElement1 */
        start local 3 // java.lang.Object previousElement1
         2: .line 132
            aload 0 /* this */
            aload 2 /* element */
            putfield org.eclipse.collections.impl.list.fixed.SextupletonList.element1:Ljava/lang/Object;
         3: .line 133
            aload 3 /* previousElement1 */
            areturn
        end local 3 // java.lang.Object previousElement1
         4: .line 135
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element2:Ljava/lang/Object;
            astore 4 /* previousElement2 */
        start local 4 // java.lang.Object previousElement2
         5: .line 136
            aload 0 /* this */
            aload 2 /* element */
            putfield org.eclipse.collections.impl.list.fixed.SextupletonList.element2:Ljava/lang/Object;
         6: .line 137
            aload 4 /* previousElement2 */
            areturn
        end local 4 // java.lang.Object previousElement2
         7: .line 139
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element3:Ljava/lang/Object;
            astore 5 /* previousElement3 */
        start local 5 // java.lang.Object previousElement3
         8: .line 140
            aload 0 /* this */
            aload 2 /* element */
            putfield org.eclipse.collections.impl.list.fixed.SextupletonList.element3:Ljava/lang/Object;
         9: .line 141
            aload 5 /* previousElement3 */
            areturn
        end local 5 // java.lang.Object previousElement3
        10: .line 143
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element4:Ljava/lang/Object;
            astore 6 /* previousElement4 */
        start local 6 // java.lang.Object previousElement4
        11: .line 144
            aload 0 /* this */
            aload 2 /* element */
            putfield org.eclipse.collections.impl.list.fixed.SextupletonList.element4:Ljava/lang/Object;
        12: .line 145
            aload 6 /* previousElement4 */
            areturn
        end local 6 // java.lang.Object previousElement4
        13: .line 147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element5:Ljava/lang/Object;
            astore 7 /* previousElement5 */
        start local 7 // java.lang.Object previousElement5
        14: .line 148
            aload 0 /* this */
            aload 2 /* element */
            putfield org.eclipse.collections.impl.list.fixed.SextupletonList.element5:Ljava/lang/Object;
        15: .line 149
            aload 7 /* previousElement5 */
            areturn
        end local 7 // java.lang.Object previousElement5
        16: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element6:Ljava/lang/Object;
            astore 8 /* previousElement6 */
        start local 8 // java.lang.Object previousElement6
        17: .line 152
            aload 0 /* this */
            aload 2 /* element */
            putfield org.eclipse.collections.impl.list.fixed.SextupletonList.element6:Ljava/lang/Object;
        18: .line 153
            aload 8 /* previousElement6 */
            areturn
        end local 8 // java.lang.Object previousElement6
        19: .line 155
      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 */
            invokevirtual org.eclipse.collections.impl.list.fixed.SextupletonList.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
        end local 2 // java.lang.Object element
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.fixed.SextupletonList this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   20     0              this  Lorg/eclipse/collections/impl/list/fixed/SextupletonList<TT;>;
            0   20     1             index  I
            0   20     2           element  TT;
            2    4     3  previousElement1  TT;
            5    7     4  previousElement2  TT;
            8   10     5  previousElement3  TT;
           11   13     6  previousElement4  TT;
           14   16     7  previousElement5  TT;
           17   19     8  previousElement6  TT;
    Signature: (ITT;)TT;
    MethodParameters:
         Name  Flags
      index    
      element  

  public void replaceAll(java.util.function.UnaryOperator<T>);
    descriptor: (Ljava/util/function/UnaryOperator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.fixed.SextupletonList this
        start local 1 // java.util.function.UnaryOperator operator
         0: .line 165
            aload 0 /* this */
            aload 1 /* operator */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element1:Ljava/lang/Object;
            invokeinterface java.util.function.UnaryOperator.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.list.fixed.SextupletonList.element1:Ljava/lang/Object;
         1: .line 166
            aload 0 /* this */
            aload 1 /* operator */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element2:Ljava/lang/Object;
            invokeinterface java.util.function.UnaryOperator.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.list.fixed.SextupletonList.element2:Ljava/lang/Object;
         2: .line 167
            aload 0 /* this */
            aload 1 /* operator */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element3:Ljava/lang/Object;
            invokeinterface java.util.function.UnaryOperator.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.list.fixed.SextupletonList.element3:Ljava/lang/Object;
         3: .line 168
            aload 0 /* this */
            aload 1 /* operator */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element4:Ljava/lang/Object;
            invokeinterface java.util.function.UnaryOperator.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.list.fixed.SextupletonList.element4:Ljava/lang/Object;
         4: .line 169
            aload 0 /* this */
            aload 1 /* operator */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element5:Ljava/lang/Object;
            invokeinterface java.util.function.UnaryOperator.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.list.fixed.SextupletonList.element5:Ljava/lang/Object;
         5: .line 170
            aload 0 /* this */
            aload 1 /* operator */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element6:Ljava/lang/Object;
            invokeinterface java.util.function.UnaryOperator.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.list.fixed.SextupletonList.element6:Ljava/lang/Object;
         6: .line 171
            return
        end local 1 // java.util.function.UnaryOperator operator
        end local 0 // org.eclipse.collections.impl.list.fixed.SextupletonList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/list/fixed/SextupletonList<TT;>;
            0    7     1  operator  Ljava/util/function/UnaryOperator<TT;>;
    Signature: (Ljava/util/function/UnaryOperator<TT;>;)V
    MethodParameters:
          Name  Flags
      operator  

  public T getFirst();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.fixed.SextupletonList this
         0: .line 176
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element1:Ljava/lang/Object;
            areturn
        end local 0 // org.eclipse.collections.impl.list.fixed.SextupletonList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/fixed/SextupletonList<TT;>;
    Signature: ()TT;

  public T getLast();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.fixed.SextupletonList this
         0: .line 182
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element6:Ljava/lang/Object;
            areturn
        end local 0 // org.eclipse.collections.impl.list.fixed.SextupletonList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/fixed/SextupletonList<TT;>;
    Signature: ()TT;

  public T getOnly();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.fixed.SextupletonList this
         0: .line 188
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Size must be 1 but was "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.fixed.SextupletonList.size:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.collections.impl.list.fixed.SextupletonList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/fixed/SextupletonList<TT;>;
    Signature: ()TT;

  public void each(org.eclipse.collections.api.block.procedure.Procedure<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.fixed.SextupletonList this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 194
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         1: .line 195
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element2:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         2: .line 196
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element3:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         3: .line 197
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element4:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         4: .line 198
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element5:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         5: .line 199
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element6:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         6: .line 200
            return
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.list.fixed.SextupletonList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/list/fixed/SextupletonList<TT;>;
            0    7     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;)V
    MethodParameters:
           Name  Flags
      procedure  

  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=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.fixed.SextupletonList this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure objectIntProcedure
         0: .line 205
            aload 1 /* objectIntProcedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element1:Ljava/lang/Object;
            iconst_0
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure.value:(Ljava/lang/Object;I)V
         1: .line 206
            aload 1 /* objectIntProcedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element2:Ljava/lang/Object;
            iconst_1
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure.value:(Ljava/lang/Object;I)V
         2: .line 207
            aload 1 /* objectIntProcedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element3:Ljava/lang/Object;
            iconst_2
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure.value:(Ljava/lang/Object;I)V
         3: .line 208
            aload 1 /* objectIntProcedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element4:Ljava/lang/Object;
            iconst_3
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure.value:(Ljava/lang/Object;I)V
         4: .line 209
            aload 1 /* objectIntProcedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element5:Ljava/lang/Object;
            iconst_4
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure.value:(Ljava/lang/Object;I)V
         5: .line 210
            aload 1 /* objectIntProcedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element6:Ljava/lang/Object;
            iconst_5
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure.value:(Ljava/lang/Object;I)V
         6: .line 211
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure objectIntProcedure
        end local 0 // org.eclipse.collections.impl.list.fixed.SextupletonList this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    7     0                this  Lorg/eclipse/collections/impl/list/fixed/SextupletonList<TT;>;
            0    7     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.fixed.SextupletonList this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure2 procedure
        start local 2 // java.lang.Object parameter
         0: .line 216
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element1:Ljava/lang/Object;
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure2.value:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 217
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element2:Ljava/lang/Object;
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure2.value:(Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 218
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element3:Ljava/lang/Object;
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure2.value:(Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 219
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element4:Ljava/lang/Object;
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure2.value:(Ljava/lang/Object;Ljava/lang/Object;)V
         4: .line 220
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element5:Ljava/lang/Object;
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure2.value:(Ljava/lang/Object;Ljava/lang/Object;)V
         5: .line 221
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element6:Ljava/lang/Object;
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure2.value:(Ljava/lang/Object;Ljava/lang/Object;)V
         6: .line 222
            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.fixed.SextupletonList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/list/fixed/SextupletonList<TT;>;
            0    7     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure2<-TT;-TP;>;
            0    7     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 void writeExternal(java.io.ObjectOutput);
    descriptor: (Ljava/io/ObjectOutput;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.fixed.SextupletonList this
        start local 1 // java.io.ObjectOutput out
         0: .line 227
            aload 1 /* out */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element1:Ljava/lang/Object;
            invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
         1: .line 228
            aload 1 /* out */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element2:Ljava/lang/Object;
            invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
         2: .line 229
            aload 1 /* out */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element3:Ljava/lang/Object;
            invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
         3: .line 230
            aload 1 /* out */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element4:Ljava/lang/Object;
            invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
         4: .line 231
            aload 1 /* out */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element5:Ljava/lang/Object;
            invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
         5: .line 232
            aload 1 /* out */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.SextupletonList.element6:Ljava/lang/Object;
            invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
         6: .line 233
            return
        end local 1 // java.io.ObjectOutput out
        end local 0 // org.eclipse.collections.impl.list.fixed.SextupletonList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/list/fixed/SextupletonList<TT;>;
            0    7     1   out  Ljava/io/ObjectOutput;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      out   

  public void readExternal(java.io.ObjectInput);
    descriptor: (Ljava/io/ObjectInput;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.fixed.SextupletonList this
        start local 1 // java.io.ObjectInput in
         0: .line 238
            aload 0 /* this */
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readObject:()Ljava/lang/Object;
            putfield org.eclipse.collections.impl.list.fixed.SextupletonList.element1:Ljava/lang/Object;
         1: .line 239
            aload 0 /* this */
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readObject:()Ljava/lang/Object;
            putfield org.eclipse.collections.impl.list.fixed.SextupletonList.element2:Ljava/lang/Object;
         2: .line 240
            aload 0 /* this */
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readObject:()Ljava/lang/Object;
            putfield org.eclipse.collections.impl.list.fixed.SextupletonList.element3:Ljava/lang/Object;
         3: .line 241
            aload 0 /* this */
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readObject:()Ljava/lang/Object;
            putfield org.eclipse.collections.impl.list.fixed.SextupletonList.element4:Ljava/lang/Object;
         4: .line 242
            aload 0 /* this */
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readObject:()Ljava/lang/Object;
            putfield org.eclipse.collections.impl.list.fixed.SextupletonList.element5:Ljava/lang/Object;
         5: .line 243
            aload 0 /* this */
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readObject:()Ljava/lang/Object;
            putfield org.eclipse.collections.impl.list.fixed.SextupletonList.element6:Ljava/lang/Object;
         6: .line 244
            return
        end local 1 // java.io.ObjectInput in
        end local 0 // org.eclipse.collections.impl.list.fixed.SextupletonList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/list/fixed/SextupletonList<TT;>;
            0    7     1    in  Ljava/io/ObjectInput;
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      in    

  public org.eclipse.collections.api.list.FixedSizeList clone();
    descriptor: ()Lorg/eclipse/collections/api/list/FixedSizeList;
    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.fixed.SextupletonList.clone:()Lorg/eclipse/collections/impl/list/fixed/SextupletonList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.MutableList clone();
    descriptor: ()Lorg/eclipse/collections/api/list/MutableList;
    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.fixed.SextupletonList.clone:()Lorg/eclipse/collections/impl/list/fixed/SextupletonList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.fixed.SextupletonList.clone:()Lorg/eclipse/collections/impl/list/fixed/SextupletonList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.CloneNotSupportedException

  public org.eclipse.collections.api.collection.MutableCollection with(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.list.fixed.SextupletonList.with:(Ljava/lang/Object;)Lorg/eclipse/collections/impl/list/fixed/ArrayAdapter;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.MutableList with(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.list.fixed.SextupletonList.with:(Ljava/lang/Object;)Lorg/eclipse/collections/impl/list/fixed/ArrayAdapter;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;>Lorg/eclipse/collections/impl/list/fixed/AbstractMemoryEfficientMutableList<TT;>;Ljava/io/Externalizable;
SourceFile: "SextupletonList.java"