SyntaxFix
Write A Post
Hire A Developer
Questions
I used almost the same as @kmccoy, but instead of a keySet() I did this
keySet()
hashMap.values().toArray(new MyObject[0]);