New posts in collections

Easy way to convert Iterable to Collection

How to convert int[] into List<Integer> in Java?

Retrieving a List from a java.util.stream.Stream in Java 8

HashSet vs. List performance

Creating a blocking Queue<T> in .NET?

C# Set collection?

Sorting an ArrayList of objects using a custom sorting order

Is there a short contains function for lists?

Why is there no SortedList in Java?

Get nth character of a string in Swift programming language

How do I remove an array item in TypeScript?

How to convert comma-separated String to List?

Does Java's `AbstractImmutableList` violate Liskov's Substitution Principle? [duplicate]

Why there is no ConcurrentHashSet against ConcurrentHashMap

Confused about documentation of Kotlin's associateWith map transformation extension function

How to convert Set to Array?

Ways to iterate over a list in Java

Java 8 Distinct by property

How to convert List<Integer> to int[] in Java? [duplicate]

Easiest way to convert a List to a Set in Java