HashMap<Integer, int[]> test= new HashMap<Integer, int[]>(); How can i define the int array???
in
Programming Questions
•
1 month ago
hi
does somebody have an ideia of how to do this:
//.-----------------------------------------------------------------------------------------------------------------------------------
HashMap<Integer, int[]> test= new HashMap<Integer, int[]>();
test.put(5,???????);
//something like: test.put(5,append(int,2));
//.-----------------------------------------------------------------------------------------------------------------------------------
plz try to understand this
this is reallly important to mee!!!!
ty for your help
:D
1