Genetics for HashMap

HiCan anyone help me by telling how to implement the genetics in HashMap in java.?Please be quick in action.
[129 byte] By [Noniea] at [2007-11-26 23:54:06]
# 1

> 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)

georgemca at 2007-7-11 15:35:49 > top of Java-index,Java Essentials,Java Programming...
# 2
I think genetics may require a slightly more powerful language than Java. Especially the HashMap.;-)
SomeoneElsea at 2007-7-11 15:35:49 > top of Java-index,Java Essentials,Java Programming...
# 3

> 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

}

}

filestreama at 2007-7-11 15:35:49 > top of Java-index,Java Essentials,Java Programming...
# 4
all i know is that bad hashmap genetics are where computer viruses come from.
TuringPesta at 2007-7-11 15:35:49 > top of Java-index,Java Essentials,Java Programming...
# 5
I knew they mapped the human genome, but which implementation of java.util.Map did they use? Hashtable?
DrLaszloJamfa at 2007-7-11 15:35:49 > top of Java-index,Java Essentials,Java Programming...
# 6
> Please be quick in action. http://forum.java.sun.com/forum.jspa?forumID=316
TuringPesta at 2007-7-11 15:35:49 > top of Java-index,Java Essentials,Java Programming...
# 7
Thanks for your response. but I am sorry, its not genetics its generics now my question is how to implement "Generics for Hashmap in java"Please guide me in the required direction.
Noniea at 2007-7-11 15:35:49 > top of Java-index,Java Essentials,Java Programming...