<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: HashMap Functions along with Time Complexity Chart</title><link>http://www.bing.com:80/search?q=HashMap+Functions+along+with+Time+Complexity+Chart</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>HashMap Functions along with Time Complexity Chart</title><link>http://www.bing.com:80/search?q=HashMap+Functions+along+with+Time+Complexity+Chart</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>What is a hash map in programming and where can it be used</title><link>https://stackoverflow.com/questions/2592043/what-is-a-hash-map-in-programming-and-where-can-it-be-used</link><description>Hashmap is used for storing data in key value pairs. We can use a hashmap for storing objects in a application and use it further in the same application for storing, updating, deleting values.</description><pubDate>Fri, 17 Apr 2026 05:28:00 GMT</pubDate></item><item><title>collections - What are the differences between a HashMap and a ...</title><link>https://stackoverflow.com/questions/40471/what-are-the-differences-between-a-hashmap-and-a-hashtable-in-java</link><description>What are the differences between a HashMap and a Hashtable in Java? Which is more efficient for non-threaded applications?</description><pubDate>Thu, 26 Mar 2026 10:40:00 GMT</pubDate></item><item><title>java - Iterate through a HashMap - Stack Overflow</title><link>https://stackoverflow.com/questions/1066589/iterate-through-a-hashmap</link><description>Since all maps in Java implement the Map interface, the following techniques will work for any map implementation (HashMap, TreeMap, LinkedHashMap, Hashtable, etc.) Method #1: Iterating over entries using a For-Each loop. This is the most common method and is preferable in most cases. It should be used if you need both map keys and values in ...</description><pubDate>Mon, 20 Apr 2026 00:31:00 GMT</pubDate></item><item><title>Difference between HashSet and HashMap? - Stack Overflow</title><link>https://stackoverflow.com/questions/2773824/difference-between-hashset-and-hashmap</link><description>Apart from the fact that HashSet does not allow duplicate values, what is the difference between HashMap and HashSet in their implementation? It's a little bit vague because both use hash tables to...</description><pubDate>Sun, 19 Apr 2026 01:51:00 GMT</pubDate></item><item><title>What is the difference between the HashMap and Map objects in Java?</title><link>https://stackoverflow.com/questions/1348199/what-is-the-difference-between-the-hashmap-and-map-objects-in-java</link><description>64 Map is an interface that HashMap implements. The difference is that in the second implementation your reference to the HashMap will only allow the use of functions defined in the Map interface, while the first will allow the use of any public functions in HashMap (which includes the Map interface).</description><pubDate>Wed, 15 Apr 2026 03:50:00 GMT</pubDate></item><item><title>Java, How to add values to Array List used as value in HashMap (a multimap)</title><link>https://stackoverflow.com/questions/7969286/java-how-to-add-values-to-array-list-used-as-value-in-hashmap-a-multimap</link><description>So key for this HashMap is couresID, and value is a ArrayList of all grades (exam attempts) this person has made. The problem is I know how to work with array lists and hashmaps normally, but I'm not sure how to even begin with this example. So how would I, or example, add something to ArrayList inside HashMap?</description><pubDate>Fri, 10 Apr 2026 22:18:00 GMT</pubDate></item><item><title>How to directly initialize a HashMap (in a literal way)?</title><link>https://stackoverflow.com/questions/6802483/how-to-directly-initialize-a-hashmap-in-a-literal-way</link><description>Map&lt;String, String&gt; myMap = new HashMap&lt;String, String&gt;() {{ put("a", "b"); put("c", "d"); }}; However, the anonymous subclass might introduce unwanted behavior in some cases. This includes for example: It generates an additional class which increases memory consumption, disk space consumption and startup-time In case of a non-static method: It holds a reference to the object the creating ...</description><pubDate>Sun, 19 Apr 2026 16:03:00 GMT</pubDate></item><item><title>Difference between HashMap, LinkedHashMap and TreeMap</title><link>https://stackoverflow.com/questions/2889777/difference-between-hashmap-linkedhashmap-and-treemap</link><description>What is the difference between HashMap, LinkedHashMap and TreeMap in Java? I don't see any difference in the output as all the three has keySet and values. Also, what are Hashtables? Map&amp;lt;String,</description><pubDate>Sun, 19 Apr 2026 04:57:00 GMT</pubDate></item><item><title>java - HashMap initialization parameters (load / initialcapacity ...</title><link>https://stackoverflow.com/questions/434989/hashmap-initialization-parameters-load-initialcapacity</link><description>What values should I pass to create an efficient HashMap / HashMap based structures for N items? In an ArrayList, the efficient number is N (N already assumes future grow). What should be the para...</description><pubDate>Sat, 18 Apr 2026 19:03:00 GMT</pubDate></item><item><title>What are hashtables and hashmaps and their typical use cases?</title><link>https://stackoverflow.com/questions/138273/what-are-hashtables-and-hashmaps-and-their-typical-use-cases</link><description>if you are talking in terms of Java, both are collections which allow objects addition, deletion and updation and use Hasing algorithms internally. The significant difference however, if we talk in reference to Java, is that hashtables are inherently synchronized and hence are thread safe while the hash maps are not thread safe collection. Apart from the synchronization, the internal mechanism ...</description><pubDate>Sun, 19 Apr 2026 17:28:00 GMT</pubDate></item></channel></rss>