學習筆記 ——————LinkedBlockingQueue

LinkedBlockingQueue屬性說明node 字段 類型 含義 capacity int 隊列長度 count AtomicInteger 隊列已有元素數量 head Node 隊列頭部節點 last Node 隊列最後一個節點 takeLock ReentrantLock 取出節點的鎖 notEmpty Condition 不爲空的條件,用來喚醒、通知接收處節點的線程 putLock
相關文章
相關標籤/搜索