Holen Sie sich HashMap in Array
Object[] objectArray = hashMap.entrySet().toArray();
Ugly Unicorn
Object[] objectArray = hashMap.entrySet().toArray();