-
-
方法概要
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
构造器详细资料
-
NutLock
public NutLock()
锁对象
-
方法详细资料
-
isStop
public boolean isStop()
是否已经停止
- 返回:
- true,如果已经停止
-
stop
public NutLock stop()
设置为停止
- 返回:
- 当前对象,用于链式赋值
-
wakeup
public void wakeup()
唤醒所有等待本对象的线程
Copyright © 2017. All rights reserved.