posted 19 years ago
Okay, I am getting the concept here, but I am having a brain fart or something and cannot think... could someone give me a simple example of code that would create a TreeMap, then add in a value for it. Then, if someone wanted to add another value for the same key, it would create a list for that key with all values in it (could be multiple linkedlists since there could possibly be one for each key). Thx.