2019-10-31 21:43:47 -04:00
|
|
|
=========
|
|
|
|
|
|
|
|
## Core Java Collections Cookbooks and Examples
|
|
|
|
|
|
|
|
### Relevant Articles:
|
2020-07-23 09:39:16 -04:00
|
|
|
|
2019-10-31 21:43:47 -04:00
|
|
|
- [Time Comparison of Arrays.sort(Object[]) and Arrays.sort(int[])](https://www.baeldung.com/arrays-sortobject-vs-sortint)
|
|
|
|
- [Java ArrayList vs Vector](https://www.baeldung.com/java-arraylist-vs-vector)
|
2022-12-05 06:06:12 -05:00
|
|
|
- [Differences Between HashMap and Hashtable in Java](https://www.baeldung.com/hashmap-hashtable-differences)
|
2019-10-31 21:43:47 -04:00
|
|
|
- [Differences Between Collection.clear() and Collection.removeAll()](https://www.baeldung.com/java-collection-clear-vs-removeall)
|
|
|
|
- [Performance of contains() in a HashSet vs ArrayList](https://www.baeldung.com/java-hashset-arraylist-contains-performance)
|
|
|
|
- [Fail-Safe Iterator vs Fail-Fast Iterator](https://www.baeldung.com/java-fail-safe-vs-fail-fast-iterator)
|
2020-06-07 10:52:25 -04:00
|
|
|
- [Quick Guide to the Java Stack](https://www.baeldung.com/java-stack)
|
2020-08-20 01:02:58 -04:00
|
|
|
- [A Guide to BitSet in Java](https://www.baeldung.com/java-bitset)
|
2020-10-02 01:05:41 -04:00
|
|
|
- [Get the First Key and Value From a HashMap](https://www.baeldung.com/java-hashmap-get-first-entry)
|
2020-10-27 22:32:02 -04:00
|
|
|
- [Performance of removeAll() in a HashSet](https://www.baeldung.com/java-hashset-removeall-performance)
|
2021-12-05 01:28:14 -05:00
|
|
|
- More articles: [[<-- prev]](/core-java-modules/core-java-collections-2) [[next -->]](/core-java-modules/core-java-collections-4)
|