JavaRanch » Java Forums »
Java »
Beginning Java
| Author |
TreeMap question#1
|
Anthony Alexander
Greenhorn
Joined: Feb 16, 2006
Posts: 15
|
|
How come when I have an array of TreeMaps and I try to view some values, I only see the last entry? other part of code segment: I apologise, N is defined in main program as 10 and there are already items in WeightData array treemap at this point.
|
 |
Keith Lynn
Ranch Hand
Joined: Feb 07, 2005
Posts: 2341
|
|
|
Can you show all of the code?
|
 |
Anthony Alexander
Greenhorn
Joined: Feb 16, 2006
Posts: 15
|
|
OK Here goes. It is a information retrieval program. You will need ten text files (words.txt-words10.txt) to run it. It is still in progress so it may be hard to follow.
|
 |
 |
|
|
subject: TreeMap question#1
|
|
|
|