package java.util.concurrent; public interface RunnableFuture extends Runnable, Future { // nothing added to interface }