public class DaemonThreadFactory extends Object implements ThreadFactory
| Constructor and Description |
|---|
DaemonThreadFactory(String threadNameFormat) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCreatedThreads() |
Thread |
newThread(Runnable runnable) |
String |
toString() |
public DaemonThreadFactory(String threadNameFormat)
Copyright © 2020. All rights reserved.