Posts by Matheus Zalamena • 3 points
1 post
-
0
votes1
answer115
viewsQ: Map vector in Java
I have a data structure work in which I need to create an array and implement the interface Map of Java and, inside it, I store the ordered maps. I’ve already created the vector, but now I don’t…