d25f0f1bb3
* BAEL-2203 - Convert java.time.Instant to java.sql.Timestamp and vice-versa * BAEL-2203: Review edits * Removed ZoneId code * Converted class to JUnit Test * Update and rename ConvertInstantToTimestampTest.java to ConvertInstantToTimestampUnitTest.java * BAEL-2403: Immutable Map implementations in Java * BAEL-2403: Immutable Map implementations in Java - Changed file name |
||
---|---|---|
.. | ||
src | ||
README.md | ||
pom.xml |
README.md
=========
Java Collections Cookbooks and Examples
Relevant Articles:
- Guide to WeakHashMap in Java
- Guide to the Guava BiMap
- The Java HashMap Under the Hood
- A Guide to LinkedHashMap in Java
- A Guide to TreeMap in Java
- Iterate over a Map in Java
- Java TreeMap vs HashMap
- How to Store Duplicate Keys in a Map in Java?
- Initialize a HashMap in Java
- Get the Key for a Value from a Java Map
- Sort a HashMap in Java
- Finding the Highest Value in a Java Map
- Merging Two Maps with Java 8
- How to Check If a Key Exists in a Map