New posts in collections

Java List Sorting: Is there a way to keep a list permantly sorted automatically like TreeMap?

Finding all objects that have a given property inside a collection [duplicate]

How to make a new list with a property of an object which is in another list

How can I get child value of this collection?

When is a ConcurrentSkipListSet useful?

Why is ReadOnlyObservableCollection.CollectionChanged not public?

Can I use collection initializers with a NameValueCollection?

assertAlmostEqual in Python unit-test for collections of floats

How can I have a collection of objects that differ by their associated type?

Count property vs Count() method?

How to check whether key or value exist in Map?

Can I use a collection initializer for Dictionary<TKey, TValue> entries?

Is there any way to enforce typing on NSArray, NSMutableArray, etc.?

Limit size of Queue<T> in .NET?

Java's Collections.shuffle is doing what?

VBA collection: list of keys

Determining whether an object is a member of a collection in VBA

How to shuffle an ArrayList [duplicate]

How do I sort a collection?

Is it possible in java make something like Comparator but for implementing custom equals() and hashCode()