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

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -