blockingqueue信息详情

blockingqueue发音

意思翻译

正在阻止队列

相似词语短语

blocking aisle───阻塞通道

blocking numbers───块编号;批号

blockish def───块状def

blockish artery───闭塞动脉

blocking 5g───阻塞5g

blocking calls───阻止通话

annotations blocking───批注阻止

blocking words───方块字

unlawfully blocking a right of way───非法阻碍通行权

blockish definition───块状定义

双语使用场景

The BlockingQueue interface states that it is a Queue, meaning that its items are stored in first in, first out (FIFO) order.───BlockingQueue接口表示它是一个Queue,意思是它的项以先入先出(FIFO)顺序存储。

It is a specific type of BlockingQueue: getting an item from the queue will block until the delay has passed, if an item isn't available immediately.───它是一种特定类型的BlockingQueue:如果一个项不可用,则从队列获取该项会受到阻止,直到延迟失效。

There are two sets of Queue implementations in Tiger: those that implement the new BlockingQueue interface, and those that don't.───在Tiger中有两组Queue实现:实现了新blockingqueue接口的和没有实现这个接口的。

The Javadoc for the BlockingQueue interface demonstrates the basic usage of a blocking queue, as shown in Listing 2.───BlockingQueue接口的Javadoc给出了阻塞队列的基本用法,如清单2所示。

There are two sets of Queue implementations in Tiger: those that implement the new BlockingQueue interface, and those that don't.───在Tiger中有两组Queue实现:实现了新BlockingQueue接口的和没有实现这个接口的。

英语使用场景

BlockingQueue also supports methods that take a time parameter, indicating how long the thread should block before returning to signal failure to insert or retrieve the item in question.