cast a java object to an array 05-24-2014d1141
2014-08-29
cast a java object to an array 05-24-2014d1141
int current_intermediate_matrix[][] = (int[][])(distance_matrix_at_intermediate_level_k.get(intermediate_matrix_count));
String[] stringValues = (String[])values
0;