final class org.apache.hive.kudu.org.apache.kudu.shaded.com.google.common.util.concurrent.CollectionFuture$ListFuture extends org.apache.hive.kudu.org.apache.kudu.shaded.com.google.common.util.concurrent.CollectionFuture
{
void <init>(org.apache.hive.kudu.org.apache.kudu.shaded.com.google.common.collect.ImmutableCollection, boolean)
{
org.apache.hive.kudu.org.apache.kudu.shaded.com.google.common.collect.ImmutableCollection v;
org.apache.hive.kudu.org.apache.kudu.shaded.com.google.common.util.concurrent.CollectionFuture$ListFuture v;
boolean v;
v := @this: org.apache.hive.kudu.org.apache.kudu.shaded.com.google.common.util.concurrent.CollectionFuture$ListFuture;
v := @parameter: org.apache.hive.kudu.org.apache.kudu.shaded.com.google.common.collect.ImmutableCollection;
v := @parameter: boolean;
specialinvoke v.<org.apache.hive.kudu.org.apache.kudu.shaded.com.google.common.util.concurrent.CollectionFuture: void <init>(org.apache.hive.kudu.org.apache.kudu.shaded.com.google.common.collect.ImmutableCollection,boolean)>(v, v);
virtualinvoke v.<org.apache.hive.kudu.org.apache.kudu.shaded.com.google.common.util.concurrent.CollectionFuture$ListFuture: void init()>();
return;
}
public java.util.List combine(java.util.List)
{
java.util.Iterator v;
java.util.ArrayList v;
java.util.List v, v;
int v;
java.lang.Object v, v;
org.apache.hive.kudu.org.apache.kudu.shaded.com.google.common.util.concurrent.CollectionFuture$ListFuture v;
boolean v;
v := @this: org.apache.hive.kudu.org.apache.kudu.shaded.com.google.common.util.concurrent.CollectionFuture$ListFuture;
v := @parameter: java.util.List;
v = interfaceinvoke v.<java.util.List: int size()>();
v = staticinvoke <org.apache.hive.kudu.org.apache.kudu.shaded.com.google.common.collect.Lists: java.util.ArrayList newArrayListWithCapacity(int)>(v);
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()>();
if v == null goto label;
v = virtualinvoke v.<org.apache.hive.kudu.org.apache.kudu.shaded.com.google.common.base.Optional: java.lang.Object orNull()>();
goto label;
label:
v = null;
label:
interfaceinvoke v.<java.util.List: boolean add(java.lang.Object)>(v);
goto label;
label:
v = staticinvoke <java.util.Collections: java.util.List unmodifiableList(java.util.List)>(v);
return v;
}
}