On 06/05/2011 17:00, Honton, Charles wrote: > Consider ArrayBlockingQueue. It has ability to remove a specified element > from queue. Also, it is bounded, which is probably desirable.
All queues can remove a specified element (if you know what that element is). What you can't do (but we could with CursorableLinkedList) is insert an element at a specific point in the queue. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org