public interface Delayed extends Comparable { long getDelay(TimeUnit unit); }