Concurrency in Java – Hashes, hashes of lists, ConcurrentHashMap, CopyOnWriteArrayList and Guava
This post is mainly about using hash and hash-like structures in a multi threaded app. You might want to consider reading about Callable and other approaches too. First thing you should know ab...