Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in collections

What collection to store a tree structure?

c# collections tree

Merged ObservableCollection

STL + Ordered set + without duplicates

Should I use put() or putIfAbsent() after using getOrDefault()?

How to replace a value conditionally in a Collection, such as replaceIf(Predicate<T>)?

linq remove item from object array where property equals value

c# linq collections

Should I declare/Initialize ArrayLists as Lists, ArrayLists, or ArrayLists of <Cat>

HashSet vs. ArrayList

How to cast a list of inheriting objects to a collection of objects in Java?

java generics collections

Neat way to write loop that has special logic for the first item in a collection

c# collections

How do I remove entries within a Counter object with a loop without invoking a RuntimeError?

Maps (collection) that maintains insertion Order in java

java android collections

Java TreeSet: remove and contains() not working

java collections set

Check if collection is empty or not

c# asp.net-mvc collections

Why no immutable double linked list in Scala collections?

Generic method arguments - Java

Inheriting List<T> to implement collections a bad idea?

c# list collections

Using a Hashtable to store only keys? [duplicate]

c# collections dictionary

Which is faster, the List<T>.Remove(T) or List<T>.RemoveAt(int) method?

.net generics collections

What's the role of IEnumerable<T> and why should I use it?

c# collections ienumerable