Commit Graph

13 Commits

Author SHA1 Message Date
Alexandru Borza
662056bf57 BAEL-6146 - Initialize an ArrayList with All Zeroes or Null in Java (#13368)
* initialize arraylist with null or zeros

* configure pom parent

* move code

* delete module
2023-01-29 14:51:12 -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
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
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
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
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