| IndexTKey, TValue Class |
Namespace: Akka.Util
The IndexTKey, TValue type exposes the following members.
| Name | Description | |
|---|---|---|
| IndexTKey, TValue |
TBD
|
| Name | Description | |
|---|---|---|
| IsEmpty |
Returns true if the index is empty.
| |
| Item |
TBD
| |
| Keys |
Returns the key set.
| |
| Values |
Returns the union of all value sets.
|
| Name | Description | |
|---|---|---|
| Clear |
Removes all keys and values
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FindValue |
Find some TValue for the first matching value where the supplied
predicate returns true for the given key.
| |
| ForEach |
Applies the supplied fun to all keys and their values.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Put |
Associates the value of TValue with key of type TKey.
| |
| Remove(TKey) |
Disassociates all values for the specified key.
| |
| Remove(TKey, TValue) |
Disassociates the value of TValue from
the key of TKey.
| |
| RemoveValue |
Remove the given value from all keys.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| AsInstanceOfT |
TBD
(Defined by Extensions.) | |
| Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) | |
| MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |