Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in collections

Is there a List<T> like dynamic array that allows access to the internal array data in .NET?

c# arrays collections

Is there an IDictionary implementation that keeps the keys in the order they were added ? (NOT sorted order)

.net collections dictionary

Collection was modified exception while enumerating in new subcollection

c# linq exception collections

What are good resources for learning about generics? [closed]

c# generics collections

C++ How to store collection of templates objects regardless of tempate

c++ templates collections

How can you return a Collection<ConcreteType> as a Collection<Interface>?

Does Collections.sort respect the index among the tied inputted elements? (Sorting Stability)

How to make sure a collection only contains one of each of the implementations of an interface

java collections instanceof

checking for null in Hashtable get() operation

java collections

Why there is requirement of Thread safe collection?

How to create list filled with methods in Java and iterate over it (using methods)

java collections iterator

How can I return a multidimensional array as a collection of parameters for a JUnit test?

Is there a more concise way to do this in Java 8 - Map manipulation

java lambda collections

Clojure: search/replace values in a dynamic nested map/seq

collections clojure

Check if an array exists in a HashSet<int[]>

Storing more than 1 data item at a single index in a linked-list?

can't convert hashset to treeset with object collection

Is there a JavaScript style Collection in Java

javascript java collections

Filter a wpf collectionviewsource in VB?

Kotlin for Scala List.combinations() and/or Set.subset()?

scala kotlin collections