2023-04-21 16:35:42 -04:00
|
|
|
|
## Java 集合(Collections)相关文章和实例
|
2023-04-21 16:15:44 -04:00
|
|
|
|
|
2023-04-21 16:35:42 -04:00
|
|
|
|
本模块中的内容包含有 Java 集合(Collections)转换相关的方法。
|
2023-04-21 16:15:44 -04:00
|
|
|
|
|
2023-04-21 16:35:42 -04:00
|
|
|
|
### 相关文章
|
2023-04-21 16:15:44 -04:00
|
|
|
|
- [Converting between an Array and a List in Java](https://www.baeldung.com/convert-array-to-list-and-list-to-array)
|
|
|
|
|
|
- [Converting Between an Array and a Set in Java](https://www.baeldung.com/convert-array-to-set-and-set-to-array)
|
2023-04-21 16:35:42 -04:00
|
|
|
|
- [Java 把 Map 的值(Value)转换为 Array, List 或 Set](https://www.ossez.com/t/java-map-value-array-list-set/14388)
|
2023-04-21 16:15:44 -04:00
|
|
|
|
- [Converting a List to String in Java](https://www.baeldung.com/java-list-to-string)
|
|
|
|
|
|
- [How to Convert List to Map in Java](https://www.baeldung.com/java-list-to-map)
|
|
|
|
|
|
- [Converting a Collection to ArrayList in Java](https://www.baeldung.com/java-convert-collection-arraylist)
|
|
|
|
|
|
- [Java 8 Collectors toMap](https://www.baeldung.com/java-collectors-tomap)
|
|
|
|
|
|
- [Converting Iterable to Collection in Java](https://www.baeldung.com/java-iterable-to-collection)
|
|
|
|
|
|
- [Converting Iterator to List](https://www.baeldung.com/java-convert-iterator-to-list)
|
|
|
|
|
|
- More articles: [[next -->]](../core-java-collections-conversions-2)
|