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

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

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

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

  public org.eclipse.collections.impl.list.fixed.TripletonList<T> clone();
    descriptor: ()Lorg/eclipse/collections/impl/list/fixed/TripletonList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.fixed.TripletonList this
         0: .line 61
            new org.eclipse.collections.impl.list.fixed.TripletonList
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.TripletonList.element1:Ljava/lang/Object;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.TripletonList.element2:Ljava/lang/Object;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.TripletonList.element3:Ljava/lang/Object;
            invokespecial org.eclipse.collections.impl.list.fixed.TripletonList.<init>:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
            areturn
        end local 0 // org.eclipse.collections.impl.list.fixed.TripletonList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/fixed/TripletonList<TT;>;
    Signature: ()Lorg/eclipse/collections/impl/list/fixed/TripletonList<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.TripletonList this
         0: .line 67
            iconst_3
            ireturn
        end local 0 // org.eclipse.collections.impl.list.fixed.TripletonList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/fixed/TripletonList<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.TripletonList this
        start local 1 // int index
         0: .line 73
            iload 1 /* index */
            tableswitch { // 0 - 2
                    0: 1
                    1: 2
                    2: 3
              default: 4
          }
         1: .line 76
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.TripletonList.element1:Ljava/lang/Object;
            areturn
         2: .line 78
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.TripletonList.element2:Ljava/lang/Object;
            areturn
         3: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.TripletonList.element3:Ljava/lang/Object;
            areturn
         4: .line 82
      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.TripletonList.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.TripletonList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/eclipse/collections/impl/list/fixed/TripletonList<TT;>;
            0    5     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.TripletonList this
        start local 1 // java.lang.Object obj
         0: .line 89
            aload 1 /* obj */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.TripletonList.element1:Ljava/lang/Object;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 4
         1: .line 90
            aload 1 /* obj */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.TripletonList.element2:Ljava/lang/Object;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 4
         2: .line 91
            aload 1 /* obj */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.TripletonList.element3:Ljava/lang/Object;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 4
         3: .line 89
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_1
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // org.eclipse.collections.impl.list.fixed.TripletonList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/collections/impl/list/fixed/TripletonList<TT;>;
            0    5     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=6, args_size=3
        start local 0 // org.eclipse.collections.impl.list.fixed.TripletonList this
        start local 1 // int index
        start local 2 // java.lang.Object element
         0: .line 100
            iload 1 /* index */
            tableswitch { // 0 - 2
                    0: 1
                    1: 4
                    2: 7
              default: 10
          }
         1: .line 103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.TripletonList.element1:Ljava/lang/Object;
            astore 3 /* previousElement1 */
        start local 3 // java.lang.Object previousElement1
         2: .line 104
            aload 0 /* this */
            aload 2 /* element */
            putfield org.eclipse.collections.impl.list.fixed.TripletonList.element1:Ljava/lang/Object;
         3: .line 105
            aload 3 /* previousElement1 */
            areturn
        end local 3 // java.lang.Object previousElement1
         4: .line 107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.TripletonList.element2:Ljava/lang/Object;
            astore 4 /* previousElement2 */
        start local 4 // java.lang.Object previousElement2
         5: .line 108
            aload 0 /* this */
            aload 2 /* element */
            putfield org.eclipse.collections.impl.list.fixed.TripletonList.element2:Ljava/lang/Object;
         6: .line 109
            aload 4 /* previousElement2 */
            areturn
        end local 4 // java.lang.Object previousElement2
         7: .line 111
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.TripletonList.element3:Ljava/lang/Object;
            astore 5 /* previousElement3 */
        start local 5 // java.lang.Object previousElement3
         8: .line 112
            aload 0 /* this */
            aload 2 /* element */
            putfield org.eclipse.collections.impl.list.fixed.TripletonList.element3:Ljava/lang/Object;
         9: .line 113
            aload 5 /* previousElement3 */
            areturn
        end local 5 // java.lang.Object previousElement3
        10: .line 115
      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.TripletonList.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.TripletonList this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   11     0              this  Lorg/eclipse/collections/impl/list/fixed/TripletonList<TT;>;
            0   11     1             index  I
            0   11     2           element  TT;
            2    4     3  previousElement1  TT;
            5    7     4  previousElement2  TT;
            8   10     5  previousElement3  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.TripletonList this
        start local 1 // java.util.function.UnaryOperator operator
         0: .line 125
            aload 0 /* this */
            aload 1 /* operator */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.TripletonList.element1:Ljava/lang/Object;
            invokeinterface java.util.function.UnaryOperator.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.list.fixed.TripletonList.element1:Ljava/lang/Object;
         1: .line 126
            aload 0 /* this */
            aload 1 /* operator */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.TripletonList.element2:Ljava/lang/Object;
            invokeinterface java.util.function.UnaryOperator.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.list.fixed.TripletonList.element2:Ljava/lang/Object;
         2: .line 127
            aload 0 /* this */
            aload 1 /* operator */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.TripletonList.element3:Ljava/lang/Object;
            invokeinterface java.util.function.UnaryOperator.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.list.fixed.TripletonList.element3:Ljava/lang/Object;
         3: .line 128
            return
        end local 1 // java.util.function.UnaryOperator operator
        end local 0 // org.eclipse.collections.impl.list.fixed.TripletonList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/eclipse/collections/impl/list/fixed/TripletonList<TT;>;
            0    4     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.TripletonList this
         0: .line 133
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.TripletonList.element1:Ljava/lang/Object;
            areturn
        end local 0 // org.eclipse.collections.impl.list.fixed.TripletonList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/fixed/TripletonList<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.TripletonList this
         0: .line 139
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.TripletonList.element3:Ljava/lang/Object;
            areturn
        end local 0 // org.eclipse.collections.impl.list.fixed.TripletonList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/fixed/TripletonList<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.TripletonList this
         0: .line 145
            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.TripletonList.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.TripletonList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/fixed/TripletonList<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.TripletonList this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 151
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.TripletonList.element1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         1: .line 152
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.TripletonList.element2:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         2: .line 153
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.TripletonList.element3:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         3: .line 154
            return
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.list.fixed.TripletonList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/eclipse/collections/impl/list/fixed/TripletonList<TT;>;
            0    4     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.TripletonList this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure objectIntProcedure
         0: .line 159
            aload 1 /* objectIntProcedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.TripletonList.element1:Ljava/lang/Object;
            iconst_0
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure.value:(Ljava/lang/Object;I)V
         1: .line 160
            aload 1 /* objectIntProcedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.TripletonList.element2:Ljava/lang/Object;
            iconst_1
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure.value:(Ljava/lang/Object;I)V
         2: .line 161
            aload 1 /* objectIntProcedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.TripletonList.element3:Ljava/lang/Object;
            iconst_2
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure.value:(Ljava/lang/Object;I)V
         3: .line 162
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure objectIntProcedure
        end local 0 // org.eclipse.collections.impl.list.fixed.TripletonList this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lorg/eclipse/collections/impl/list/fixed/TripletonList<TT;>;
            0    4     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.TripletonList this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure2 procedure
        start local 2 // java.lang.Object parameter
         0: .line 167
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.TripletonList.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 168
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.TripletonList.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 169
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.TripletonList.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 170
            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.TripletonList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/eclipse/collections/impl/list/fixed/TripletonList<TT;>;
            0    4     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure2<-TT;-TP;>;
            0    4     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.TripletonList this
        start local 1 // java.io.ObjectOutput out
         0: .line 175
            aload 1 /* out */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.TripletonList.element1:Ljava/lang/Object;
            invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
         1: .line 176
            aload 1 /* out */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.TripletonList.element2:Ljava/lang/Object;
            invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
         2: .line 177
            aload 1 /* out */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.fixed.TripletonList.element3:Ljava/lang/Object;
            invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
         3: .line 178
            return
        end local 1 // java.io.ObjectOutput out
        end local 0 // org.eclipse.collections.impl.list.fixed.TripletonList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/collections/impl/list/fixed/TripletonList<TT;>;
            0    4     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.TripletonList this
        start local 1 // java.io.ObjectInput in
         0: .line 183
            aload 0 /* this */
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readObject:()Ljava/lang/Object;
            putfield org.eclipse.collections.impl.list.fixed.TripletonList.element1:Ljava/lang/Object;
         1: .line 184
            aload 0 /* this */
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readObject:()Ljava/lang/Object;
            putfield org.eclipse.collections.impl.list.fixed.TripletonList.element2:Ljava/lang/Object;
         2: .line 185
            aload 0 /* this */
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readObject:()Ljava/lang/Object;
            putfield org.eclipse.collections.impl.list.fixed.TripletonList.element3:Ljava/lang/Object;
         3: .line 186
            return
        end local 1 // java.io.ObjectInput in
        end local 0 // org.eclipse.collections.impl.list.fixed.TripletonList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/collections/impl/list/fixed/TripletonList<TT;>;
            0    4     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.TripletonList.clone:()Lorg/eclipse/collections/impl/list/fixed/TripletonList;
            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.TripletonList.clone:()Lorg/eclipse/collections/impl/list/fixed/TripletonList;
            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.TripletonList.clone:()Lorg/eclipse/collections/impl/list/fixed/TripletonList;
            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.TripletonList.with:(Ljava/lang/Object;)Lorg/eclipse/collections/impl/list/fixed/QuadrupletonList;
            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.TripletonList.with:(Ljava/lang/Object;)Lorg/eclipse/collections/impl/list/fixed/QuadrupletonList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;>Lorg/eclipse/collections/impl/list/fixed/AbstractMemoryEfficientMutableList<TT;>;Ljava/io/Externalizable;
SourceFile: "TripletonList.java"