Commit Graph

6 Commits

Author SHA1 Message Date
Kai Yuan
8f586a0007 Java Hashmap with different value types (#11495)
* Java Hashmap with different value types

* some fixes according to review comments

* convert liveTest -> unitTest

* convert liveTest -> unitTest
2021-11-30 18:17:36 -06:00
anmoldeep0123
610174bb31 BAEL-4494 | .toArray(new MyClass[0]) or .toArray(new MyClass[myList.size()])? (#10903)
* 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>
2021-06-24 06:36:23 +02:00
Kent@lhind.hp.g5
ce8e9d2b98 deque vs. stack article 2021-02-23 12:16:32 +01:00
Daniel Strmecki
b2b659c2c7 BAEL-4717: Refactor examples 2020-11-17 11:00:56 +01:00
Daniel Strmecki
9dd0aaf61b BAEL-4717: Added HashMap and LinkedList examples 2020-11-16 16:02:18 +01:00
Daniel Strmecki
bd8aa6a8a4 BAEL-4717: Added ArrayList examples 2020-11-15 11:47:08 +01:00