This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Cattle Drive and the fly likes NaturalLanguageMultiply Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » This Site » Cattle Drive
Reply Bookmark "NaturalLanguageMultiply" Watch "NaturalLanguageMultiply" New topic
Author

NaturalLanguageMultiply

Manju Jain
Ranch Hand

Joined: Feb 08, 2001
Posts: 168
Assignment requirement:
Use one HashMap object that contains no more than 28 objects.
I am a little confused on this one.
I believed that in a HashMap entry, a key is a separate object and its value is a seperate object. Hence one key/value pair ought to be considered as two objects. That way my HashMap contains more than 28 objects. But I didn't get a nit on this one
though. Am I missing something here.
Cheers
Jytsika
Johannes de Jong
tumbleweed
Bartender

Joined: Jan 27, 2001
Posts: 5089
Not a bad counter nitpick youself Jytsika .
But they do mean "key + value" combination.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: NaturalLanguageMultiply
 
Similar Threads
HashSet internal working
null values in hash map
Hashtables in java might confuse the general hashtable understanding
Collection Details
Difference in HashMap and HashSet