In this tutorial, we learn how to limit the number of entries in a HashMap.
Also find me here:
Baeldung Author
Mario Casari
Senior developer with a special passion for the Java world and related technologies. He worked on projects such as banking, e-health, navy messaging and pharmacovigilance systems. He also likes writing, both creative and technical.
Here's what I've written (so far):
Baeldung on Java
- All
- Java Numbers (1)
- Java Map (1)
Converting from float to BigDecimal in Java
Filed under Java Numbers
Learn how to convert from a Java IEEE 754 float to BigDecimal.