class com.google.common.collect.testing.TestsForSetsInJavaUtil$20 extends com.google.common.collect.testing.TestStringSortedSetGenerator
{
void <init>(com.google.common.collect.testing.TestsForSetsInJavaUtil)
{
com.google.common.collect.testing.TestsForSetsInJavaUtil$20 v;
com.google.common.collect.testing.TestsForSetsInJavaUtil v;
v := @this: com.google.common.collect.testing.TestsForSetsInJavaUtil$20;
v := @parameter: com.google.common.collect.testing.TestsForSetsInJavaUtil;
specialinvoke v.<com.google.common.collect.testing.TestStringSortedSetGenerator: void <init>()>();
return;
}
public java.util.SortedSet create(java.lang.String[])
{
java.util.concurrent.ConcurrentSkipListSet v;
com.google.common.collect.testing.TestsForSetsInJavaUtil$20 v;
java.lang.String[] v;
java.util.Comparator v;
v := @this: com.google.common.collect.testing.TestsForSetsInJavaUtil$20;
v := @parameter: java.lang.String[];
v = new java.util.concurrent.ConcurrentSkipListSet;
v = staticinvoke <com.google.common.collect.testing.TestsForSetsInJavaUtil: java.util.Comparator arbitraryNullFriendlyComparator()>();
specialinvoke v.<java.util.concurrent.ConcurrentSkipListSet: void <init>(java.util.Comparator)>(v);
staticinvoke <java.util.Collections: boolean addAll(java.util.Collection,java.lang.Object[])>(v, v);
return v;
}
}