Click here to Skip to main content
15,896,348 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to create (java tree map) in C#?
Posted
Updated 23-May-10 6:30am
v3

1 solution

What you're looking for is a Dictionary (although I don't think sorting is one of its built-in capabilities). You could, however achieve essentially the same thing but creating an object derived from a List (which does have the sorting, but not the built-in key/value management).

EDIT FROM JSOP ================================

Nobody here is going to write code for you. Get off your lazy ass and be a programmer.
 
Share this answer
 
v3
Comments
promarkoo 22-May-10 6:09am    
im trying to make Inverted index
and i have its java code
but i want it in c#
but i dont know how to do tree map
Christian Graus 23-May-10 9:17am    
Java and C# are so similar that if you can't convert your code, you probably also wouldn't know how to use it when you're done.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900