hi,
how would you store 4 values, a key and 3 integers in a hash map, is it possible to use if somethin like HashMap<String, Object>()?
if so how can i put an array like
int[][][]
into the Object slot?
thanks a lot,
Tom
how would you store 4 values, a key and 3 integers in a hash map, is it possible to use if somethin like HashMap<String, Object>()?
if so how can i put an array like
int[][][]
into the Object slot?
thanks a lot,
Tom
Comment