All Downloads are FREE. Search and download functionalities are using the official Maven repository.

java.util.concurrent.Delayed Maven / Gradle / Ivy

package java.util.concurrent;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy