New posts in collections

Why should the interface for a Java class be preferred?

Any Method which does the function opposite to that of retain all?

Iterate through string array in Java

When should I accept a parameter of Iterable<T> vs. Collection<T> in Java?

java.lang.IndexOutOfBoundsException: Source does not fit in dest

List of unique objects containing unique sub-objects

Java: How to convert String[] to List or Set [duplicate]

What is the fastest Java collection with the basic functionality of a Queue?

Fastest way to search in a string collection

Given that HashMaps in jdk1.6 and above cause problems with multi=threading, how should I fix my code

delete inside a document - mongoDB

Is it faster to add to a collection then sort it, or add to a sorted collection?

What is the purpose of collections.ChainMap?

Why does exist WeakHashMap, but absent WeakSet?

Add multiple items to already initialized arraylist in java

FIFO based Queue implementations?

maintaining TreeSet sort as object changes value

Collections.synchronizedList and synchronized

why HashMap Values are not cast in List?

Collectors.toMap() keyMapper -- more succinct expression?