HashMap declarations
in
Programming Questions
•
1 year ago
Could someone please post how to make any of the following? I don't know if any of the moderators here have any influence over what gets put into reference or learning but this would be really helpful I think. It doesn't seem like Processing covers HashMaps much farther than these:
and the suggested reference from Processing's HashMap reference:
1. A HashMap of arrays. By this I mean that every key in the HashMap has an array as its value.
2. A HashMap of ArrayLists. Same idea as above.
3. A HashMap of HashMaps that each store an array. Same idea as above although it would be nice to also have how to correctly declare the type. For example <String, ???<???>>
1