11 Commits

Author SHA1 Message Date
ICKostiantyn.Ivanov
d5eaf1d6cc BAEL-7453 - Remove the linebreak in assertions 2024-01-19 10:30:10 +01:00
ICKostiantyn.Ivanov
d6f5abfe6a BAEL-7453 - Add access modifiers to methods and classes. Add Assertions class static import 2024-01-18 14:09:06 +01:00
ICKostiantyn.Ivanov
bd1239c699 BAEL-7453 - Fix modifiers and naming for test classes fields 2024-01-17 11:19:10 +01:00
ICKostiantyn.Ivanov
b1df562162 BAEL-7453 - Convert byte[] to Byte[] and Vice Versa in Java 2024-01-17 11:14:14 +01:00
MohamedHelmyKassab
5d6b5bf965 This commit is related to BAEL-7254 (#15299)
This commit aims to add a new test class "ByteToCharArrayUnitTest" that validates the conversion process of a Byte array into a Char array.
2023-11-26 19:52:14 -08:00
Azhwani
1f3252df75 BAEL-6714: Convert Char Array to Int Array in Java (#14875) 2023-10-09 09:57:03 +02:00
Tapan Avasthi
8aecf2fd3f BAEL-6831: Convert an int[] Array to HashSet in Java (#14525)
Co-authored-by: Tapan Avasthi <tavasthi@Tapans-MacBook-Air.local>
2023-08-05 08:44:19 -05:00
Dmytro Budym
6311a27f8c Add code examples for "Convert Java Array to Iterable" (#14144)
* Add code examples for "Convert Java Array to Iterable"

* fix formatting
2023-06-20 21:23:47 +05:30
Kai Yuan
226fa47606 [strArrayToIntArray] convert str array to int array (#13217) 2023-01-31 20:11:14 -06:00
lsieun
6d1cdbe9d7 BAEL-4522: Convert Byte Array to its Numeric Representation (#11267)
* Convert Byte Array to its Numeric Representation

* Remove Redundant Getter Method
2021-10-17 10:59:38 +05:30
dupirefr
dcd863f5d6 [JAVA-616] core-java-arrays-convert
* Creation

* Moved code from https://www.baeldung.com/java-convert-float-to-byte-array

* Moved code from https://www.baeldung.com/java-stream-to-array
2020-04-17 21:01:10 +02:00