Inheritance Hierarchy
NReco.CF.Taste.Impl.Common FastIDSet
Namespace: NReco.CF.Taste.Impl.Common
Assembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The FastIDSet type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FastIDSet | Initializes a new instance of the FastIDSet class | |
FastIDSet(Int32) | Initializes a new instance of the FastIDSet class | |
FastIDSet( Int64 ) | Initializes a new instance of the FastIDSet class | |
FastIDSet(Int32, Single) | Initializes a new instance of the FastIDSet class |
Methods
Name | Description | |
---|---|---|
Add | ||
AddAll( Int64 ) | ||
AddAll(FastIDSet) | ||
Clear | ||
Clone | ||
Contains | ||
Count | ||
Equals | (Overrides Object Equals(Object).) | |
GetEnumerator | ||
GetHashCode | (Overrides Object GetHashCode .) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IntersectionSize | ||
IsEmpty | ||
Rehash | ||
Remove | ||
RemoveAll( Int64 ) | ||
RemoveAll(FastIDSet) | ||
RetainAll | ||
ToArray | ||
ToString | (Overrides Object ToString .) |
See Also