Trustin, thanks for the pointer but I don't think it meets our requirements.
we need a data structure which:
- add element at the head (it's not a queue)
- add element at the tail
- remove element from the head
- provide non fail-fast iterators
It seems the LinkedTransferQueue does not allow to add element at the head
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239477#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...