Home
News
Feed
search engine
by
freefind
advanced
cast a java object to an array 05-24-2014d1141
2014-08-29
cast a java object to an array 05-24-2014d1141 -example 1 int current_intermediate_matrix[][] = (int[][])(distance_matrix_at_intermediate_level_k.get(intermediate_matrix_count)); -example 2 String[] stringValues = (String[])values[0]; --http://stackoverflow.com/questions/1611735/java-casting-object-to-array-type
azim58wiki: