public class PriorityThreadFactory extends java.lang.Object implements java.util.concurrent.ThreadFactory
PriorityThreadFactory(int threadPriority)
java.lang.Thread
newThread(java.lang.Runnable runnable)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PriorityThreadFactory(int threadPriority)
public java.lang.Thread newThread(java.lang.Runnable runnable)
newThread
java.util.concurrent.ThreadFactory