CiprianBodnarescu opened a new pull request #734: URL: https://github.com/apache/commons-lang/pull/734
Use the HashSet collection for using the **contains()** method on the given Locale object. The change improves the time complexity of this method from O(n) for ArrayList to O(1) for HashSet -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
