| Joutsen::Collections::Generic::Map.Add(SCG.IEnumerable< ItemType > items) | Joutsen.Collections.Generic.Collection< SCG.KeyValuePair< KeyType, ValueType > > | |
| Joutsen::Collections::Generic::Map.Contains(ItemType item, SCG.IEqualityComparer< ItemType > comparer) | Joutsen.Collections.Generic.Collection< SCG.KeyValuePair< KeyType, ValueType > > | |
| ContainsKey(KeyType key) | Joutsen.Collections.Generic.Map< KeyType, ValueType > | |
| Joutsen::Collections::Generic::Map.Count | Joutsen.Collections.Generic.Map< KeyType, ValueType > | |
| Indexable< KeyType, ValueType >.Count | Joutsen.Collections.Generic.Indexable< KeyType, ValueType > | |
| Dictionary() | Joutsen.Collections.Generic.Dictionary< KeyType, ValueType > | |
| Dictionary(Mapping< KeyType, ValueType > map) | Joutsen.Collections.Generic.Dictionary< KeyType, ValueType > | |
| Dictionary(SCG.IEqualityComparer< KeyType > keyComparer) | Joutsen.Collections.Generic.Dictionary< KeyType, ValueType > | |
| Dictionary(int initialCapacity) | Joutsen.Collections.Generic.Dictionary< KeyType, ValueType > | |
| Dictionary(Map< KeyType, ValueType > map, SCG.IEqualityComparer< KeyType > keyComparer) | Joutsen.Collections.Generic.Dictionary< KeyType, ValueType > | |
| Dictionary(int initialCapacity, SCG.IEqualityComparer< KeyType > keyComparer) | Joutsen.Collections.Generic.Dictionary< KeyType, ValueType > | |
| GetValue(KeyType key, ValueType defaultValue) | Joutsen.Collections.Generic.Dictionary< KeyType, ValueType > | |
| Indexable< KeyType, ValueType >.IndexOf(ItemType item) | Joutsen.Collections.Generic.Indexable< KeyType, ValueType > | |
| Indexable< KeyType, ValueType >.IndexOf(ItemType item, IEqualityComparer< ItemType > comparer) | Joutsen.Collections.Generic.Indexable< KeyType, ValueType > | |
| this[IndexType index] | Joutsen.Collections.Generic.Indexable< KeyType, ValueType > | |
| this[KeyType key] | Joutsen.Collections.Generic.Map< KeyType, ValueType > | |
| ToString() | Joutsen.Collections.Generic.Dictionary< KeyType, ValueType > | |
| TryGetValue(KeyType key, out ValueType value) | Joutsen.Collections.Generic.Mapping< KeyType, ValueType > | |
| Update(SCG.IEnumerable< SCG.KeyValuePair< KeyType, ValueType > > newValues) | Joutsen.Collections.Generic.Dictionary< KeyType, ValueType > | |