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

  private final T element1;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: TT;

  private final T element2;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: TT;

  private final T element3;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: TT;

  private final T element4;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: TT;

  private final T element5;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: TT;

  private final T element6;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: 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.immutable.ImmutableSextupletonList 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 37
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.list.immutable.AbstractImmutableList.<init>:()V
         1: .line 39
            aload 0 /* this */
            aload 1 /* obj1 */
            putfield org.eclipse.collections.impl.list.immutable.ImmutableSextupletonList.element1:Ljava/lang/Object;
         2: .line 40
            aload 0 /* this */
            aload 2 /* obj2 */
            putfield org.eclipse.collections.impl.list.immutable.ImmutableSextupletonList.element2:Ljava/lang/Object;
         3: .line 41
            aload 0 /* this */
            aload 3 /* obj3 */
            putfield org.eclipse.collections.impl.list.immutable.ImmutableSextupletonList.element3:Ljava/lang/Object;
         4: .line 42
            aload 0 /* this */
            aload 4 /* obj4 */
            putfield org.eclipse.collections.impl.list.immutable.ImmutableSextupletonList.element4:Ljava/lang/Object;
         5: .line 43
            aload 0 /* this */
            aload 5 /* obj5 */
            putfield org.eclipse.collections.impl.list.immutable.ImmutableSextupletonList.element5:Ljava/lang/Object;
         6: .line 44
            aload 0 /* this */
            aload 6 /* obj6 */
            putfield org.eclipse.collections.impl.list.immutable.ImmutableSextupletonList.element6:Ljava/lang/Object;
         7: .line 45
            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.immutable.ImmutableSextupletonList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/eclipse/collections/impl/list/immutable/ImmutableSextupletonList<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 int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.immutable.ImmutableSextupletonList this
         0: .line 50
            bipush 6
            ireturn
        end local 0 // org.eclipse.collections.impl.list.immutable.ImmutableSextupletonList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/immutable/ImmutableSextupletonList<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.immutable.ImmutableSextupletonList this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 56
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.ImmutableSextupletonList.element1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         1: .line 57
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.ImmutableSextupletonList.element2:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         2: .line 58
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.ImmutableSextupletonList.element3:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         3: .line 59
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.ImmutableSextupletonList.element4:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         4: .line 60
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.ImmutableSextupletonList.element5:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         5: .line 61
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.ImmutableSextupletonList.element6:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         6: .line 62
            return
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.list.immutable.ImmutableSextupletonList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/list/immutable/ImmutableSextupletonList<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 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.immutable.ImmutableSextupletonList this
        start local 1 // int index
         0: .line 67
            iload 1 /* index */
            tableswitch { // 0 - 5
                    0: 1
                    1: 2
                    2: 3
                    3: 4
                    4: 5
                    5: 6
              default: 7
          }
         1: .line 70
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.ImmutableSextupletonList.element1:Ljava/lang/Object;
            areturn
         2: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.ImmutableSextupletonList.element2:Ljava/lang/Object;
            areturn
         3: .line 74
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.ImmutableSextupletonList.element3:Ljava/lang/Object;
            areturn
         4: .line 76
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.ImmutableSextupletonList.element4:Ljava/lang/Object;
            areturn
         5: .line 78
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.ImmutableSextupletonList.element5:Ljava/lang/Object;
            areturn
         6: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.ImmutableSextupletonList.element6:Ljava/lang/Object;
            areturn
         7: .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.immutable.ImmutableSextupletonList.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.immutable.ImmutableSextupletonList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/eclipse/collections/impl/list/immutable/ImmutableSextupletonList<TT;>;
            0    8     1  index  I
    Signature: (I)TT;
    MethodParameters:
       Name  Flags
      index  

  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.immutable.ImmutableSextupletonList this
         0: .line 89
            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.immutable.ImmutableSextupletonList.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.immutable.ImmutableSextupletonList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/immutable/ImmutableSextupletonList<TT;>;
    Signature: ()TT;

  public org.eclipse.collections.api.list.ImmutableList<T> newWith(T);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/list/ImmutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.immutable.ImmutableSextupletonList this
        start local 1 // java.lang.Object newItem
         0: .line 95
            getstatic org.eclipse.collections.api.factory.Lists.immutable:Lorg/eclipse/collections/api/factory/list/ImmutableListFactory;
         1: .line 96
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.ImmutableSextupletonList.element1:Ljava/lang/Object;
         2: .line 97
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.ImmutableSextupletonList.element2:Ljava/lang/Object;
         3: .line 98
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.ImmutableSextupletonList.element3:Ljava/lang/Object;
         4: .line 99
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.ImmutableSextupletonList.element4:Ljava/lang/Object;
         5: .line 100
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.ImmutableSextupletonList.element5:Ljava/lang/Object;
         6: .line 101
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.ImmutableSextupletonList.element6:Ljava/lang/Object;
         7: .line 102
            aload 1 /* newItem */
         8: .line 95
            invokeinterface org.eclipse.collections.api.factory.list.ImmutableListFactory.with:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/list/ImmutableList;
            areturn
        end local 1 // java.lang.Object newItem
        end local 0 // org.eclipse.collections.impl.list.immutable.ImmutableSextupletonList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/eclipse/collections/impl/list/immutable/ImmutableSextupletonList<TT;>;
            0    9     1  newItem  TT;
    Signature: (TT;)Lorg/eclipse/collections/api/list/ImmutableList<TT;>;
    MethodParameters:
         Name  Flags
      newItem  

  public org.eclipse.collections.api.collection.ImmutableCollection newWith(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/ImmutableCollection;
    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.immutable.ImmutableSextupletonList.newWith:(Ljava/lang/Object;)Lorg/eclipse/collections/api/list/ImmutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;>Lorg/eclipse/collections/impl/list/immutable/AbstractImmutableList<TT;>;Ljava/io/Serializable;Ljava/util/RandomAccess;
SourceFile: "ImmutableSextupletonList.java"