New posts in collections

Getting all data with highest value in MongoDB

linq question: querying nested collections

Array to Collection: Optimized code

ArrayList vs. Vectors in Java if thread safety isn't a concern

Can LINQ use binary search when the collection is ordered?

Is there a typescript List<> and/or Map<> class/library? [closed]

Publishing/subscribing multiple subsets of the same server collection

How to create Immutable List in java?

Compare Two Lists Via One Property Using LINQ

Difference between Hashtable and Collections.synchronizedMap(HashMap)

How does ConcurrentHashMap work internally?

Why are empty collections of different type equal?

Java collections maintaining insertion order

Getting object with max date property from list of objects Java 8

ArrayList vs LinkedList from memory allocation perspective

How to get a list of specific fields values from objects stored in a list?

Best way to get value from Collection by index

List, IList, IEnumerable, IQueryable, ICollection, which is most flexible return type?

SortedSet<T> vs HashSet<T>

Determine if collection is of type IEnumerable<T>