Privacy Policy Terms Of Use. Copyright © 2006-2010 Java Tutorials and Examples.
Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.
HashMap ()
Constructs empty HashMap with a default initial capacity 11 and load factor 0.75.
HashMap (int initialCapacity)
Constructs empty HashMap with the specified initial capacity and default load factor 0.75.
HashMap (int initialCapacity, float loadFactor)
Constructs empty HashMap with the specified initial capacity and the specified load factor.
HashMap (Map map)
Constructs a new HashMap with the mappings same as the passed Map.
<< HashMap Tutorial HashMap Methods >>

Post new comment