<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-Hans-CN">
	<id>https://wiki.riguz.com/index.php?action=history&amp;feed=atom&amp;title=Java%3AHashMap_vs_HashTable</id>
	<title>Java:HashMap vs HashTable - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.riguz.com/index.php?action=history&amp;feed=atom&amp;title=Java%3AHashMap_vs_HashTable"/>
	<link rel="alternate" type="text/html" href="https://wiki.riguz.com/index.php?title=Java:HashMap_vs_HashTable&amp;action=history"/>
	<updated>2026-06-02T20:42:45Z</updated>
	<subtitle>本wiki上该页面的版本历史</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://wiki.riguz.com/index.php?title=Java:HashMap_vs_HashTable&amp;diff=1473&amp;oldid=prev</id>
		<title>imported&gt;Soleverlee：​以“*HashTable ** Unlike the new collection implementations, Hashtable is synchronized.  If a thread-safe implementation is not needed, it is recommended to use HashMap...”为内容创建页面</title>
		<link rel="alternate" type="text/html" href="https://wiki.riguz.com/index.php?title=Java:HashMap_vs_HashTable&amp;diff=1473&amp;oldid=prev"/>
		<updated>2016-04-14T11:49:00Z</updated>

		<summary type="html">&lt;p&gt;以“*HashTable ** Unlike the new collection implementations, Hashtable is synchronized.  If a thread-safe implementation is not needed, it is recommended to use HashMap...”为内容创建页面&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;*HashTable&lt;br /&gt;
** Unlike the new collection implementations, Hashtable is synchronized.  If a thread-safe implementation is not needed, it is recommended to use HashMap in place of Hashtable.  If a thread-safe highly-concurrent implementation is desired, then it is recommended to use java.util.concurrent.ConcurrentHashMap in place of Hashtable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Programe]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Soleverlee</name></author>
	</entry>
</feed>