public class org.eclipse.collections.impl.set.immutable.ImmutableSetFactoryImpl implements org.eclipse.collections.api.factory.set.ImmutableSetFactory
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.eclipse.collections.impl.set.immutable.ImmutableSetFactoryImpl
super_class: java.lang.Object
{
public static final org.eclipse.collections.api.factory.set.ImmutableSetFactory INSTANCE;
descriptor: Lorg/eclipse/collections/api/factory/set/ImmutableSetFactory;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new org.eclipse.collections.impl.set.immutable.ImmutableSetFactoryImpl
dup
invokespecial org.eclipse.collections.impl.set.immutable.ImmutableSetFactoryImpl.<init>:()V
putstatic org.eclipse.collections.impl.set.immutable.ImmutableSetFactoryImpl.INSTANCE:Lorg/eclipse/collections/api/factory/set/ImmutableSetFactory;
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/immutable/ImmutableSetFactoryImpl;
public <T> org.eclipse.collections.api.set.ImmutableSet<T> empty();
descriptor: ()Lorg/eclipse/collections/api/set/ImmutableSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: getstatic org.eclipse.collections.impl.set.immutable.ImmutableEmptySet.INSTANCE:Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/immutable/ImmutableSetFactoryImpl;
Signature: <T:Ljava/lang/Object;>()Lorg/eclipse/collections/api/set/ImmutableSet<TT;>;
public <T> org.eclipse.collections.api.set.ImmutableSet<T> of();
descriptor: ()Lorg/eclipse/collections/api/set/ImmutableSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.set.immutable.ImmutableSetFactoryImpl.empty:()Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/immutable/ImmutableSetFactoryImpl;
Signature: <T:Ljava/lang/Object;>()Lorg/eclipse/collections/api/set/ImmutableSet<TT;>;
public <T> org.eclipse.collections.api.set.ImmutableSet<T> with();
descriptor: ()Lorg/eclipse/collections/api/set/ImmutableSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.set.immutable.ImmutableSetFactoryImpl.empty:()Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/immutable/ImmutableSetFactoryImpl;
Signature: <T:Ljava/lang/Object;>()Lorg/eclipse/collections/api/set/ImmutableSet<TT;>;
public <T> org.eclipse.collections.api.set.ImmutableSet<T> of(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 start local 1 0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.set.immutable.ImmutableSetFactoryImpl.with:(Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/immutable/ImmutableSetFactoryImpl;
0 1 1 one TT;
Signature: <T:Ljava/lang/Object;>(TT;)Lorg/eclipse/collections/api/set/ImmutableSet<TT;>;
MethodParameters:
Name Flags
one
public <T> org.eclipse.collections.api.set.ImmutableSet<T> with(T);
descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: new org.eclipse.collections.impl.set.immutable.ImmutableSingletonSet
dup
aload 1
invokespecial org.eclipse.collections.impl.set.immutable.ImmutableSingletonSet.<init>:(Ljava/lang/Object;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/immutable/ImmutableSetFactoryImpl;
0 1 1 one TT;
Signature: <T:Ljava/lang/Object;>(TT;)Lorg/eclipse/collections/api/set/ImmutableSet<TT;>;
MethodParameters:
Name Flags
one
public <T> org.eclipse.collections.api.set.ImmutableSet<T> of(T, T);
descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual org.eclipse.collections.impl.set.immutable.ImmutableSetFactoryImpl.with:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/immutable/ImmutableSetFactoryImpl;
0 1 1 one TT;
0 1 2 two TT;
Signature: <T:Ljava/lang/Object;>(TT;TT;)Lorg/eclipse/collections/api/set/ImmutableSet<TT;>;
MethodParameters:
Name Flags
one
two
public <T> org.eclipse.collections.api.set.ImmutableSet<T> with(T, T);
descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
aload 2
invokestatic org.eclipse.collections.impl.block.factory.Comparators.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 2
1: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.set.immutable.ImmutableSetFactoryImpl.of:(Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
2: StackMap locals:
StackMap stack:
new org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet
dup
aload 1
aload 2
invokespecial org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSet.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/set/immutable/ImmutableSetFactoryImpl;
0 3 1 one TT;
0 3 2 two TT;
Signature: <T:Ljava/lang/Object;>(TT;TT;)Lorg/eclipse/collections/api/set/ImmutableSet<TT;>;
MethodParameters:
Name Flags
one
two
public <T> org.eclipse.collections.api.set.ImmutableSet<T> of(T, T, T);
descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual org.eclipse.collections.impl.set.immutable.ImmutableSetFactoryImpl.with:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/immutable/ImmutableSetFactoryImpl;
0 1 1 one TT;
0 1 2 two TT;
0 1 3 three TT;
Signature: <T:Ljava/lang/Object;>(TT;TT;TT;)Lorg/eclipse/collections/api/set/ImmutableSet<TT;>;
MethodParameters:
Name Flags
one
two
three
public <T> org.eclipse.collections.api.set.ImmutableSet<T> with(T, T, T);
descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
aload 2
invokestatic org.eclipse.collections.impl.block.factory.Comparators.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 2
1: aload 0
aload 1
aload 3
invokevirtual org.eclipse.collections.impl.set.immutable.ImmutableSetFactoryImpl.of:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
2: StackMap locals:
StackMap stack:
aload 1
aload 3
invokestatic org.eclipse.collections.impl.block.factory.Comparators.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 4
3: aload 0
aload 1
aload 2
invokevirtual org.eclipse.collections.impl.set.immutable.ImmutableSetFactoryImpl.of:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
4: StackMap locals:
StackMap stack:
aload 2
aload 3
invokestatic org.eclipse.collections.impl.block.factory.Comparators.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 6
5: aload 0
aload 1
aload 2
invokevirtual org.eclipse.collections.impl.set.immutable.ImmutableSetFactoryImpl.of:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
6: StackMap locals:
StackMap stack:
new org.eclipse.collections.impl.set.immutable.ImmutableTripletonSet
dup
aload 1
aload 2
aload 3
invokespecial org.eclipse.collections.impl.set.immutable.ImmutableTripletonSet.<init>:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/eclipse/collections/impl/set/immutable/ImmutableSetFactoryImpl;
0 7 1 one TT;
0 7 2 two TT;
0 7 3 three TT;
Signature: <T:Ljava/lang/Object;>(TT;TT;TT;)Lorg/eclipse/collections/api/set/ImmutableSet<TT;>;
MethodParameters:
Name Flags
one
two
three
public <T> org.eclipse.collections.api.set.ImmutableSet<T> of(T, T, T, T);
descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual org.eclipse.collections.impl.set.immutable.ImmutableSetFactoryImpl.with:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/immutable/ImmutableSetFactoryImpl;
0 1 1 one TT;
0 1 2 two TT;
0 1 3 three TT;
0 1 4 four TT;
Signature: <T:Ljava/lang/Object;>(TT;TT;TT;TT;)Lorg/eclipse/collections/api/set/ImmutableSet<TT;>;
MethodParameters:
Name Flags
one
two
three
four
public <T> org.eclipse.collections.api.set.ImmutableSet<T> with(T, T, T, T);
descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 1
aload 2
invokestatic org.eclipse.collections.impl.block.factory.Comparators.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 2
1: aload 0
aload 1
aload 3
aload 4
invokevirtual org.eclipse.collections.impl.set.immutable.ImmutableSetFactoryImpl.of:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
2: StackMap locals:
StackMap stack:
aload 1
aload 3
invokestatic org.eclipse.collections.impl.block.factory.Comparators.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 4
3: aload 0
aload 1
aload 2
aload 4
invokevirtual org.eclipse.collections.impl.set.immutable.ImmutableSetFactoryImpl.of:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
4: StackMap locals:
StackMap stack:
aload 1
aload 4
invokestatic org.eclipse.collections.impl.block.factory.Comparators.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 6
5: aload 0
aload 1
aload 2
aload 3
invokevirtual org.eclipse.collections.impl.set.immutable.ImmutableSetFactoryImpl.of:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
6: StackMap locals:
StackMap stack:
aload 2
aload 3
invokestatic org.eclipse.collections.impl.block.factory.Comparators.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 8
7: aload 0
aload 1
aload 2
aload 4
invokevirtual org.eclipse.collections.impl.set.immutable.ImmutableSetFactoryImpl.of:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
8: StackMap locals:
StackMap stack:
aload 2
aload 4
invokestatic org.eclipse.collections.impl.block.factory.Comparators.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 10
9: aload 0
aload 1
aload 2
aload 3
invokevirtual org.eclipse.collections.impl.set.immutable.ImmutableSetFactoryImpl.of:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
10: StackMap locals:
StackMap stack:
aload 3
aload 4
invokestatic org.eclipse.collections.impl.block.factory.Comparators.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 12
11: aload 0
aload 1
aload 2
aload 3
invokevirtual org.eclipse.collections.impl.set.immutable.ImmutableSetFactoryImpl.of:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
12: StackMap locals:
StackMap stack:
new org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet
dup
aload 1
aload 2
aload 3
aload 4
invokespecial org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSet.<init>:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lorg/eclipse/collections/impl/set/immutable/ImmutableSetFactoryImpl;
0 13 1 one TT;
0 13 2 two TT;
0 13 3 three TT;
0 13 4 four TT;
Signature: <T:Ljava/lang/Object;>(TT;TT;TT;TT;)Lorg/eclipse/collections/api/set/ImmutableSet<TT;>;
MethodParameters:
Name Flags
one
two
three
four
public <T> org.eclipse.collections.api.set.ImmutableSet<T> of(T[]);
descriptor: ([Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.set.immutable.ImmutableSetFactoryImpl.with:([Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/immutable/ImmutableSetFactoryImpl;
0 1 1 items [Ljava/lang/Object;
Signature: <T:Ljava/lang/Object;>([TT;)Lorg/eclipse/collections/api/set/ImmutableSet<TT;>;
MethodParameters:
Name Flags
items
public <T> org.eclipse.collections.api.set.ImmutableSet<T> with(T[]);
descriptor: ([Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=6, locals=2, args_size=2
start local 0 start local 1 0: aload 1
ifnull 1
aload 1
arraylength
ifne 2
1: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.set.immutable.ImmutableSetFactoryImpl.of:()Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
2: StackMap locals:
StackMap stack:
aload 1
arraylength
tableswitch { // 1 - 4
1: 3
2: 4
3: 5
4: 6
default: 7
}
3: StackMap locals:
StackMap stack:
aload 0
aload 1
iconst_0
aaload
invokevirtual org.eclipse.collections.impl.set.immutable.ImmutableSetFactoryImpl.of:(Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
4: StackMap locals:
StackMap stack:
aload 0
aload 1
iconst_0
aaload
aload 1
iconst_1
aaload
invokevirtual org.eclipse.collections.impl.set.immutable.ImmutableSetFactoryImpl.of:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
5: StackMap locals:
StackMap stack:
aload 0
aload 1
iconst_0
aaload
aload 1
iconst_1
aaload
aload 1
iconst_2
aaload
invokevirtual org.eclipse.collections.impl.set.immutable.ImmutableSetFactoryImpl.of:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
6: StackMap locals:
StackMap stack:
aload 0
aload 1
iconst_0
aaload
aload 1
iconst_1
aaload
aload 1
iconst_2
aaload
aload 1
iconst_3
aaload
invokevirtual org.eclipse.collections.impl.set.immutable.ImmutableSetFactoryImpl.of:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
7: StackMap locals:
StackMap stack:
aload 1
invokestatic org.eclipse.collections.impl.set.immutable.ImmutableUnifiedSet.newSetWith:([Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/eclipse/collections/impl/set/immutable/ImmutableSetFactoryImpl;
0 8 1 items [Ljava/lang/Object;
Signature: <T:Ljava/lang/Object;>([TT;)Lorg/eclipse/collections/api/set/ImmutableSet<TT;>;
MethodParameters:
Name Flags
items
public <T> org.eclipse.collections.api.set.ImmutableSet<T> ofAll(java.lang.Iterable<? extends T>);
descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/ImmutableSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.set.immutable.ImmutableSetFactoryImpl.withAll:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/immutable/ImmutableSetFactoryImpl;
0 1 1 items Ljava/lang/Iterable<+TT;>;
Signature: <T:Ljava/lang/Object;>(Ljava/lang/Iterable<+TT;>;)Lorg/eclipse/collections/api/set/ImmutableSet<TT;>;
MethodParameters:
Name Flags
items
public <T> org.eclipse.collections.api.set.ImmutableSet<T> withAll(java.lang.Iterable<? extends T>);
descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/ImmutableSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
instanceof org.eclipse.collections.api.set.ImmutableSet
ifeq 2
1: aload 1
checkcast org.eclipse.collections.api.set.ImmutableSet
areturn
2: StackMap locals:
StackMap stack:
aload 1
invokestatic org.eclipse.collections.impl.utility.Iterate.isEmpty:(Ljava/lang/Iterable;)Z
ifeq 4
3: aload 0
invokevirtual org.eclipse.collections.impl.set.immutable.ImmutableSetFactoryImpl.with:()Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
4: StackMap locals:
StackMap stack:
aload 0
aload 1
invokestatic org.eclipse.collections.impl.utility.Iterate.toArray:(Ljava/lang/Iterable;)[Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.immutable.ImmutableSetFactoryImpl.with:([Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/set/immutable/ImmutableSetFactoryImpl;
0 5 1 items Ljava/lang/Iterable<+TT;>;
Signature: <T:Ljava/lang/Object;>(Ljava/lang/Iterable<+TT;>;)Lorg/eclipse/collections/api/set/ImmutableSet<TT;>;
MethodParameters:
Name Flags
items
}
SourceFile: "ImmutableSetFactoryImpl.java"