public class org.apache.drill.common.util.GuavaUtils extends java.lang.Object
{
public void <init>()
{
org.apache.drill.common.util.GuavaUtils v;
v := @this: org.apache.drill.common.util.GuavaUtils;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public static com.google.common.collect.ImmutableList convertToNestedUnshadedImmutableList(java.util.List)
{
java.util.List v;
com.google.common.collect.ImmutableList v, v;
java.util.Iterator v;
java.lang.Object v;
boolean v;
com.google.common.collect.ImmutableList$Builder v;
v := @parameter: java.util.List;
v = staticinvoke <com.google.common.collect.ImmutableList: com.google.common.collect.ImmutableList$Builder builder()>();
v = interfaceinvoke v.<java.util.List: java.util.Iterator iterator()>();
label:
v = interfaceinvoke v.<java.util.Iterator: boolean hasNext()>();
if v == 0 goto label;
v = interfaceinvoke v.<java.util.Iterator: java.lang.Object next()>();
v = staticinvoke <org.apache.drill.common.util.GuavaUtils: com.google.common.collect.ImmutableList convertToUnshadedImmutableList(java.util.List)>(v);
virtualinvoke v.<com.google.common.collect.ImmutableList$Builder: com.google.common.collect.ImmutableList$Builder add(java.lang.Object)>(v);
goto label;
label:
v = virtualinvoke v.<com.google.common.collect.ImmutableList$Builder: com.google.common.collect.ImmutableList build()>();
return v;
}
public static com.google.common.collect.ImmutableList convertToUnshadedImmutableList(java.util.List)
{
java.util.List v;
com.google.common.collect.ImmutableList v;
v := @parameter: java.util.List;
v = staticinvoke <com.google.common.collect.ImmutableList: com.google.common.collect.ImmutableList copyOf(java.util.Collection)>(v);
return v;
}
}