Replace Hashtable with ConcurrentMap

Hashtable is an ancient class that should never be used in modern Java
code.  ConcurrentMap or a synchronizedMap() are the correct ways to
create a thread-safe Map structure.

Change-Id: Iaa50cde3112c1b9f5063df9fecac646d0eb707da
1 file changed