Joutsen v0.5.0+12-g5dd5f7e
Classes
Joutsen.Collections.Generic.Compatibility Namespace Reference

Classes and utilities that bring generic collections from the Joutsen framework together with the generic collections from the .NET framework. More...

Classes

class  CollectionAdapter
 An adapter class to use an IList as a List. More...
 
class  ComparerAdapter
 An adapter class to connect an IEnumerable with an Enumerable. More...
 
class  EqualityComparerAdapter
 A class that makes it possible to use the non-generic System.Collections.IEqualityComparer where a generic EqualityComparer is required. More...
 
class  ICollectionExtensions
 A class containing extension methods for System.Collections.Generic.ICollection. More...
 
class  IDictionaryExtensions
 A static class containing extensions for classes that implement the System.Collections.Generic.IDictionary interface. More...
 
class  IListExtensions
 A class containing extension methods for System.Collections.Generic.IList´1. More...
 
class  ListableAdapter
 An adapter class to use a list as a readonly list. More...
 
class  ListAdapter
 An adapter class to use an IList as a List. More...
 
class  MapAdapter
 An adapter class to use an IDictionary as a Map. More...
 
class  SetAdapter
 An adapter class to use an ISet as a Set. More...
 

Detailed Description

Classes and utilities that bring generic collections from the Joutsen framework together with the generic collections from the .NET framework.