Class AbstractIdleService.ThreadNameSupplier
java.lang.Object
com.google.common.util.concurrent.AbstractIdleService.ThreadNameSupplier
- Enclosing class:
AbstractIdleService
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ThreadNameSupplier
private ThreadNameSupplier()
-
-
Method Details
-
get
Description copied from interface:Supplier
Retrieves an instance of the appropriate type. The returned object may or may not be a new instance, depending on the implementation.
-