final class org.eclipse.collections.impl.list.fixed.QuadrupletonList<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.QuadrupletonList
  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;

  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.QuadrupletonList this
         0: .line 39
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.list.fixed.AbstractMemoryEfficientMutableList.<init>:()V
         1: .line 42
            return
        end local 0 // org.eclipse.collections.impl.list.fixed.QuadrupletonList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/list/fixed/QuadrupletonList<TT;>;

  void <init>(T, T, T, );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.eclipse.collections.impl.list.fixed.QuadrupletonList 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
         0: .line 44
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.list.fixed.AbstractMemoryEfficientMutableList.<init>:()V
         1: .line 46
            aload 0 /* this */
            aload 1 /* obj1 */
            putfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element1:Ljava/lang/Object;
         2: .line 47
            aload 0 /* this */
            aload 2 /* obj2 */
            putfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element2:Ljava/lang/Object;
         3: .line 48
            aload 0 /* this */
            aload 3 /* obj3 */
            putfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element3:Ljava/lang/Object;
         4: .line 49
            aload 0 /* this */
            aload 4 /* obj4 */
            putfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element4:Ljava/lang/Object;
         5: .line 50
            return
        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.QuadrupletonList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/collections/impl/list/fixed/QuadrupletonList<TT;>;
            0    6     1  obj1  TT;
            0    6     2  obj2  TT;
            0    6     3  obj3  TT;
            0    6     4  obj4  TT;
    Signature: (TT;TT;TT;TT;)V
    MethodParameters:
      Name  Flags
      obj1  
      obj2  
      obj3  
      obj4  

  public org.eclipse.collections.impl.list.fixed.QuintupletonList<T> with(T);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/impl/list/fixed/QuintupletonList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.fixed.QuadrupletonList this
        start local 1 // java.lang.Object value
         0: .line 55
            new org.eclipse.collections.impl.list.fixed.QuintupletonList
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element1:Ljava/lang/Object;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element2:Ljava/lang/Object;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element3:Ljava/lang/Object;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element4:Ljava/lang/Object;
            aload 1 /* value */
            invokespecial org.eclipse.collections.impl.list.fixed.QuintupletonList.<init>:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
            areturn
        end local 1 // java.lang.Object value
        end local 0 // org.eclipse.collections.impl.list.fixed.QuadrupletonList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/list/fixed/QuadrupletonList<TT;>;
            0    1     1  value  TT;
    Signature: (TT;)Lorg/eclipse/collections/impl/list/fixed/QuintupletonList<TT;>;
    MethodParameters:
       Name  Flags
      value  

  public org.eclipse.collections.impl.list.fixed.QuadrupletonList<T> clone();
    descriptor: ()Lorg/eclipse/collections/impl/list/fixed/QuadrupletonList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.fixed.QuadrupletonList this
         0: .line 63
            new org.eclipse.collections.impl.list.fixed.QuadrupletonList
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element1:Ljava/lang/Object;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element2:Ljava/lang/Object;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element3:Ljava/lang/Object;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element4:Ljava/lang/Object;
            invokespecial org.eclipse.collections.impl.list.fixed.QuadrupletonList.<init>:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
            areturn
        end local 0 // org.eclipse.collections.impl.list.fixed.QuadrupletonList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/fixed/QuadrupletonList<TT;>;
    Signature: ()Lorg/eclipse/collections/impl/list/fixed/QuadrupletonList<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.QuadrupletonList this
         0: .line 69
            iconst_4
            ireturn
        end local 0 // org.eclipse.collections.impl.list.fixed.QuadrupletonList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/fixed/QuadrupletonList<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.QuadrupletonList this
        start local 1 // int index
         0: .line 75
            iload 1 /* index */
            tableswitch { // 0 - 3
                    0: 1
                    1: 2
                    2: 3
                    3: 4
              default: 5
          }
         1: .line 78
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element1:Ljava/lang/Object;
            areturn
         2: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element2:Ljava/lang/Object;
            areturn
         3: .line 82
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element3:Ljava/lang/Object;
            areturn
         4: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element4:Ljava/lang/Object;
            areturn
         5: .line 86
      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.QuadrupletonList.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.QuadrupletonList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/eclipse/collections/impl/list/fixed/QuadrupletonList<TT;>;
            0    6     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.QuadrupletonList this
        start local 1 // java.lang.Object obj
         0: .line 93
            aload 1 /* obj */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element1:Ljava/lang/Object;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 5
         1: .line 94
            aload 1 /* obj */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element2:Ljava/lang/Object;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 5
         2: .line 95
            aload 1 /* obj */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element3:Ljava/lang/Object;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 5
         3: .line 96
            aload 1 /* obj */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element4:Ljava/lang/Object;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 5
         4: .line 93
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_1
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // org.eclipse.collections.impl.list.fixed.QuadrupletonList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/collections/impl/list/fixed/QuadrupletonList<TT;>;
            0    6     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=7, args_size=3
        start local 0 // org.eclipse.collections.impl.list.fixed.QuadrupletonList this
        start local 1 // int index
        start local 2 // java.lang.Object element
         0: .line 105
            iload 1 /* index */
            tableswitch { // 0 - 3
                    0: 1
                    1: 4
                    2: 7
                    3: 10
              default: 13
          }
         1: .line 108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element1:Ljava/lang/Object;
            astore 3 /* previousElement1 */
        start local 3 // java.lang.Object previousElement1
         2: .line 109
            aload 0 /* this */
            aload 2 /* element */
            putfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element1:Ljava/lang/Object;
         3: .line 110
            aload 3 /* previousElement1 */
            areturn
        end local 3 // java.lang.Object previousElement1
         4: .line 112
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element2:Ljava/lang/Object;
            astore 4 /* previousElement2 */
        start local 4 // java.lang.Object previousElement2
         5: .line 113
            aload 0 /* this */
            aload 2 /* element */
            putfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element2:Ljava/lang/Object;
         6: .line 114
            aload 4 /* previousElement2 */
            areturn
        end local 4 // java.lang.Object previousElement2
         7: .line 116
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element3:Ljava/lang/Object;
            astore 5 /* previousElement3 */
        start local 5 // java.lang.Object previousElement3
         8: .line 117
            aload 0 /* this */
            aload 2 /* element */
            putfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element3:Ljava/lang/Object;
         9: .line 118
            aload 5 /* previousElement3 */
            areturn
        end local 5 // java.lang.Object previousElement3
        10: .line 120
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element4:Ljava/lang/Object;
            astore 6 /* previousElement4 */
        start local 6 // java.lang.Object previousElement4
        11: .line 121
            aload 0 /* this */
            aload 2 /* element */
            putfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element4:Ljava/lang/Object;
        12: .line 122
            aload 6 /* previousElement4 */
            areturn
        end local 6 // java.lang.Object previousElement4
        13: .line 124
      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.QuadrupletonList.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.QuadrupletonList this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   14     0              this  Lorg/eclipse/collections/impl/list/fixed/QuadrupletonList<TT;>;
            0   14     1             index  I
            0   14     2           element  TT;
            2    4     3  previousElement1  TT;
            5    7     4  previousElement2  TT;
            8   10     5  previousElement3  TT;
           11   13     6  previousElement4  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.QuadrupletonList this
        start local 1 // java.util.function.UnaryOperator operator
         0: .line 134
            aload 0 /* this */
            aload 1 /* operator */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element1:Ljava/lang/Object;
            invokeinterface java.util.function.UnaryOperator.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element1:Ljava/lang/Object;
         1: .line 135
            aload 0 /* this */
            aload 1 /* operator */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element2:Ljava/lang/Object;
            invokeinterface java.util.function.UnaryOperator.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element2:Ljava/lang/Object;
         2: .line 136
            aload 0 /* this */
            aload 1 /* operator */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element3:Ljava/lang/Object;
            invokeinterface java.util.function.UnaryOperator.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element3:Ljava/lang/Object;
         3: .line 137
            aload 0 /* this */
            aload 1 /* operator */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element4:Ljava/lang/Object;
            invokeinterface java.util.function.UnaryOperator.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element4:Ljava/lang/Object;
         4: .line 138
            return
        end local 1 // java.util.function.UnaryOperator operator
        end local 0 // org.eclipse.collections.impl.list.fixed.QuadrupletonList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/eclipse/collections/impl/list/fixed/QuadrupletonList<TT;>;
            0    5     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.QuadrupletonList this
         0: .line 143
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element1:Ljava/lang/Object;
            areturn
        end local 0 // org.eclipse.collections.impl.list.fixed.QuadrupletonList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/fixed/QuadrupletonList<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.QuadrupletonList this
         0: .line 149
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element4:Ljava/lang/Object;
            areturn
        end local 0 // org.eclipse.collections.impl.list.fixed.QuadrupletonList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/fixed/QuadrupletonList<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.QuadrupletonList this
         0: .line 155
            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.QuadrupletonList.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.QuadrupletonList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/fixed/QuadrupletonList<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.QuadrupletonList this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 161
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         1: .line 162
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element2:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         2: .line 163
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element3:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         3: .line 164
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element4:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         4: .line 165
            return
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.list.fixed.QuadrupletonList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/eclipse/collections/impl/list/fixed/QuadrupletonList<TT;>;
            0    5     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.QuadrupletonList this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure objectIntProcedure
         0: .line 170
            aload 1 /* objectIntProcedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element1:Ljava/lang/Object;
            iconst_0
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure.value:(Ljava/lang/Object;I)V
         1: .line 171
            aload 1 /* objectIntProcedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element2:Ljava/lang/Object;
            iconst_1
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure.value:(Ljava/lang/Object;I)V
         2: .line 172
            aload 1 /* objectIntProcedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element3:Ljava/lang/Object;
            iconst_2
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure.value:(Ljava/lang/Object;I)V
         3: .line 173
            aload 1 /* objectIntProcedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element4:Ljava/lang/Object;
            iconst_3
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure.value:(Ljava/lang/Object;I)V
         4: .line 174
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure objectIntProcedure
        end local 0 // org.eclipse.collections.impl.list.fixed.QuadrupletonList this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    5     0                this  Lorg/eclipse/collections/impl/list/fixed/QuadrupletonList<TT;>;
            0    5     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.QuadrupletonList this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure2 procedure
        start local 2 // java.lang.Object parameter
         0: .line 179
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.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 180
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.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 181
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.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 182
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.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 183
            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.QuadrupletonList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/eclipse/collections/impl/list/fixed/QuadrupletonList<TT;>;
            0    5     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure2<-TT;-TP;>;
            0    5     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.QuadrupletonList this
        start local 1 // java.io.ObjectOutput out
         0: .line 188
            aload 1 /* out */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element1:Ljava/lang/Object;
            invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
         1: .line 189
            aload 1 /* out */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element2:Ljava/lang/Object;
            invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
         2: .line 190
            aload 1 /* out */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element3:Ljava/lang/Object;
            invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
         3: .line 191
            aload 1 /* out */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element4:Ljava/lang/Object;
            invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
         4: .line 192
            return
        end local 1 // java.io.ObjectOutput out
        end local 0 // org.eclipse.collections.impl.list.fixed.QuadrupletonList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/collections/impl/list/fixed/QuadrupletonList<TT;>;
            0    5     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.QuadrupletonList this
        start local 1 // java.io.ObjectInput in
         0: .line 197
            aload 0 /* this */
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readObject:()Ljava/lang/Object;
            putfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element1:Ljava/lang/Object;
         1: .line 198
            aload 0 /* this */
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readObject:()Ljava/lang/Object;
            putfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element2:Ljava/lang/Object;
         2: .line 199
            aload 0 /* this */
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readObject:()Ljava/lang/Object;
            putfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element3:Ljava/lang/Object;
         3: .line 200
            aload 0 /* this */
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readObject:()Ljava/lang/Object;
            putfield org.eclipse.collections.impl.list.fixed.QuadrupletonList.element4:Ljava/lang/Object;
         4: .line 201
            return
        end local 1 // java.io.ObjectInput in
        end local 0 // org.eclipse.collections.impl.list.fixed.QuadrupletonList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/collections/impl/list/fixed/QuadrupletonList<TT;>;
            0    5     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.QuadrupletonList.clone:()Lorg/eclipse/collections/impl/list/fixed/QuadrupletonList;
            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.QuadrupletonList.clone:()Lorg/eclipse/collections/impl/list/fixed/QuadrupletonList;
            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.QuadrupletonList.clone:()Lorg/eclipse/collections/impl/list/fixed/QuadrupletonList;
            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.QuadrupletonList.with:(Ljava/lang/Object;)Lorg/eclipse/collections/impl/list/fixed/QuintupletonList;
            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.QuadrupletonList.with:(Ljava/lang/Object;)Lorg/eclipse/collections/impl/list/fixed/QuintupletonList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;>Lorg/eclipse/collections/impl/list/fixed/AbstractMemoryEfficientMutableList<TT;>;Ljava/io/Externalizable;
SourceFile: "QuadrupletonList.java"