We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b02ed4a commit 005bc61Copy full SHA for 005bc61
src/main/java/org/apache/commons/beanutils/WeakFastHashMap.java
@@ -58,6 +58,8 @@
58
* <a href="http://www.cs.umd.edu/~pugh/java/memoryModel/DoubleCheckedLocking.html">
59
* Double-Checked Locking Idiom Is Broken Declaration</a>.</p>
60
*
61
+ * @param <K> the type of keys maintained by this map
62
+ * @param <V> the type of mapped values
63
* @since Commons Collections 1.0
64
*/
65
class WeakFastHashMap<K, V> extends HashMap<K, V> {
0 commit comments