FastByIDMap V  ClassNReco.Recommender Class Library
Inheritance Hierarchy

System Object
  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

[SerializableAttribute]
public sealed class FastByIDMap<V>
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

  NameDescription
Public methodFastByIDMap V  
Initializes a new instance of the FastByIDMap V  class
Public methodFastByIDMap V (Int32)
Initializes a new instance of the FastByIDMap V  class
Public methodFastByIDMap V (Int32, Int32)
Initializes a new instance of the FastByIDMap V  class
Public methodFastByIDMap V (Int32, Single)
Initializes a new instance of the FastByIDMap V  class
Public methodFastByIDMap V (Int32, Int32, Single)
Initializes a new instance of the FastByIDMap V  class
Top
Methods

  NameDescription
Public methodClear
Public methodContainsKey
Public methodContainsValue
Public methodCount
Public methodEntrySet
Public methodEquals (Overrides Object Equals(Object).)
Public methodGet
Public methodGetHashCode (Overrides Object GetHashCode .)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsEmpty
Public methodPut
Public methodRehash
Public methodRemove
Public methodToString (Overrides Object ToString .)
Top
Fields

  NameDescription
Public fieldStatic memberNO_MAX_SIZE
Top
Properties

  NameDescription
Public propertyKeys
Public propertyValues
Top
See Also