I need to get a String[] out of a Set, but I don\'t know how to do it. The following fails:
String[]
Set
Map myMa
Guava style:
Set myset = myMap.keySet(); FluentIterable.from(mySet).toArray(String.class);
more info: https://google.github.io/guava/releases/19.0/api/docs/com/google/common/collect/FluentIterable.html