|
Generated by JDiff |
||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Removed Methods | |
int drain(BlockingQueue<E>, |
Drains the queue as BlockingQueue.drainTo(Collection, int), but if the requested {@code numElements} elements are not available, it will wait for them up to the specified timeout. |
int drainUninterruptibly(BlockingQueue<E>, |
Drains the queue as #drain(BlockingQueue, Collection, int, Duration), but with a different behavior in case it is interrupted while waiting. |
|
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |