Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in collections

How to tell whether a collection exists in MongoDB using Mongoid?

collections mongodb mongoid

Iterating in JSF, rendering plain HTML <div> elements using for each loop

.net collections memory optimization - will this method work?

When a value is added via Map.put(K, V), must the same instance be returned via Map.get(K)?

java collections map semantics

Restrict type in a Collection inside a class module

vba collections types

How to add an item to an ISet<T>?

c# collections

Backbone filtering

Selecting Item of Dictionary by Index # using VBA in Excel

vba collections dictionary

Iterating over large collections in C#: Taking very long

c# wpf collections iteration

Java -> Scala, performances on collections

java scala collections

Collections.sort() issue in java7

sorting collections java-7

No error with this collection declared with generics?

java collections

Convert object[][] to ArrayList<Object[]>

What is the easiest way to seeing if there are any matches across a few DateTime arrays?

c# linq datetime collections

Unable to cast Generic List to Custom List type

Idiom for pairwise iteration through a sorted collection

java collections

Java Library to query Collections/Objects

java collections

Use iterable on Collection<? super T>

How to get the min/max in a list by using a lambda or function to get a comparison value from the item?

Ruby equivalent of Java's Collections.unmodifiableList and Collections.unmodifiableMap