Commit Graph

23 Commits

Author SHA1 Message Date
rcalago dede5abc97
Update README.md 2024-03-27 10:10:31 +08:00
Liam Williams bef52d4ac3
Merge pull request #16175 from sk1418/add-to-immutable-list
Add to immutable list
2024-03-26 13:28:25 +00:00
Kai.Yuan 0242528345 [add-to-immutable-list] replace list.copyof with collections.unmodifiableList 2024-03-20 17:20:04 +01:00
Kai.Yuan 356624bf22 [add-to-immutable-list] add elements to immutable list 2024-03-19 23:54:56 +01:00
Kai.Yuan e959114bc7 [add-to-immutable-list] wip 2024-03-17 17:27:57 +01:00
Bipin kumar 38c569055d
JAVA-32170: Changes made for Fix formatting of POMs - C_03 (#16105) 2024-03-15 23:43:53 +02:00
panos-kakos a39f20151d
[JAVA-30626] Clean up guava dependencies (#16098)
* [JAVA-30626] Clean up guava dependencies

* [JAVA-30626] Clean up guava dependencies

* [JAVA-30626] Clean up guava dependencies

* [JAVA-30626] Clean up guava dependencies

* [JAVA-30626] Clean up guava dependencies
2024-03-14 00:44:56 +01:00
rcalago 14efc97f6a
Update README.md 2024-03-09 06:16:31 +08:00
Kai.Yuan 2af9a69132 [modify-print-list] renaming lambda parameters, removing filter() 2024-02-28 10:47:00 +08:00
Kai.Yuan 0648a4f918 [modify-print-list] modify + print a list 2024-02-25 11:59:45 +08:00
rcalago f0b4ff81b3
Update README.md 2024-01-27 21:09:01 +08:00
Loredana Crusoveanu bcab98e9c1
Merge pull request #15686 from rcalago/master
Updated README.md
2024-01-22 12:10:27 +02:00
Kai Yuan 900ff584fe
[reset-listiterator] reset listiterator (#15645) 2024-01-20 09:59:41 -06:00
rcalago 4fcc885c25
Update README.md 2024-01-19 11:02:57 +08:00
rcalago 258db28a1e
Update README.md 2024-01-19 10:31:03 +08:00
rcalago 10fc9b0de2
Update README.md 2024-01-19 10:14:37 +08:00
Kai Yuan c41bd80850 [call-a-method-oneach] call a method on each element (#15540)
* [call-a-method-oneach] call a method on each element

* [call-a-method-oneach] fix typo
2024-01-09 19:01:27 -06:00
Eugene Kovko 6114e0534f BAEL-7408: Added braces (#15552) 2024-01-04 09:46:35 -08:00
Eugene Kovko 506c2cedc1 Bael 7408 (#15541)
* BAEL-7408: SinglyLinkedList Example

* BAEL-7408: Extract Node interface

* BAEL-7408: Setup for WrappedNode LinkedList

* BAEL-7408: Removed WrappedNode and cleaned the example

* BAEL-7408: Removed Node interface

* BAEL-7408: Additional test for removeLast
2024-01-03 19:17:12 -08:00
Rajat Garg 288178f87b [BAEL-7306] Add methods for sorting a list (#15462)
Co-authored-by: rajatgarg <rajatgarg@adobe.com>
2023-12-20 21:04:32 -08:00
Bipin kumar a44a7e4af1 JAVA-26001_A_C: Fix formatting of POMs for modules A to C (#14961) 2023-10-19 12:54:46 +03:00
edizor 8faea6ae13 Create README.md
[skip ci]
2023-09-30 00:33:33 +08:00
Kai Yuan ef3c6c0e0b [list-ic-contains] Check if a List Contains a String Element While Ignoring Case (#14826) 2023-09-26 20:08:30 -05:00