|
RedBlackTreeTKey, TValue Constructor (Boolean)
|
Constructs a new
RedBlackTreeT using the default
IComparerT for the key type
TKey.
Namespace:
Accord.Collections
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public RedBlackTree(
bool allowDuplicates
)
Public Sub New (
allowDuplicates As Boolean
)
Request Example
View SourceParameters
- allowDuplicates
- Type: SystemBoolean
Pass true to allow duplicate elements
in the tree; false otherwise.
See Also