Class AbstractIdleService.ThreadNameSupplier
- java.lang.Object
-
- com.google.common.util.concurrent.AbstractIdleService.ThreadNameSupplier
-
- All Implemented Interfaces:
Supplier<java.lang.String>
- Enclosing class:
- AbstractIdleService
private final class AbstractIdleService.ThreadNameSupplier extends java.lang.Object implements Supplier<java.lang.String>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ThreadNameSupplier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
get()
Retrieves an instance of the appropriate type.
-
-
-
Method Detail
-
get
public java.lang.String 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.
-
-