public class NoLock extends Object implements Lock
NoLock()
void
lock()
lockInterruptibly()
Condition
newCondition()
boolean
tryLock()
tryLock(long time, TimeUnit unit)
unlock()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public NoLock()
public void lock()
lock
Lock
public void lockInterruptibly()
lockInterruptibly
public boolean tryLock()
tryLock
public boolean tryLock(long time, TimeUnit unit)
public void unlock()
unlock
public Condition newCondition()
newCondition
Copyright © 2021. All rights reserved.