FastIDSet ClassNReco.Recommender Class Library
Inheritance Hierarchy

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

public sealed class FastIDSet : ICloneable, 
	IEnumerable<long>, IEnumerable

The FastIDSet type exposes the following members.

Constructors

  NameDescription
Public methodFastIDSet 
Initializes a new instance of the FastIDSet class
Public methodFastIDSet(Int32)
Initializes a new instance of the FastIDSet class
Public methodFastIDSet( Int64 )
Initializes a new instance of the FastIDSet class
Public methodFastIDSet(Int32, Single)
Initializes a new instance of the FastIDSet class
Top
Methods

  NameDescription
Public methodAdd
Public methodAddAll( Int64 )
Public methodAddAll(FastIDSet)
Public methodClear
Public methodClone
Public methodContains
Public methodCount
Public methodEquals (Overrides Object Equals(Object).)
Public methodGetEnumerator
Public methodGetHashCode (Overrides Object GetHashCode .)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIntersectionSize
Public methodIsEmpty
Public methodRehash
Public methodRemove
Public methodRemoveAll( Int64 )
Public methodRemoveAll(FastIDSet)
Public methodRetainAll
Public methodToArray
Public methodToString (Overrides Object ToString .)
Top
See Also