class com.google.common.collect.testing.TestsForSetsInJavaUtil$4 extends com.google.common.collect.testing.TestStringSortedSetGenerator
{
void <init>(com.google.common.collect.testing.TestsForSetsInJavaUtil)
{
com.google.common.collect.testing.TestsForSetsInJavaUtil$4 v;
com.google.common.collect.testing.TestsForSetsInJavaUtil v;
v := @this: com.google.common.collect.testing.TestsForSetsInJavaUtil$4;
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.lang.String[] v;
com.google.common.collect.testing.TestsForSetsInJavaUtil$4 v;
java.util.SortedSet v;
v := @this: com.google.common.collect.testing.TestsForSetsInJavaUtil$4;
v := @parameter: java.lang.String[];
v = staticinvoke <java.util.Collections: java.util.SortedSet emptySortedSet()>();
return v;
}
}