扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.util.concurrent接口blockingqueue<e>的类成员方法: poll定义及介绍
发布时间:2014-2-17
本文导语:
poll
e poll(long timeout,
timeunit unit)
throws interruptedexception
获取并移除此队列的头部,在指定的等待时间前等待可用的元素(如果有必要)。
参数:timeout - 放弃之前要等待的时间长度,用 unit 的时间单位表示unit - 确...