Click or drag to resize
Akka.NETIndexTKey, TValue Class
Inheritance Hierarchy
SystemObject
  Akka.UtilIndexTKey, TValue

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public class Index<TKey, TValue>
where TValue : Object, IComparable<TValue>

Type Parameters

TKey
TBD
TValue
TBD

The IndexTKey, TValue type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyIsEmpty
Returns true if the index is empty.
Public propertyItem
TBD
Public propertyKeys
Returns the key set.
Public propertyValues
Returns the union of all value sets.
Top
Methods
  NameDescription
Public methodClear
Removes all keys and values
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindValue
Find some TValue for the first matching value where the supplied predicate returns true for the given key.
Public methodForEach
Applies the supplied fun to all keys and their values.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPut
Associates the value of TValue with key of type TKey.
Public methodRemove(TKey)
Disassociates all values for the specified key.
Public methodRemove(TKey, TValue)
Disassociates the value of TValue from the key of TKey.
Public methodRemoveValue
Remove the given value from all keys.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also