Commit Graph

17 Commits

Author SHA1 Message Date
kwoyke
cdb3b1f951 BAEL-4572: Add List#copyOf and Set#copyOf (#9903)
* BAEL-4572: Move Converting Between a List and a Set in Java to core-java-10

* BAEL-4572: Add Java10 examples
2020-08-21 14:33:39 +02:00
kwoyke
20c14c75b8 BAEL-4543: Use the prefered toArray() approach (#9869) 2020-08-14 17:36:57 +02:00
kwoyke
8062004a55 BAEL-4493: Use the prefered Set.toArray() approach (#9837) 2020-08-08 22:41:01 +02:00
kwoyke
c8275a9a34 BAEL-4492: Use the prefered List.toArray() approach (#9831) 2020-08-06 21:23:59 +02:00
amit.pandey
6334cd6daa updated java comment 2020-05-16 15:24:23 +05:30
mrsoto
c1c90f7aa8 Cleanup and function references 2019-12-14 22:03:27 -03:00
kwoyke
4d552daac0 BAEL-3440: Remove unnecessary sorting (#8336) 2019-12-13 09:57:24 +01:00
catalin-burcea
c43f5a542e Split or move java-collections-conversions module 2019-10-22 16:53:16 +03:00
DOHA
d6b33e11e2 change package to com.baeldung 2019-07-07 14:14:48 +03:00
eric-martin
3ea52a86f9 BAEL-3022: Renamed package to com.baeldung.convert.iteratortolist 2019-06-25 21:01:28 -05:00
Balaji Sivakumar
c253f224bc BAEL-3022 - Converting Iterator to List (#7109)
* BAEL-3022 - Converting Iterator to List

* BAEL-3022 - Converting Iterator to List.
Removed Service Class and moved logic to Junit class

* BAEL-3022 - Converting Iterator to List
Code Formatting.
2019-06-18 23:43:19 -05:00
DOHA
be171f7f59 iterable to collection 2019-06-13 21:38:53 +03:00
Rodrigo Graciano
3cea8b6df1 BAEL-2936 2019-06-03 23:34:33 -04:00
Rodrigo Graciano
e4e4a2bfa7 BAEL-2936 2019-05-27 13:22:51 -04:00
Loredana Crusoveanu
bac59e78bf Update FooUnitTest.java 2019-04-21 23:39:19 +03:00
greg
5ba5b60536 BAEL-2368 convert array to string and back (#5689)
* BAEL-2368 convert string array to string

* BAEL-2368 Convert array to string code

* BAEL-2368 Change package

* Fix for test
2018-11-26 17:08:42 -08:00
amit2103
71793cef7f [BAEL-9550] - Moved articles and codes from core-java-collections module to java-collections-convversions and java-collections-maps module 2018-10-20 00:37:31 +05:30