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