BAEL-5350: Java - How to create new Entry (key, value) (#11817)

* BAEL-5350:
1. Added example usage of creating entries with Java itself
2. Added example usage of creating entries with Apache commons collecttions & Guava
3. Custom entry class and its usages

* BAEL-5350:
1. Created unit tests

* BAEL-5350:
1. simplifed assertion for java 9 entry creation

* BAEL-5350:
1. moved into core-java-collections-maps-4 module
2. updated custom entry class and its unit test
This commit is contained in:
Elmar Mammadov
2022-02-26 05:24:07 +01:00
committed by GitHub
parent f74400ee6e
commit e65fe9db25
6 changed files with 222 additions and 3 deletions
-1
View File
@@ -38,7 +38,6 @@
<module>core-java-collections-maps</module>
<module>core-java-collections-maps-2</module>
<module>core-java-collections-maps-3</module>
<module>core-java-collections-maps-4</module>
<module>core-java-concurrency-2</module>
<module>core-java-concurrency-advanced</module>
<module>core-java-concurrency-advanced-2</module>