getWaitQueueLength(Condition condition)方法的作用是什么
hasQueuedThread(Thread thread)方法的作用是什么
hasQueuedThreads()方法的作用是什么
hasWaiters(Condition condition)方法的作用是什么
isHeldByCurrentThread()方法的作用是什么
lockInterruptibly()方法的作用是什么
tryLock(long timeout,TimeUnit unit)方法的作用是什么