2020-04-10 15:08:02 -04:00
|
|
|
## Core Java Arrays - Conversions
|
|
|
|
|
|
|
|
This module contains articles about arrays conversion in Java
|
|
|
|
|
|
|
|
## Relevant Articles
|
|
|
|
- [Convert a Float to a Byte Array in Java](https://www.baeldung.com/java-convert-float-to-byte-array)
|
|
|
|
- [Converting Between Stream and Array in Java](https://www.baeldung.com/java-stream-to-array)
|
2021-10-21 10:04:21 -04:00
|
|
|
- [Convert a Byte Array to a Numeric Representation in Java](https://www.baeldung.com/java-byte-array-to-number)
|
2023-01-11 02:05:55 -05:00
|
|
|
- [Converting a String Array Into an int Array in Java](https://www.baeldung.com/java-convert-string-array-to-int-array)
|
2023-07-01 04:59:56 -04:00
|
|
|
- [Convert Java Array to Iterable](https://www.baeldung.com/java-array-convert-to-iterable)
|
2023-08-09 08:50:47 -04:00
|
|
|
- [Converting an int[] to HashSet in Java](https://www.baeldung.com/java-converting-int-array-to-hashset)
|
2023-08-18 20:48:05 -04:00
|
|
|
- [Convert an ArrayList of String to a String Array in Java](https://www.baeldung.com/java-convert-string-arraylist-array)
|
2023-10-11 17:26:40 -04:00
|
|
|
- [Convert Char Array to Int Array in Java](https://www.baeldung.com/java-convert-char-int-array)
|
2023-12-07 08:54:34 -05:00
|
|
|
- [How to Convert Byte Array to Char Array](https://www.baeldung.com/java-convert-byte-array-char)
|
2024-01-27 08:17:44 -05:00
|
|
|
- [Convert byte[] to Byte[] and Vice Versa in Java](https://www.baeldung.com/java-byte-array-wrapper-primitive-type-convert)
|