Hi,
Can you please tell me what I can use in C# as an equivalent to TreeBidiMap from Commons Collections in Java.
Thanks
|
|
Hi, Can you please tell me what I can use in C# as an equivalent to TreeBidiMap from Commons Collections in Java. Thanks
|
||||
|
|
|
None of this classes exist in .NET BCL per se, but I think those can be composed out of simpler primitives. Specifically, C5 Generic Collection Library provides an implementation of a red-black tree, and bidirectional map can be implemented on top of a standard |
||
|
|