Posts by Estêvão Anderle • 35 points
2 posts
-
-2
votes1
answer31
viewsQ: Question about using Hashmap
I have a question about the use of Hashmap of Java. On this occasion, I have a class with the attribute Hashmap custo. In this class, I need to create a builder and in this builder, I need to…
-
2
votes0
answers231
viewsQ: Conversion from array to two-dimensional array using parameter
I have a question regarding the conversion of vectors (array) to two-dimensional vectors. I need to read a string and separate the columns when a blank is found. I did this using the method split()…