Click or drag to resize
Accord.NET (logo)

RedBlackTreeTKey, TValue Constructor

Overload List
  NameDescription
Public methodRedBlackTreeTKey, TValue
Constructs a new RedBlackTreeT using the default IComparerT for the key type TKey.
Public methodRedBlackTreeTKey, TValue(Boolean)
Constructs a new RedBlackTreeT using the default IComparerT for the key type TKey.
Public methodRedBlackTreeTKey, TValue(IComparerKeyValuePairTKey, TValue)
Constructs a new RedBlackTreeT using the provided IComparerT implementation.
Public methodRedBlackTreeTKey, TValue(IComparerKeyValuePairTKey, TValue, Boolean)
Constructs a new RedBlackTreeT using the provided IComparerT implementation.
Top
See Also