* [JAVA-16961] Moved code for article "Create an Empty Map in Java"
* [JAVA-16961] Alter README.md
* [JAVA-16961] Moved code for article "Sorting a Hashset in Java"
* [JAVA-16961] Added links to README.md files
* [JAVA-16961] Revert link changes
* [JAVA-16961] Replaced junit4 with junit5 annotations
* [JAVA-16961] test build
* [JAVA-16961] Added junit annotations
* [JAVA-16961] Added links
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
* BAEL-5927: Sorting a HashSet in Java
* BAEL-5927: Sorting a HashSet in Java (Refacto)
* BAEL-5927: Sorting a HashSet in Java (Refacto)
* BAEL-5927: Sorting a HashSet in Java (Refacto)
* added Enumertion and Iterator code example
* formatted the code
* formatted the code
* move code examples to other modules
* corrected the pkg name
* corrected the pkg name
* fixed compile time issue
Co-authored-by: Amit Kumatr <amit.kumar@fyndna.com>
* BAEL-5751 test commit for checkin builds
* BAEL-5751 compiled with java 8
* BAEL-5751 small update
* BAEL-5751 added the core code
* BAEL-5751 moved code to a different module
* BAEL-5751 using assertArrayEquals
* BAEL-5751 new line at the end of file
* BAEL-5751 test commit for checkin builds
* BAEL-5751 compiled with java 8
* BAEL-5751 small update
* BAEL-5751 added the core code
* BAEL-5751 moved code to a different module
* BAEL-5699
First draft of the article example
* BAEL-5699
Removed unused class FifoFixedSizeQueueRemoveOldestInOffer.java
Removed unused UnitTest for the removed class
Added some tests to check count attribute
* [BAEL-5438] Added Criteria Queries for Employee
* [BAEL-5558] Sorting By Date in Java
* BAEL-5558: Added and refactored tests name
* [BAEL-5558] Refactored the code.
* [BAEL-5558] Resolved PMD violation.
* [BAEL-5558] Indented with 4 spaces
* Refactored the Employee class
Co-authored-by: Mayank Agarwal <mayankaggarwal@zeta.tech>
* [BAEL-5438] Added Criteria Queries for Employee
* [BAEL-5558] Sorting By Date in Java
* BAEL-5558: Added and refactored tests name
* [BAEL-5558] Refactored the code.
* [BAEL-5558] Resolved PMD violation.
Co-authored-by: Mayank Agarwal <mayankaggarwal@zeta.tech>
* BAEL-4220 | A Guide to IllegalAccessError and when it happens
* BAEL-4220 | A Guide to IllegalAccessError and when it happens | fix tests
* BAEL-4220 | A Guide to IllegalAccessError and when it happens | fix tests
* BAEL-4220 | A Guide to IllegalAccessError and when it happens | BDD test names
* BAEL-4494 | .toArray(new MyClass[0]) or .toArray(new MyClass[myList.size()])?
* BAEL-4494 | .toArray(new MyClass[0]) or .toArray(new MyClass[myList.size()])?
Co-authored-by: root <anmoldeep0123@gmail.com>