I have a array which I convert to string to use it as key in an hashmap.
How is it possible to convert a string like this [5.0, -1.0, 2.0]
again to an array consisting of three double values?
PS: I'm kind of new to java but I couldnt find a solution here or via google.