I wrote a code called "x" to just extract some information... (content:x,y,z coordinates)
There is already another class called "y" in that there is a method called "k"... i should call this method in the code "x"...
I tried all the possible ways... but it didnot work... the problem is in "y" the coordinates are stored in the form of hashmap. and in "x" the coordinates are stored in the form of treemap.
Now is it possible to do something and call that method in this or not... or should i rewrite the entire code??
I am just a beginner in java (biologist) and I dont knw how to do it...
There is already another class called "y" in that there is a method called "k"... i should call this method in the code "x"...
I tried all the possible ways... but it didnot work... the problem is in "y" the coordinates are stored in the form of hashmap. and in "x" the coordinates are stored in the form of treemap.
Now is it possible to do something and call that method in this or not... or should i rewrite the entire code??
I am just a beginner in java (biologist) and I dont knw how to do it...
Comment