abstract class org.apache.drill.shaded.guava.com.google.common.util.concurrent.CollectionFuture extends org.apache.drill.shaded.guava.com.google.common.util.concurrent.AggregateFuture
{
private java.util.List values;
void <init>(org.apache.drill.shaded.guava.com.google.common.collect.ImmutableCollection, boolean)
{
org.apache.drill.shaded.guava.com.google.common.util.concurrent.CollectionFuture v;
java.util.List v, v;
int v, v, v;
org.apache.drill.shaded.guava.com.google.common.collect.ImmutableCollection v;
boolean v, v;
v := @this: org.apache.drill.shaded.guava.com.google.common.util.concurrent.CollectionFuture;
v := @parameter: org.apache.drill.shaded.guava.com.google.common.collect.ImmutableCollection;
v := @parameter: boolean;
specialinvoke v.<org.apache.drill.shaded.guava.com.google.common.util.concurrent.AggregateFuture: void <init>(org.apache.drill.shaded.guava.com.google.common.collect.ImmutableCollection,boolean,boolean)>(v, v, 1);
v = virtualinvoke v.<org.apache.drill.shaded.guava.com.google.common.collect.ImmutableCollection: boolean isEmpty()>();
if v == 0 goto label;
v = staticinvoke <org.apache.drill.shaded.guava.com.google.common.collect.ImmutableList: org.apache.drill.shaded.guava.com.google.common.collect.ImmutableList of()>();
goto label;
label:
v = virtualinvoke v.<org.apache.drill.shaded.guava.com.google.common.collect.ImmutableCollection: int size()>();
v = staticinvoke <org.apache.drill.shaded.guava.com.google.common.collect.Lists: java.util.ArrayList newArrayListWithCapacity(int)>(v);
label:
v.<org.apache.drill.shaded.guava.com.google.common.util.concurrent.CollectionFuture: java.util.List values> = v;
v = 0;
label:
v = virtualinvoke v.<org.apache.drill.shaded.guava.com.google.common.collect.ImmutableCollection: int size()>();
if v >= v goto label;
v = v.<org.apache.drill.shaded.guava.com.google.common.util.concurrent.CollectionFuture: java.util.List values>;
interfaceinvoke v.<java.util.List: boolean add(java.lang.Object)>(null);
v = v + 1;
goto label;
label:
return;
}
final void collectOneValue(int, java.lang.Object)
{
java.util.List v;
int v;
java.lang.Object v;
org.apache.drill.shaded.guava.com.google.common.util.concurrent.CollectionFuture v;
org.apache.drill.shaded.guava.com.google.common.base.Optional v;
v := @this: org.apache.drill.shaded.guava.com.google.common.util.concurrent.CollectionFuture;
v := @parameter: int;
v := @parameter: java.lang.Object;
v = v.<org.apache.drill.shaded.guava.com.google.common.util.concurrent.CollectionFuture: java.util.List values>;
if v == null goto label;
v = staticinvoke <org.apache.drill.shaded.guava.com.google.common.base.Optional: org.apache.drill.shaded.guava.com.google.common.base.Optional fromNullable(java.lang.Object)>(v);
interfaceinvoke v.<java.util.List: java.lang.Object set(int,java.lang.Object)>(v, v);
label:
return;
}
final void handleAllCompleted()
{
java.lang.Object v;
java.util.List v;
org.apache.drill.shaded.guava.com.google.common.util.concurrent.CollectionFuture v;
v := @this: org.apache.drill.shaded.guava.com.google.common.util.concurrent.CollectionFuture;
v = v.<org.apache.drill.shaded.guava.com.google.common.util.concurrent.CollectionFuture: java.util.List values>;
if v == null goto label;
v = virtualinvoke v.<org.apache.drill.shaded.guava.com.google.common.util.concurrent.CollectionFuture: java.lang.Object combine(java.util.List)>(v);
virtualinvoke v.<org.apache.drill.shaded.guava.com.google.common.util.concurrent.CollectionFuture: boolean set(java.lang.Object)>(v);
label:
return;
}
void releaseResources(org.apache.drill.shaded.guava.com.google.common.util.concurrent.AggregateFuture$ReleaseResourcesReason)
{
org.apache.drill.shaded.guava.com.google.common.util.concurrent.AggregateFuture$ReleaseResourcesReason v;
org.apache.drill.shaded.guava.com.google.common.util.concurrent.CollectionFuture v;
v := @this: org.apache.drill.shaded.guava.com.google.common.util.concurrent.CollectionFuture;
v := @parameter: org.apache.drill.shaded.guava.com.google.common.util.concurrent.AggregateFuture$ReleaseResourcesReason;
specialinvoke v.<org.apache.drill.shaded.guava.com.google.common.util.concurrent.AggregateFuture: void releaseResources(org.apache.drill.shaded.guava.com.google.common.util.concurrent.AggregateFuture$ReleaseResourcesReason)>(v);
v.<org.apache.drill.shaded.guava.com.google.common.util.concurrent.CollectionFuture: java.util.List values> = null;
return;
}
abstract java.lang.Object combine(java.util.List);
}