Results 1 to 3 of 3
Thread: Map and Set in java
- 11-30-2010, 08:58 AM #1
Member
- Join Date
- Oct 2010
- Posts
- 4
- Rep Power
- 0
- 11-30-2010, 09:04 AM #2
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,606
- Blog Entries
- 7
- Rep Power
- 17
A Map associates a key (of certain type) with a value (of cerain type). The keys in the Map have to be unique; the values can be anything. Given a key a Map finds the associated value (if any). You can also delete associations from a Map. Certain Maps keep their keys in a certain order when you walk through the Map. That's all there is to it.
kind regards,
JosWhen people rob a bank they get a penalty; when banks rob people they get a bonus.
- 11-30-2010, 09:18 AM #3
Member
- Join Date
- Oct 2010
- Posts
- 4
- Rep Power
- 0


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks