public class ThreadUtil extends Object
ThreadUtil()
static Thread
newThread(Runnable runnable, String name, boolean isDaemon)
static boolean
sleep(long millis)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ThreadUtil()
public static Thread newThread(Runnable runnable, String name, boolean isDaemon)
runnable
name
isDaemon
Thread
public static boolean sleep(long millis)
millis
Copyright © 2022. All rights reserved.