摘要:
一 类图 二 构造方法 // LinkedBlockingQueue.java // take锁 private final ReentrantLock takeLock = new ReentrantLock(); // put锁 private final ReentrantLock putLo 阅读全文
posted @ 2022-11-22 20:53
Bannirui
阅读(58)
评论(0)
推荐(0)
摘要:
一 阻塞队列API | | Throws exception | Special value | Blocks | Times out | | | | | | | | Insert | add(e) | offer(e) | put(e) | offer(e, time, unit) | | Rem 阅读全文
posted @ 2022-11-22 16:48
Bannirui
阅读(40)
评论(0)
推荐(0)

浙公网安备 33010602011771号