class com.google.common.util.concurrent.testing.TestingExecutors$NoOpScheduledExecutorService$NeverScheduledFuture extends com.google.common.util.concurrent.AbstractFuture implements com.google.common.util.concurrent.ListenableScheduledFuture
{
private void <init>()
{
com.google.common.util.concurrent.testing.TestingExecutors$NoOpScheduledExecutorService$NeverScheduledFuture v;
v := @this: com.google.common.util.concurrent.testing.TestingExecutors$NoOpScheduledExecutorService$NeverScheduledFuture;
specialinvoke v.<com.google.common.util.concurrent.AbstractFuture: void <init>()>();
return;
}
static com.google.common.util.concurrent.testing.TestingExecutors$NoOpScheduledExecutorService$NeverScheduledFuture create()
{
com.google.common.util.concurrent.testing.TestingExecutors$NoOpScheduledExecutorService$NeverScheduledFuture v;
v = new com.google.common.util.concurrent.testing.TestingExecutors$NoOpScheduledExecutorService$NeverScheduledFuture;
specialinvoke v.<com.google.common.util.concurrent.testing.TestingExecutors$NoOpScheduledExecutorService$NeverScheduledFuture: void <init>()>();
return v;
}
public long getDelay(java.util.concurrent.TimeUnit)
{
java.util.concurrent.TimeUnit v;
com.google.common.util.concurrent.testing.TestingExecutors$NoOpScheduledExecutorService$NeverScheduledFuture v;
v := @this: com.google.common.util.concurrent.testing.TestingExecutors$NoOpScheduledExecutorService$NeverScheduledFuture;
v := @parameter: java.util.concurrent.TimeUnit;
return 9223372036854775807L;
}
public int compareTo(java.util.concurrent.Delayed)
{
java.util.concurrent.TimeUnit v, v;
com.google.common.util.concurrent.testing.TestingExecutors$NoOpScheduledExecutorService$NeverScheduledFuture v;
int v;
long v, v;
java.util.concurrent.Delayed v;
v := @this: com.google.common.util.concurrent.testing.TestingExecutors$NoOpScheduledExecutorService$NeverScheduledFuture;
v := @parameter: java.util.concurrent.Delayed;
v = <java.util.concurrent.TimeUnit: java.util.concurrent.TimeUnit NANOSECONDS>;
v = virtualinvoke v.<com.google.common.util.concurrent.testing.TestingExecutors$NoOpScheduledExecutorService$NeverScheduledFuture: long getDelay(java.util.concurrent.TimeUnit)>(v);
v = <java.util.concurrent.TimeUnit: java.util.concurrent.TimeUnit NANOSECONDS>;
v = interfaceinvoke v.<java.util.concurrent.Delayed: long getDelay(java.util.concurrent.TimeUnit)>(v);
v = staticinvoke <com.google.common.primitives.Longs: int compare(long,long)>(v, v);
return v;
}
}