Commit Graph

120 Commits

Author SHA1 Message Date
Sam Millington 44490a052f BAEL2526 queue interface code (#6115)
* BAEL2526 queue interface code

* renamed test class to end with 'UnitTest', removed camel case from package name
2019-01-09 19:06:47 +01:00
Eric Martin 1fdf586336
Merge pull request #5942 from MherBaghinyan/BAEL-2440
Bael 2440
2019-01-07 19:48:57 -06:00
Loredana Crusoveanu ceb41607f0
Update README.md 2019-01-05 11:13:39 +02:00
collaboratewithakash 35744e7044
backlink added 2019-01-04 18:04:15 +05:30
collaboratewithakash 6afe91c171
backlink added 2019-01-04 18:01:35 +05:30
mherbaghinyan 725076b8ee performance tests tune up 2019-01-02 22:18:53 +04:00
Loredana Crusoveanu e464591902
Update README.md 2019-01-02 14:39:01 +02:00
amit2103 eb4928b972 [BAEL-11403] - Moved articles out of core-java (part 4) 2018-12-30 16:30:36 +05:30
amit2103 d1fb8935e7 [BAEL-10836] - Removed CollectionsEmpty from core-java-collections module 2018-12-30 00:00:54 +05:30
Loredana Crusoveanu 9a2f8a87a4
Merge branch 'master' into BAEL-10836 2018-12-27 22:26:35 +02:00
mherbaghinyan 5dd6d52025 Vector class more tests 2018-12-27 12:48:51 +04:00
greg a5cf9e4343 BAEL-2438 Difference between HashMap and HashTable (#5931)
* BAEL-2368 convert string array to string

* BAEL-2368 Convert array to string code

* BAEL-2368 Change package

* Fix for test

* BAEL-2438 Difference between HashMap and HashTable
2018-12-26 21:46:39 -06:00
amit2103 bba9a99f32 [BAEL-10836] - Create core-java-collections-list module 2018-12-23 01:15:24 +05:30
cror 5e02becb5e BAEL-2445: adding example for the intersection of two lists (#5968) 2018-12-21 18:21:08 -08:00
mherbaghinyan 64b205a6ce Vector iterator 2018-12-21 12:19:09 +04:00
rahusriv 6acf513fdb Multidimentional ArrayList (#5795)
* Multidimentional ArrayList

* Adding code for 3-D ArrayList

* Removing comment

* Fixing indentation

* Spellcheck
2018-12-14 22:06:42 -06:00
mherbaghinyan c52862fdd4 Vector class JMH 2018-12-13 17:23:25 +04:00
mherbaghinyan dcc903eba1 Merge remote-tracking branch 'upstream/master' into BAEL-2440 2018-12-07 13:17:07 +04:00
collaboratewithakash d78915cdda Back-links added - Akash (#5846)
* Back-link formatting issue resolved

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added (please fix the formatting too)

* Back-link added

* Back-link added

* Back-link added

* back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added
2018-12-06 18:27:24 +01:00
mherbaghinyan a4d768763b Vector class example 2018-12-06 15:23:13 +04:00
Darío Carrasquel 5812866573 Ways to iterate over a list
Issue: BAEL-2311
2018-11-29 09:58:12 -07:00
charlesgonzales 31858afca7 Bi-monthly test failure - fix (BAEL-10330) (#5736)
* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.MD

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md
2018-11-22 05:49:54 +01:00
amit2103 99b8077bba [BAEL-10302] - Moved articles to core-java-collections 2018-11-16 16:06:20 +05:30
geroza 7249a2c88d 5 - Fifth commit to split core-java. This one includes:
* to core-java-lang:
  * https://www.baeldung.com/java-separate-double-into-integer-decimal-parts
  * https://www.baeldung.com/java-sneaky-throws
  * https://www.baeldung.com/java-inheritance-composition
* to core-java-array:
  * https://www.baeldung.com/java-array-copy
  * https://www.baeldung.com/java-initialize-array
  * https://www.baeldung.com/java-array-contains-value
  * https://www.baeldung.com/java-invert-array
  * https://www.baeldung.com/java-array-sum-average
  * https://www.baeldung.com/java-jagged-arrays
  * https://www.baeldung.com/java-util-arrays
  * https://www.baeldung.com/java-common-array-operations (from core-java-collections)
2018-11-10 11:13:04 -02:00
charlesgonzales 23143a0c17 Bi-monthly test fix - BAEL-10195 (#5626)
* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.MD
2018-11-08 21:23:23 +01:00
Ger Roza 81a7e1966e [BAEL-2235] | core-java | Common Array Operations in Java (#5599)
* * added all array operations and tests

* fixed details, adn added some more methods to java array operations examples

* * moved arrays operations package to core-java-collections submodule
2018-11-03 22:23:38 -07:00
bungrudi 947e8a3edc Guide to EnumMap
Issue: BAEL-2260
2018-11-02 09:14:27 -06:00
charlesgonzales fc13924962 Bi-monthly fix (BAEL-9663) (#5523)
* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.MD

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md
2018-10-23 01:57:41 -07: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
KevinGilmore 8caaf77556
BAEL-2200 and BAEL-2287 README updates (#5487)
* BAEL-1766: Update README

* BAEL-1853: add link to article

* BAEL-1801: add link to article

* Added links back to articles

* Add links back to articles

* BAEL-1795: Update README

* BAEL-1901 and BAEL-1555 add links back to article

* BAEL-2026 add link back to article

* BAEL-2029: add link back to article

* BAEL-1898: Add link back to article

* BAEL-2102 and BAEL-2131 Add links back to articles

* BAEL-2132 Add link back to article

* BAEL-1980: add link back to article

* BAEL-2200: Display auto-configuration report in Spring Boot

* BAEL-2253: Add link back to article

* BAEL-2200 BAEL-2287 Add links back to articles
2018-10-18 21:55:28 -05:00
José Carlos Valero Sánchez a470906e66
Merge pull request #5454 from danielguedesb/master
BAEL-2242
2018-10-17 20:10:16 +01:00
Tom Hombergs eeb5e0892b removed unnecessary Mockito and refactored test method name 2018-10-15 21:40:00 +02:00
elrisita 6b3803a683 BAEL-2242 2018-10-14 17:27:34 +01:00
Marcos Lopez Gonzalez 435af770b3 BAEL-2259 - Guide to EnumSet (#5423)
* EnumSet

* enumset operations

* formatting
2018-10-13 13:04:22 +02:00
Rokon Uddin Ahmed 3c35e25015 BAEL-9344 (#5435)
* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.MD

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md
2018-10-12 22:22:56 +02:00
Eugen Paraschiv 15b7eacd43 cleanup work 2018-10-12 10:21:35 +03:00
Alejandro Gervasio 53d22bebbc BAEL-2287 - An Introduction to Synchronized Java Collections (#5385)
* Initial Commit

* Add pom.xml

* Update pom.xml

* Update pom.xml

* Update SynchronizedSortedMapUnitTest.java
2018-10-09 22:20:23 -05:00
Eugen Paraschiv 1931f571d1 fixing test name 2018-10-09 22:21:36 +03:00
clininger ee1b2cb40b BAEL-2184 sorted test not include deep copy 2018-10-09 21:20:09 +07:00
clininger 3c0bd8e6e8 BAEL-2184 formatting 2018-10-09 04:08:07 +07:00
clininger 7d64241f16 BAEL-2184 test names 2018-10-09 04:07:47 +07:00
clininger 45da250fff BAEL-2184 Converting a Collection to ArrayList 2018-10-09 04:06:52 +07:00
Tom Hombergs 6d0dc2af7f
Merge pull request #5279 from eugenp/thombergs-patch-30
added link
2018-10-08 20:27:40 +02:00
puneetd30 bed849289c BAEL-2179 Java Map check if key exists (#5394)
Add Unit test
2018-10-06 01:13:10 -06:00
Eric Martin a1999542c1
Merge pull request #5377 from MherBaghinyan/BAEL-2244
Bael 2244
2018-10-05 18:29:26 -05:00
mherbaghinyan c79e648442 changes after review 2018-10-04 12:16:40 +04:00
Tom Hombergs 8300da678b
Merge branch 'master' into thombergs-patch-30 2018-10-02 20:40:07 +02:00
mherbaghinyan 1f1baf97e9 add one map to another 2018-10-02 11:42:11 +04:00
mherbaghinyan 7773f968da uncomment the methods 2018-10-01 16:38:10 +04:00
mherbaghinyan f0e93ad8fa StreamEx example 2018-10-01 15:20:32 +04:00