On 04/01/2016 17:38, Naoto Sato wrote:
Although this is an implementation detail, but yes, it's guaranteed to be intern'ed.Naoto
Thanks.One other question on this is whether there are concurrency issues with the candidate list? I ask because candidateMap is a CHM but the map value (the candidate list) seems to be queried (via the size method) and updated in getCandidateLocale without any synchronization. Is this a concern?
-Alan