标签:优点 返回 on() 介绍 基于 外置 exception 释放 高性能
public interface Lock{ void lockInterruptibly() throws InterruptedException; boolean tryLock(); boolean tryLock(long time, TimeUnit unit) throws InterruptedException; void unlock(); Condition newCondition(); }
<Java><Multi-thread><Lock interface>
标签:优点 返回 on() 介绍 基于 外置 exception 释放 高性能
原文地址:http://www.cnblogs.com/wttttt/p/6978178.html