 |
Java > Open Source Codes > java > util > HashMap _ Java API By Example, From Geeks To Geeks.
24 * HashMap instance (the number of buckets) plus its size (the number 25 * of key-value mappings). Thus, it's very important not to set the initial 26 * capacity too high (or the load factor too low) if iteration performance is 27 * important. 28 * ...
kickjava.com |
 |