Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in collections

Difference between Collection and Container

Should I iterate a Java collection to get a subset, or should I convert it to array first then iterate to get it?

Why is there not a constructor for List<T> that takes a params argument?

c# collections params

How to intersect two different IEnumerable collections

Why is ForEach Method only on the List<T> collection? [duplicate]

c# .net collections

How to create collection from Iterable in java?

java collections guava

Why does Scala maintain the type of collection not return Iterable (as in .Net)?

scala collections

Any disadvantage to using arbitrary objects as Map keys in Java?

java collections maps

What is the correct .NET exception to throw when try to insert a duplicate object into a collection?

c# exception collections

What is the meant by 'thread safe' object?

Use of '? extends ' and '? super ' in Collection generics [duplicate]

java generics collections

Better to use a list of pairs, or two lists?

java collections interface

What is the best way to get min and max value from a list of Comparables that main contain null values?

java collections comparable

List<T> or LinkedList<T>

How to handle multiple nested Form Collections in Symfony 2.0?

Collection with index and hash access

How can I evenly distribute distinct keys in a hashtable?

Why does Hashtable use Entry<?,?> internally?

java generics collections