Hi All,

I beleive ConcurrenthashMap is optimized for multiple reader and single writer and it achieved it by locking portion of map defined by some constant like "ConcurrencyLevel" in...