Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-06-2008, 04:23 PM
Administrator
 
Join Date: Dec 2006
Posts: 650
Rep Power: 10
JavaForums has disabled reputation
Default Example - HashMap
Map is an object that stores key/volume pairs. Given a key, you can find its value. Keys must be unique, but values may be duplicated. The HashMap class provides the primary implementation of the map interface. The HashMap class uses a hash table to implementation of the map interface. This allows the execution time of basic operations, such as get() and put() to be constant.
(more…)
Bookmark Post in Technorati
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hashmap to TXT and TXT to Hashmap elvinny Advanced Java 3 05-27-2008 06:51 PM
Soft HashMap Java Tip java.lang 0 04-12-2008 08:45 PM
HashMap and ComboBox banie AWT / Swing 2 03-25-2008 11:58 PM
Hashmap dirtycash New To Java 5 12-03-2007 02:58 AM
what is hashmap gabriel New To Java 5 08-03-2007 01:23 PM


All times are GMT +2. The time now is 11:16 PM.



VBulletin, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2009, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org