> Hi
> Can anyone help me by telling how to implement the
> genetics in HashMap in java.?
> Please be quick in action.
ok hold on a second.....
(clue: don't bother telling us, complete strangers, to hurry up and give you, someone we don't know, free help)
> Hi
> Can anyone help me by telling how to implement the
> genetics in HashMap in java.?
> Please be quick in action.
Here is 1.
public class HashMap implements Genetics
{
//normal stuff here
//....
/**
* fill this out
* @return the repitition of the chromosome set
*/
public int getPloidy()
{
return 0;
}
public void mitosis(Set chromosomeSet)
{
//fill this out
}
public void meiosis(Set chromosomeSet)
{
//fill this out
}
}