java - Alternatives to LinkedBlockingDeque? -



java - Alternatives to LinkedBlockingDeque? -

i've java programme runs on multiple threads. 1 of threads wait info thread , processes it. used linkedblockingdeque implement it, such thread block until info available in queue.

however, server i'm running on has java se 5, version not have particular class. there alternatives this?

for requirements described can utilize linkedblockingqueue available in java 5

java

Comments

Popular posts from this blog

maven fortify plugin : Unable to load build session with ID XXXXX .. See log file for more details -

c# - Primavera WebServices does not return any data -

android - Display emoji panel with genymotion - keyboard/touch input? -