Queue
-
Core Java
Changing delay, and hence the order, in a DelayQueue
So I was looking at building a simple object cache that expires the objects after a given time. The obvious…
Read More » -
Core Java
Using Delayed queues in practice
Often there are use cases when you have some kind of work or job queue and there is a need…
Read More » -
Core Java
Java Best Practices – Queue battle and the Linked ConcurrentHashMap
Continuing our series of articles concerning proposed practices while working with the Java programming language, we are going to perform…
Read More »