SortedValueMap<K, V>
class in Coherence.Entities
Type Parameters
KV
Constructors
| SortedValueMap(IComparer<V>) | |
| SortedValueMap(IComparer<V>, IDictionary<K, V>) | |
| SortedValueMap(IComparer<V>, int) |
Properties
| Count | |
| IsReadOnly | |
| this[K] | |
| Keys | |
| SortedValues |
Methods
| Add(KeyValuePair<K, V>) | |
| Add(K, V) | |
| Clear() | |
| Contains(KeyValuePair<K, V>) | |
| ContainsKey(K) | |
| CopyTo(KeyValuePair<K, V>[], int) | |
| GetEnumerator() | Get enumerator for unsorted KeyValuePair's |
| Remove(KeyValuePair<K, V>) | |
| Remove(K) | |
| TryGetValue(K, out V) |