8 lines
440 B
Markdown
Raw Normal View History

2022-10-16 11:00:58 +08:00
## Relevant articles
- [Using Streams to Collect Into a TreeSet](https://www.baeldung.com/java-stream-collect-into-treeset)
2022-11-02 21:17:34 +08:00
- [A Guide to LinkedHashSet in Java](https://www.baeldung.com/java-linkedhashset)
- [Sorting a HashSet in Java](https://www.baeldung.com/java-sort-hashset)
2023-08-09 20:17:48 +08:00
- [How to Get First Item From a Java Set](https://www.baeldung.com/first-item-set)
- More articles: [[<-- prev]](/core-java-modules/core-java-collections-set)