25 Commits

Author SHA1 Message Date
amit2103
4f18b712f9 [] - Moved artices / codes from from the core-java related modules 2018-09-02 01:37:11 +05:30
Siben Nayak
ae287cb55f [BAEL-2032] Operate on an item in a Stream then remove it (#5086)
* [BAEL-2032] Operate on an item in a Stream then remove it

* [BAEL-2032] Refactored unit test

* [BAEL-2032] Added a new test for filter and used logger

* Stored the predicate in a separate variable
2018-08-27 13:07:35 +01:00
Tom Hombergs
3d3dfd7970
Merge pull request #4760 from MajewskiKrzysztof/master
BAEL-1912
2018-08-19 16:41:59 +02:00
Kevin Wittek
ba7efbcc43 Example for removing first element of array (BAEL-2029) (#4970)
* Example for removing first element of array (BAEL-2029)

* Use AssertJ assertions

* Move array test to collections module.

* Remove redundant test
2018-08-18 19:34:47 -05:00
Siben Nayak
a966b54d42 [BAEL-2032] Operate on an item in a Stream then remove it (#4955)
* [BAEL-2032] Operate on an item in a Stream then remove it

* [BAEL-2032] Refactored unit test

* [BAEL-2032] Added a new test for filter and used logger
2018-08-15 09:49:00 +01:00
Krzysztof Majewski
2a3c5b8eac BAEL-2056 (#4945) 2018-08-10 13:55:58 +02:00
Krzysztof Majewski
9ea9b7ae72 BAEL-2056 2018-08-10 10:05:51 +02:00
Felipe Santiago Corro
ee52998f6b Collection to Stream without nulls in core-java-collections (#4903) 2018-08-05 19:33:27 +02:00
Karthikeyan Subbaraj
3b0fef0266 Unit tests method names and class names modified as per the guidelines 2018-08-02 21:46:00 +01:00
Karthikeyan Subbaraj
9bc5b950f6 Unit tests and DequeBasedSynchronizedStack added up 2018-08-02 21:46:00 +01:00
fanatixan
cc4ab484cc moved examples for 'removing all occurrences of an element from a list' to core-java-collections (#4878) 2018-08-02 08:59:55 +02:00
Felipe Santiago Corro
748c94f231 Add items to list in core-java-collections (#4841) 2018-07-29 06:38:51 +02:00
Dhrubajyoti Bhattacharjee
7ff4d2ea4c BAEL-1983 Intialize a HashMap in Java (#4819) 2018-07-28 20:44:05 +02:00
geroza
81027b7fbd * minor fixes and cleaning duties 2018-07-26 20:52:18 +01:00
geroza
5b489423d8 * added examples of filtering collections using Streams, Apache CollectionUtils, Guava and Eclipse Collections 2018-07-26 20:52:18 +01:00
myluckagain
4ee81a2fd9 BAEL-2030 remove first element from list (#4803) 2018-07-26 08:12:23 +02:00
Predrag Maric
717bd1d48d
BAEL-2018 Moved to core-java-collections (#4796) 2018-07-23 09:02:10 +02:00
micropatel
dbe99c2951 BEAL-1985 - Removed Java 9 Example (#4734)
* Added Class for Initalizing HahsSet

* Updated Class name

* Delete InitializingSetTest.java

* Modified HashSet Initilization Example

* Removed Java 9 Example

* Update HashSetInitalizingUnitTest.java

* Update HashSetInitalizingUnitTest.java

* Update HashSetInitalizingUnitTest.java

* Update HashSetInitalizingUnitTest.java
2018-07-20 07:39:42 +02:00
micropatel
61e6d9a3cd BAEL-1985: Added Examples showing how to Initialize HashSet when it's constructed (#4715)
* Added Class for Initalizing HahsSet

* Updated Class name

* Delete InitializingSetTest.java
2018-07-15 22:03:25 +02:00
Siben Nayak
92340e9ca5 [BAEL-1847] Iterate Backwards through a List (#4540)
* [BAEL-1847] Iterate Backwards through a List

* [BAEL-1847] Updated unit tests
2018-07-01 12:41:31 +02:00
Amit Pandey
dfcc0cab05 Bael 6556 2 (#4365)
* Added parent module on poms that have no parent defined

* Removed dependency reduced pom from undertow module

* [BAEL-6556] - Next set of testcase renamed
2018-05-29 22:14:19 +02:00
Siben Nayak
fa77261c42 [BAEL-1775] Getting size of Iterable in Java 2018-05-21 19:22:01 +05:30
Andrea Ligios
e725c023df BAEL-1698 (latest) (#4138)
* Also needed

* BAEL-1698

* BAEL-1698
2018-04-30 00:17:26 +02:00
Andrea Ligios
94e0755cee BAEL-1698 (#4134)
* Also needed

* BAEL-1698
2018-04-29 21:20:32 +02:00
amit2103
cfd98d2fe3 [Bael 6056] - Move collection-related logic from core-java to core-java-collections (#4114)
* Added parent module on poms that have no parent defined

* Removed dependency reduced pom from undertow module

* [BAEL-6056] - Move collection-related logic from core-java to core-java-collections

* [BAEL-6056] - Move collection-related logic from core-java to core-java-collections

* [BAEL-6056] - Move collection-related logic from core-java to core-java-collections

* [BAEL-6056] - Move collection-related logic from core-java to core-java-collections
2018-04-29 08:38:59 +02:00