apps-android-wikipedia
apps-android-wikipedia copied to clipboard
Use ConcurrentHashMap.
It is recommended to use ConcurrentHashMap
over Hashtable
, and it removes the need to manually make the methods in DateUtil
synchronized.