How to do an array of hashmaps?
- by Joren
This is what I tried to do, but it gives me a warning:
HashMap<String, String>[] responseArray = new HashMap[games.size()];
"Type safety: The expression of type HashMap[] needs unchecked conversion to conform to HashMap[]"