Commit Graph

28 Commits

Author SHA1 Message Date
edizor
03b61f53be Update README.md
[skip ci]
2023-01-20 16:31:09 +08:00
edizor
4d547d5844 Update README.md
[skip ci]
2023-01-20 16:11:34 +08:00
edizor
ebcd7ec9f7 Merge branch 'eugenp:master' into master 2023-01-20 16:10:28 +08:00
Bhaskar Ghosh Dastidar
21241c62bf [JAVA-5730] convert list of objects to list of strings (#13166)
* [JAVA-5730] convert list of objects to list of strings

* [JAVA-5730] added new unit tests with null and non-null lists. modified pom.xml with java version to 16

* [JAVA-5730] simplified User class and formatted the codebase

* [JAVA-5730] added module in jdk-9 and above profile

* [JAVA-5730] removed arraylist module from other profiles of core-java pom

* [JAVA-5730] java util opened for reflection surefire plugin

Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com>
2023-01-18 19:53:05 -07:00
edizor
367e6c8dbe Update README.md
[skip ci]
2023-01-19 07:30:26 +08:00
Kai Yuan
95943d475d [store-triple-in-list] Storing Data Triple in a List in Java (#13295)
* [store-triple-in-list] Storing Data Triple in a List in Java

* [store-triple-in-list] method name "give..."->"given..."
2023-01-17 17:15:26 -06:00
Kai Yuan
e03524a6c4 [List-CaseInsenContains] Case-Insensitive Searching in ArrayList (#13280) 2023-01-13 20:34:54 -06:00
Azhwani
b4a8754f44 BAEL-5931: Default Capacity of ArrayList (#13110) 2022-12-02 18:50:50 +01:00
Krzysiek
6a2f78d4ab JAVA-8709: Extract commons-collections4.version property to the main pom.xml 2021-11-26 13:17:01 +01:00
Krzysiek
b978d68efb JAVA-8436: Remove AssertJ depenendency from the child modules - part 4 2021-11-18 14:03:13 +01:00
freelansam
160b977f61 JAVA-7433: Fix references to parents (#11275) 2021-10-05 01:08:39 +05:30
sampadawagde
1ca10a7a99 JAVA-5223: Fix formatting of POMs (Part 3) 2021-05-06 19:53:35 +05:30
johnA1331
812d49c790 Update README.md 2020-11-25 14:44:18 +08:00
Vishal Akkalkote
bd3f54e638 BAEL-4600 | Add examples to demonstrate the difference between Array … (#10211)
* BAEL-4600 | Add examples to demonstrate the difference between Array Size vs ArrayList Capacity

* BAEL-4600 | Refactor | Remove ArrayCreator and ArrayListCreator
2020-11-20 00:26:15 +00:00
François Dupire
da21b60f9a [JAVA-1657] Junit and Maven Surefire Plugin upgrade in core-java-modules (#9301)
* [JAVA-1657] core-java-modules JUnit and Maven Surefire Plugin upgrade

* [JAVA-1657] Changed sub modules parents to core-java-modules and core-java-modules to parent-java

* [JAVA-1657] Upgraded JUnit Jupiter version

* [JAVA-1657] Get JUnit 4 dependency transitively
2020-05-25 19:45:48 +05:30
amit.pandey
04c9af4965 pom formatting 2020-03-15 18:22:24 +05:30
kwoyke
db70d23f39 BAEL-3476: Add Java 9 example to Immutable ArrayList in Java (#8636) 2020-01-31 21:55:19 +01:00
Krzysztof Woyke
eb6c4c008b BAEL-20927: Migrate core-java-collections-array-list to com.baeldung package 2020-01-16 13:30:52 +01:00
catalin-burcea
2f7e94bc92 [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
Josh Cummings
bcd9ad0898 Merge pull request #8022 from dkapil/task/BAEL-17684_bc
BAEL-17684 Cleanup pom properties
2019-10-15 19:02:24 -06:00
Dhawal Kapil
a950bd82a2 BAEL-17684 Cleanup pom properties 2019-10-14 20:31:04 +05:30
Loredana
885df8d48d add github links to articles 2019-10-12 22:28:00 +03:00
Sam Millington
f7e63a836b Add README descriptions 29 (#7923)
* Add README descriptions 29

* Fixed collections-list links
2019-10-04 08:49:29 +03:00
David Calap
784fb624c1 break added to avoid unnecessary loop iterations. Get rid of for since a loop is not needed for removeIf method 2019-09-02 14:02:25 +02:00
David Calap
0f0908bc18 Identation fixed applying https://github.com/eugenp/tutorials/blob/master/eclipse/formatter.xml 2019-09-02 10:25:22 +02:00
David Calap
db772047f4 BAEL-3142 Removing an element from an ArrayList 2019-09-01 20:30:58 +02:00
Loredana
4e12f7b87b update guava list to string type 2019-07-17 20:17:26 +03:00
amit2103
9c25ef8814 [BAEL-12898] - Splitted the core-java-collections-list module 2019-05-19 01:20:24 +05:30