Inheritance Hierarchy
NReco.CF.Taste.Impl.Common.FastByIDMap<V>
Namespace: NReco.CF.Taste.Impl.Common
Assembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Type Parameters
- V
[Missing <typeparam name="V"/> documentation for "T:NReco.CF.Taste.Impl.Common.FastByIDMap`1"]
The FastByIDMap<V> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FastByIDMap<V>() | Initializes a new instance of the FastByIDMap<V> class |
![]() | FastByIDMap<V>(Int32) | Initializes a new instance of the FastByIDMap<V> class |
![]() | FastByIDMap<V>(Int32, Int32) | Initializes a new instance of the FastByIDMap<V> class |
![]() | FastByIDMap<V>(Int32, Single) | Initializes a new instance of the FastByIDMap<V> class |
![]() | FastByIDMap<V>(Int32, Int32, Single) | Initializes a new instance of the FastByIDMap<V> class |
Methods
Name | Description | |
---|---|---|
![]() | Clear | |
![]() | ContainsKey | |
![]() | ContainsValue | |
![]() | Count | |
![]() | EntrySet | |
![]() | Equals | (Overrides Object.Equals(Object).) |
![]() | Get | |
![]() | GetHashCode | (Overrides Object.GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsEmpty | |
![]() | Put | |
![]() | Rehash | |
![]() | Remove | |
![]() | ToString | (Overrides Object.ToString().) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | NO_MAX_SIZE |
Properties
Name | Description | |
---|---|---|
![]() | Keys | |
![]() | Values |
See Also