I have simply used BlockingQueue<Map.Entry<K,V>>
in the past. But recently, I came across this Blocking Map for Java. Haven’t used it myself, though.
I have simply used BlockingQueue<Map.Entry<K,V>>
in the past. But recently, I came across this Blocking Map for Java. Haven’t used it myself, though.