Package com.google.common.testing
Class ArbitraryInstances.Dummies.DummyThreadFactory
- java.lang.Object
-
- com.google.common.testing.ArbitraryInstances.Dummies.DummyThreadFactory
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.concurrent.ThreadFactory
- Enclosing class:
- ArbitraryInstances.Dummies
public static final class ArbitraryInstances.Dummies.DummyThreadFactory extends java.lang.Object implements java.util.concurrent.ThreadFactory, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DummyThreadFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Thread
newThread(java.lang.Runnable r)
-