final class org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet<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.ImmutableDoubletonSet
  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;

  void <init>(T, );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet this
        start local 1 // java.lang.Object obj1
        start local 2 // java.lang.Object obj2
         0: .line 34
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.set.immutable.AbstractImmutableSet.<init>:()V
         1: .line 36
            aload 0 /* this */
            aload 1 /* obj1 */
            putfield org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet.element1:Ljava/lang/Object;
         2: .line 37
            aload 0 /* this */
            aload 2 /* obj2 */
            putfield org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet.element2:Ljava/lang/Object;
         3: .line 38
            return
        end local 2 // java.lang.Object obj2
        end local 1 // java.lang.Object obj1
        end local 0 // org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/collections/impl/set/immutable/ImmutableDoubletonSet<TT;>;
            0    4     1  obj1  TT;
            0    4     2  obj2  TT;
    Signature: (TT;TT;)V
    MethodParameters:
      Name  Flags
      obj1  
      obj2  

  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.ImmutableDoubletonSet this
         0: .line 43
            iconst_2
            ireturn
        end local 0 // org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/immutable/ImmutableDoubletonSet<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.ImmutableDoubletonSet this
        start local 1 // java.lang.Object o
         0: .line 49
            aload 1 /* o */
            aload 0 /* this */
            if_acmpne 2
         1: .line 51
            iconst_1
            ireturn
         2: .line 54
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            instanceof java.util.Set
            ifne 4
         3: .line 56
            iconst_0
            ireturn
         4: .line 58
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast java.util.Set
            astore 2 /* set */
        start local 2 // java.util.Set set
         5: .line 59
            aload 2 /* set */
            invokeinterface java.util.Set.size:()I
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet.size:()I
            if_icmpne 9
         6: .line 60
            aload 2 /* set */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet.element1:Ljava/lang/Object;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 9
         7: .line 61
            aload 2 /* set */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet.element2:Ljava/lang/Object;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 9
         8: .line 59
            iconst_1
            ireturn
      StackMap locals: java.util.Set
      StackMap stack:
         9: iconst_0
            ireturn
        end local 2 // java.util.Set set
        end local 1 // java.lang.Object o
        end local 0 // org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/eclipse/collections/impl/set/immutable/ImmutableDoubletonSet<TT;>;
            0   10     1     o  Ljava/lang/Object;
            5   10     2   set  Ljava/util/Set<*>;
    MethodParameters:
      Name  Flags
      o     

  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.ImmutableDoubletonSet this
         0: .line 67
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet.element1:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet.nullSafeHashCode:(Ljava/lang/Object;)I
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet.element2:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet.nullSafeHashCode:(Ljava/lang/Object;)I
            iadd
            ireturn
        end local 0 // org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/immutable/ImmutableDoubletonSet<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=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet this
        start local 1 // java.lang.Object element
         0: .line 73
            aload 0 /* this */
            aload 1 /* element */
            invokevirtual org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet.contains:(Ljava/lang/Object;)Z
            ifne 2
         1: .line 75
            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.ImmutableDoubletonSet.element1:Ljava/lang/Object;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet.element2:Ljava/lang/Object;
            aload 1 /* element */
            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
         2: .line 77
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object element
        end local 0 // org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/eclipse/collections/impl/set/immutable/ImmutableDoubletonSet<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=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet this
        start local 1 // java.lang.Object element
         0: .line 83
            aload 0 /* this */
            aload 1 /* element */
            invokevirtual org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet.contains:(Ljava/lang/Object;)Z
            ifeq 5
         1: .line 85
            aload 1 /* element */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet.element1:Ljava/lang/Object;
            invokestatic org.eclipse.collections.impl.block.factory.Comparators.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 3
         2: .line 86
            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.ImmutableDoubletonSet.element2:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.factory.set.ImmutableSetFactory.with:(Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
            goto 4
         3: .line 87
      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.ImmutableDoubletonSet.element1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.factory.set.ImmutableSetFactory.with:(Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
         4: .line 85
      StackMap locals:
      StackMap stack: org.eclipse.collections.api.set.ImmutableSet
            areturn
         5: .line 89
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object element
        end local 0 // org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/eclipse/collections/impl/set/immutable/ImmutableDoubletonSet<TT;>;
            0    6     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.ImmutableDoubletonSet this
        start local 1 // java.lang.Object obj
         0: .line 95
            aload 1 /* obj */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet.element1:Ljava/lang/Object;
            invokestatic org.eclipse.collections.impl.block.factory.Comparators.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 1
            aload 1 /* obj */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet.element2:Ljava/lang/Object;
            invokestatic org.eclipse.collections.impl.block.factory.Comparators.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/set/immutable/ImmutableDoubletonSet<TT;>;
            0    2     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.ImmutableDoubletonSet this
         0: .line 101
            new org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet$DoubletonSetIterator
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet$DoubletonSetIterator.<init>:(Lorg/eclipse/collections/impl/set/immutable/ImmutableDoubletonSet;)V
            areturn
        end local 0 // org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/immutable/ImmutableDoubletonSet<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.ImmutableDoubletonSet this
         0: .line 107
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet.element1:Ljava/lang/Object;
            areturn
        end local 0 // org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/immutable/ImmutableDoubletonSet<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.ImmutableDoubletonSet this
         0: .line 113
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet.element2:Ljava/lang/Object;
            areturn
        end local 0 // org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/immutable/ImmutableDoubletonSet<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.ImmutableDoubletonSet this
         0: .line 119
            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.ImmutableDoubletonSet.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.ImmutableDoubletonSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/immutable/ImmutableDoubletonSet<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.ImmutableDoubletonSet this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 125
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet.element1:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         1: .line 126
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet.element2:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         2: .line 127
            return
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/set/immutable/ImmutableDoubletonSet<TT;>;
            0    3     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.ImmutableDoubletonSet this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure objectIntProcedure
         0: .line 132
            aload 1 /* objectIntProcedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet.element1:Ljava/lang/Object;
            iconst_0
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure.value:(Ljava/lang/Object;I)V
         1: .line 133
            aload 1 /* objectIntProcedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet.element2:Ljava/lang/Object;
            iconst_1
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure.value:(Ljava/lang/Object;I)V
         2: .line 134
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure objectIntProcedure
        end local 0 // org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Lorg/eclipse/collections/impl/set/immutable/ImmutableDoubletonSet<TT;>;
            0    3     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.ImmutableDoubletonSet this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure2 procedure
        start local 2 // java.lang.Object parameter
         0: .line 139
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet.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 140
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet.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 141
            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.ImmutableDoubletonSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/set/immutable/ImmutableDoubletonSet<TT;>;
            0    3     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure2<-TT;-TP;>;
            0    3     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.ImmutableDoubletonSet this
         0: .line 163
            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.ImmutableDoubletonSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/immutable/ImmutableDoubletonSet<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.ImmutableDoubletonSet.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.ImmutableDoubletonSet.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: "ImmutableDoubletonSet.java"
NestMembers:
  org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet$DoubletonSetIterator
InnerClasses:
  private DoubletonSetIterator = org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet$DoubletonSetIterator of org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet