Class ThreadFactory
- java.lang.Object
-
- com.microsoft.appcenter.crashes.ingestion.models.json.ThreadFactory
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Threadcreate()java.util.List<Thread>createList(int capacity)static ThreadFactorygetInstance()
-
-
-
Method Detail
-
getInstance
public static ThreadFactory getInstance()
-
create
public Thread create()
- Specified by:
createin interfacecom.microsoft.appcenter.ingestion.models.json.ModelFactory<Thread>
-
-