Click or drag to resize
Accord.NET (logo)

RedBlackTreeT Constructor

Overload List
  NameDescription
Public methodRedBlackTreeT
Constructs a new RedBlackTreeT using the default IComparerT for type T.
Public methodRedBlackTreeT(Boolean)
Constructs a new RedBlackTreeT using the default IComparerT for type T.
Public methodRedBlackTreeT(IComparerT)
Constructs a new RedBlackTreeT using the provided IComparerT implementation.
Public methodRedBlackTreeT(IComparerT, Boolean)
Constructs a new RedBlackTreeT using the provided IComparerT implementation.
Top
See Also