Results 1 to 4 of 4
Thread: Hashmap questions
- 01-22-2012, 08:37 PM #1
-
Re: Hashmap questions
There's already much written on this that can easily be gleaned from the internet which makes me ask:
What are your answers based on what you've read and what are your specific points of confusion?
What's the underlying reason for these questions?Last edited by Fubarable; 01-22-2012 at 08:47 PM.
- 01-22-2012, 08:46 PM #3
-
Re: Hashmap questions
You use them if you want a collection where you want to access an object (the value) based another object (the key). For instance if you want to get a test score (the value) that is tied to a Student (the key). HashMaps are usually very quick and efficient at retrieving things.
To use them correctly you'd read the API and check out tutorials. Otherwise that's a very vague and broad question.
Similar Threads
-
Help with HashMap
By d0nmin0 in forum Advanced JavaReplies: 8Last Post: 08-15-2011, 01:25 AM -
final HashMap hm=new HashMap();
By sangramkeshari.jena in forum New To JavaReplies: 4Last Post: 07-21-2011, 09:44 PM -
hashmap questions =P
By santa in forum New To JavaReplies: 3Last Post: 05-31-2011, 01:06 PM -
Hashmap to TXT and TXT to Hashmap
By elvinny in forum Advanced JavaReplies: 4Last Post: 02-16-2011, 11:12 PM -
How to create a new HashMap from a HashMap entries of other methods
By pandeyalok in forum Advanced JavaReplies: 7Last Post: 12-08-2009, 07:17 PM


1Likes
LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks