final class org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet<T> extends org.eclipse.collections.impl.set.immutable.AbstractImmutableSet<T> implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet
  super_class: org.eclipse.collections.impl.set.immutable.AbstractImmutableSet
{
  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;

  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.set.immutable.ImmutableQuadrupletonSet 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 36
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.set.immutable.AbstractImmutableSet.<init>:()V
         1: .line 38
            aload 0 /* this */
            aload 1 /* obj1 */
            putfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element1:Ljava/lang/Object;
         2: .line 39
            aload 0 /* this */
            aload 2 /* obj2 */
            putfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element2:Ljava/lang/Object;
         3: .line 40
            aload 0 /* this */
            aload 3 /* obj3 */
            putfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element3:Ljava/lang/Object;
         4: .line 41
            aload 0 /* this */
            aload 4 /* obj4 */
            putfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element4:Ljava/lang/Object;
         5: .line 42
            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.set.immutable.ImmutableQuadrupletonSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/collections/impl/set/immutable/ImmutableQuadrupletonSet<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 int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet this
         0: .line 47
            iconst_4
            ireturn
        end local 0 // org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/immutable/ImmutableQuadrupletonSet<TT;>;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet this
        start local 1 // java.lang.Object other
         0: .line 53
            aload 1 /* other */
            aload 0 /* this */
            if_acmpne 2
         1: .line 55
            iconst_1
            ireturn
         2: .line 57
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            instanceof java.util.Set
            ifne 4
         3: .line 59
            iconst_0
            ireturn
         4: .line 61
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast java.util.Set
            astore 2 /* set */
        start local 2 // java.util.Set set
         5: .line 62
            aload 2 /* set */
            invokeinterface java.util.Set.size:()I
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.size:()I
            if_icmpne 11
         6: .line 63
            aload 2 /* set */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element1:Ljava/lang/Object;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 11
         7: .line 64
            aload 2 /* set */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element2:Ljava/lang/Object;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 11
         8: .line 65
            aload 2 /* set */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element3:Ljava/lang/Object;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 11
         9: .line 66
            aload 2 /* set */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element4:Ljava/lang/Object;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 11
        10: .line 62
            iconst_1
            ireturn
      StackMap locals: java.util.Set
      StackMap stack:
        11: iconst_0
            ireturn
        end local 2 // java.util.Set set
        end local 1 // java.lang.Object other
        end local 0 // org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lorg/eclipse/collections/impl/set/immutable/ImmutableQuadrupletonSet<TT;>;
            0   12     1  other  Ljava/lang/Object;
            5   12     2    set  Ljava/util/Set<*>;
    MethodParameters:
       Name  Flags
      other  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet this
         0: .line 72
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element1:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.nullSafeHashCode:(Ljava/lang/Object;)I
         1: .line 73
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element2:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.nullSafeHashCode:(Ljava/lang/Object;)I
         2: .line 72
            iadd
         3: .line 74
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element3:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.nullSafeHashCode:(Ljava/lang/Object;)I
         4: .line 72
            iadd
         5: .line 75
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element4:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.nullSafeHashCode:(Ljava/lang/Object;)I
         6: .line 72
            iadd
            ireturn
        end local 0 // org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/set/immutable/ImmutableQuadrupletonSet<TT;>;

  public org.eclipse.collections.api.set.ImmutableSet<T> newWith(T);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet this
        start local 1 // java.lang.Object element
         0: .line 81
            aload 0 /* this */
            aload 1 /* element */
            invokevirtual org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.contains:(Ljava/lang/Object;)Z
            ifne 2
         1: .line 83
            getstatic org.eclipse.collections.impl.factory.Sets.immutable:Lorg/eclipse/collections/api/factory/set/ImmutableSetFactory;
            iconst_5
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element1:Ljava/lang/Object;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element2:Ljava/lang/Object;
            aastore
            dup
            iconst_2
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element3:Ljava/lang/Object;
            aastore
            dup
            iconst_3
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element4:Ljava/lang/Object;
            aastore
            dup
            iconst_4
            aload 1 /* element */
            aastore
            invokeinterface org.eclipse.collections.api.factory.set.ImmutableSetFactory.with:([Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
            areturn
         2: .line 85
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object element
        end local 0 // org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/eclipse/collections/impl/set/immutable/ImmutableQuadrupletonSet<TT;>;
            0    3     1  element  TT;
    Signature: (TT;)Lorg/eclipse/collections/api/set/ImmutableSet<TT;>;
    MethodParameters:
         Name  Flags
      element  

  public org.eclipse.collections.api.set.ImmutableSet<T> newWithout(T);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet this
        start local 1 // java.lang.Object element
         0: .line 91
            aload 0 /* this */
            aload 1 /* element */
            invokevirtual org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.contains:(Ljava/lang/Object;)Z
            ifeq 8
         1: .line 93
            aload 1 /* element */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element1:Ljava/lang/Object;
            invokestatic org.eclipse.collections.impl.block.factory.Comparators.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 3
         2: .line 95
            getstatic org.eclipse.collections.impl.factory.Sets.immutable:Lorg/eclipse/collections/api/factory/set/ImmutableSetFactory;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element2:Ljava/lang/Object;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element3:Ljava/lang/Object;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element4:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.factory.set.ImmutableSetFactory.with:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
            areturn
         3: .line 97
      StackMap locals:
      StackMap stack:
            aload 1 /* element */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element2:Ljava/lang/Object;
            invokestatic org.eclipse.collections.impl.block.factory.Comparators.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 5
         4: .line 99
            getstatic org.eclipse.collections.impl.factory.Sets.immutable:Lorg/eclipse/collections/api/factory/set/ImmutableSetFactory;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element1:Ljava/lang/Object;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element3:Ljava/lang/Object;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element4:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.factory.set.ImmutableSetFactory.with:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
            areturn
         5: .line 101
      StackMap locals:
      StackMap stack:
            aload 1 /* element */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element3:Ljava/lang/Object;
            invokestatic org.eclipse.collections.impl.block.factory.Comparators.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 7
         6: .line 103
            getstatic org.eclipse.collections.impl.factory.Sets.immutable:Lorg/eclipse/collections/api/factory/set/ImmutableSetFactory;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element1:Ljava/lang/Object;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element2:Ljava/lang/Object;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element4:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.factory.set.ImmutableSetFactory.with:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
            areturn
         7: .line 105
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.collections.impl.factory.Sets.immutable:Lorg/eclipse/collections/api/factory/set/ImmutableSetFactory;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element1:Ljava/lang/Object;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element2:Ljava/lang/Object;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element3:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.factory.set.ImmutableSetFactory.with:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
            areturn
         8: .line 107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object element
        end local 0 // org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/eclipse/collections/impl/set/immutable/ImmutableQuadrupletonSet<TT;>;
            0    9     1  element  TT;
    Signature: (TT;)Lorg/eclipse/collections/api/set/ImmutableSet<TT;>;
    MethodParameters:
         Name  Flags
      element  

  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.set.immutable.ImmutableQuadrupletonSet this
        start local 1 // java.lang.Object obj
         0: .line 113
            aload 1 /* obj */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element1:Ljava/lang/Object;
            invokestatic org.eclipse.collections.impl.block.factory.Comparators.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 5
         1: .line 114
            aload 1 /* obj */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element2:Ljava/lang/Object;
            invokestatic org.eclipse.collections.impl.block.factory.Comparators.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 5
         2: .line 115
            aload 1 /* obj */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element3:Ljava/lang/Object;
            invokestatic org.eclipse.collections.impl.block.factory.Comparators.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 5
         3: .line 116
            aload 1 /* obj */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element4:Ljava/lang/Object;
            invokestatic org.eclipse.collections.impl.block.factory.Comparators.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 5
         4: .line 113
            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.set.immutable.ImmutableQuadrupletonSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/collections/impl/set/immutable/ImmutableQuadrupletonSet<TT;>;
            0    6     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public java.util.Iterator<T> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet this
         0: .line 122
            new org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet$QuadrupletonSetIterator
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet$QuadrupletonSetIterator.<init>:(Lorg/eclipse/collections/impl/set/immutable/ImmutableQuadrupletonSet;)V
            areturn
        end local 0 // org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/immutable/ImmutableQuadrupletonSet<TT;>;
    Signature: ()Ljava/util/Iterator<TT;>;

  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.set.immutable.ImmutableQuadrupletonSet this
         0: .line 128
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element1:Ljava/lang/Object;
            areturn
        end local 0 // org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/immutable/ImmutableQuadrupletonSet<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.set.immutable.ImmutableQuadrupletonSet this
         0: .line 134
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element4:Ljava/lang/Object;
            areturn
        end local 0 // org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/immutable/ImmutableQuadrupletonSet<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.set.immutable.ImmutableQuadrupletonSet this
         0: .line 140
            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.set.immutable.ImmutableQuadrupletonSet.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.set.immutable.ImmutableQuadrupletonSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/immutable/ImmutableQuadrupletonSet<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.set.immutable.ImmutableQuadrupletonSet this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 146
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         1: .line 147
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element2:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         2: .line 148
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element3:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         3: .line 149
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element4:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         4: .line 150
            return
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/eclipse/collections/impl/set/immutable/ImmutableQuadrupletonSet<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.set.immutable.ImmutableQuadrupletonSet this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure objectIntProcedure
         0: .line 155
            aload 1 /* objectIntProcedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element1:Ljava/lang/Object;
            iconst_0
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure.value:(Ljava/lang/Object;I)V
         1: .line 156
            aload 1 /* objectIntProcedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element2:Ljava/lang/Object;
            iconst_1
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure.value:(Ljava/lang/Object;I)V
         2: .line 157
            aload 1 /* objectIntProcedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element3:Ljava/lang/Object;
            iconst_2
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure.value:(Ljava/lang/Object;I)V
         3: .line 158
            aload 1 /* objectIntProcedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.element4:Ljava/lang/Object;
            iconst_3
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure.value:(Ljava/lang/Object;I)V
         4: .line 159
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure objectIntProcedure
        end local 0 // org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    5     0                this  Lorg/eclipse/collections/impl/set/immutable/ImmutableQuadrupletonSet<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.set.immutable.ImmutableQuadrupletonSet this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure2 procedure
        start local 2 // java.lang.Object parameter
         0: .line 164
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.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 165
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.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 166
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.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 167
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.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 168
            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.set.immutable.ImmutableQuadrupletonSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/eclipse/collections/impl/set/immutable/ImmutableQuadrupletonSet<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  

  private java.lang.Object writeReplace();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet this
         0: .line 198
            new org.eclipse.collections.impl.set.immutable.ImmutableSetSerializationProxy
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.set.immutable.ImmutableSetSerializationProxy.<init>:(Lorg/eclipse/collections/api/set/ImmutableSet;)V
            areturn
        end local 0 // org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/immutable/ImmutableQuadrupletonSet<TT;>;

  public org.eclipse.collections.api.collection.ImmutableCollection newWithout(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.set.immutable.ImmutableQuadrupletonSet.newWithout:(Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.set.immutable.ImmutableQuadrupletonSet.newWith:(Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;>Lorg/eclipse/collections/impl/set/immutable/AbstractImmutableSet<TT;>;Ljava/io/Serializable;
SourceFile: "ImmutableQuadrupletonSet.java"
NestMembers:
  org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet$QuadrupletonSetIterator
InnerClasses:
  protected QuadrupletonSetIterator = org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet$QuadrupletonSetIterator of org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet