2020-11-08 05:15:42 -05:00
|
|
|
|
=========
|
|
|
|
|
|
|
|
|
|
## Core Java Collections Cookbooks and Examples
|
|
|
|
|
|
|
|
|
|
### Relevant Articles:
|
|
|
|
|
|
2020-12-16 04:21:52 -05:00
|
|
|
|
- [ArrayList vs. LinkedList vs. HashMap in Java](https://www.baeldung.com/java-arraylist-vs-linkedlist-vs-hashmap)
|
2021-03-03 07:43:31 -05:00
|
|
|
|
- [Java Deque vs. Stack](https://www.baeldung.com/java-deque-vs-stack)
|
2021-07-01 17:39:01 -04:00
|
|
|
|
- [Collection.toArray(new T[0]) or .toArray(new T[size])](https://www.baeldung.com/java-collection-toarray-methods)
|
2022-06-02 02:38:36 -04:00
|
|
|
|
- [Sorting Objects in a List by Date](https://www.baeldung.com/java-sort-list-by-date)
|
2022-09-17 00:20:45 -04:00
|
|
|
|
- [Fixed Size Queue Implementations in Java](https://www.baeldung.com/java-fixed-size-queue)
|
2022-10-15 23:25:16 -04:00
|
|
|
|
- [Difference Between Java Enumeration and Iterator](https://www.baeldung.com/java-enumeration-vs-iterator)
|
2022-11-25 02:22:31 -05:00
|
|
|
|
- [Sort Collection of Objects by Multiple Fields in Java](https://www.baeldung.com/java-sort-collection-multiple-fields)
|
2022-12-08 02:38:32 -05:00
|
|
|
|
- [Guide to Java PriorityQueue](https://www.baeldung.com/java-priorityqueue)
|
2022-12-08 02:43:38 -05:00
|
|
|
|
- [Java Generics PECS – Producer Extends Consumer Super](https://www.baeldung.com/java-generics-pecs)
|
2022-12-15 03:11:58 -05:00
|
|
|
|
- [Reversing a Stack in Java](https://www.baeldung.com/java-reversing-a-stack)
|
2023-01-13 09:37:27 -05:00
|
|
|
|
- More articles: [[<-- prev]](/core-java-modules/core-java-collections-3)
|