@Override
 public int compareTo(PrioritizedListenableFutureTask otherTask) {
   return -Ints.compare(getPriority(), otherTask.getPriority());
 }