9512a76998 | ||
---|---|---|
.. | ||
src | ||
README.md | ||
pom.xml |
README.md
=========
Core Java Collections Cookbooks and Examples
Relevant Articles:
- Immutable ArrayList in Java
- Converting between an Array and a List in Java
- Converting between an Array and a Set in Java
- Converting between a List and a Set in Java
- Convert a Map to an Array, List or Set in Java
- Guide to the Java ArrayList
- Random List Element
- Java - Combine Multiple Collections
- Guide to WeakHashMap in Java
- Guide to the Guava BiMap
- The Java HashMap Under the Hood
- A Guide to LinkedHashMap in Java
- A Guide to TreeMap in Java
- Removing all nulls from a List in Java
- Removing all duplicates from a List in Java
- Flattening Nested Collections in Java
- HashSet and TreeSet Comparison
- Iterate over a Map in Java
- Collect a Java Stream to an Immutable Collection
- Converting a List to String in Java
- Introduction to the Java ArrayDeque
- A Guide to HashSet in Java
- A Guide to TreeSet in Java
- Java TreeMap vs HashMap
- How to TDD a List Implementation in Java