ImmutableTreeSetTValue Class |
[Missing <summary> documentation for "T:Akka.Util.Internal.Collections.ImmutableTreeSet`1"]
Inheritance Hierarchy
Namespace: Akka.Util.Internal.CollectionsAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic class ImmutableTreeSet<TValue> : ImmutableAvlTreeBase<TValue, TValue>,
IImmutableSet<TValue>, IEnumerable<TValue>, IEnumerable
where TValue : Object, IComparable<TValue>
Public Class ImmutableTreeSet(Of TValue As {Object, IComparable(Of TValue)})
Inherits ImmutableAvlTreeBase(Of TValue, TValue)
Implements IImmutableSet(Of TValue), IEnumerable(Of TValue),
IEnumerable
generic<typename TValue>
where TValue : Object, IComparable<TValue>
public ref class ImmutableTreeSet : public ImmutableAvlTreeBase<TValue, TValue>,
IImmutableSet<TValue>, IEnumerable<TValue>, IEnumerable
type ImmutableTreeSet<'TValue when 'TValue : Object and IComparable<'TValue>> =
class
inherit ImmutableAvlTreeBase<'TValue, 'TValue>
interface IImmutableSet<'TValue>
interface IEnumerable<'TValue>
interface IEnumerable
end
Type Parameters
- TValue
[Missing <typeparam name="TValue"/> documentation for "T:Akka.Util.Internal.Collections.ImmutableTreeSet`1"]
The ImmutableTreeSetTValue type exposes the following members.
Methods
| Name | Description |
---|
 | Add | |
 | AddOrUpdate | |
 | Contains | (Inherited from ImmutableAvlTreeBaseTKey, TValue.) |
  | Create(IEnumerableTValue) | |
  | Create(TValue, TValue) | |
 | 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.) |
 | GetEnumerator | (Inherited from ImmutableAvlTreeBaseTKey, TValue.) |
 | GetHashCode | Serves as a hash function for a particular type. (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.) |
 | Remove(IEnumerableTValue) | |
 | Remove(TValue) | |
 | ToString | (Inherited from ImmutableAvlTreeBaseTKey, TValue.) |
 | TryAdd(TValue, ImmutableTreeSetTValue) | |
 | TryAdd(TKey, TValue, ImmutableAvlTreeBaseTKey, TValueNode, ImmutableAvlTreeBaseTKey, TValueAddOperation) | (Inherited from ImmutableAvlTreeBaseTKey, TValue.) |
 | TryGet | (Inherited from ImmutableAvlTreeBaseTKey, TValue.) |
 | TryRemove(TKey, ImmutableAvlTreeBaseTKey, TValueNode) | (Inherited from ImmutableAvlTreeBaseTKey, TValue.) |
 | TryRemove(TValue, ImmutableTreeSetTValue) | |
Top
Extension Methods
Fields
Properties
| Name | Description |
---|
 | AllKeysMaxToMin | (Inherited from ImmutableAvlTreeBaseTKey, TValue.) |
 | AllKeysMinToMax | (Inherited from ImmutableAvlTreeBaseTKey, TValue.) |
 | AllMaxToMin | (Inherited from ImmutableAvlTreeBaseTKey, TValue.) |
 | AllMinToMax | (Inherited from ImmutableAvlTreeBaseTKey, TValue.) |
 | AllValuesMaxToMin | (Inherited from ImmutableAvlTreeBaseTKey, TValue.) |
 | AllValuesMinToMax | (Inherited from ImmutableAvlTreeBaseTKey, TValue.) |
 | Count | (Inherited from ImmutableAvlTreeBaseTKey, TValue.) |
 | IsEmpty | (Inherited from ImmutableAvlTreeBaseTKey, TValue.) |
 | Item | (Inherited from ImmutableAvlTreeBaseTKey, TValue.) |
 | Root | (Inherited from ImmutableAvlTreeBaseTKey, TValue.) |
Top
See Also