-
Enhancement
-
Resolution: Fixed
-
P5
-
None
-
b03
If a thread-safe implementation is not needed, it is recommended to use HashMap in place of Hashtable.
'ConditionalSpecialCasing.entryTable\ is a read-only Map which is modified only in static block. It means we can safely replace it with HashMap.
'ConditionalSpecialCasing.entryTable\ is a read-only Map which is modified only in static block. It means we can safely replace it with HashMap.