eeb5e0892b | ||
---|---|---|
.. | ||
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
- How to Store Duplicate Keys in a Map in Java?
- Getting the Size of an Iterable in Java
- Iterating Backward Through a List
- How to Filter a Collection in Java
- Add Multiple Items to an Java ArrayList
- Remove the First Element from a List
- How to Convert List to Map in Java
- Initializing HashSet at the Time of Construction
- Removing the First Element of an Array
- Fail-Safe Iterator vs Fail-Fast Iterator
- Shuffling Collections In Java
- How to Find an Element in a List with Java
- An Introduction to Java.util.Hashtable Class
- Copy a List to Another List in Java
- Finding Max/Min of a List or Collection
- Java Null-Safe Streams from Collections
- Remove All Occurrences of a Specific Value from a List
- Thread Safe LIFO Data Structure Implementations
- Collections.emptyList() vs. New List Instance
- Initialize a HashMap in Java
- Differences Between Collection.clear() and Collection.removeAll()
- Performance of contains() in a HashSet vs ArrayList
- Get the Key for a Value from a Java Map
- Time Complexity of Java Collections
- Sort a HashMap in Java
- Finding the Highest Value in a Java Map
- Operating on and Removing an Item from Stream