Search code examples
javatrove4j

Is there any ordered Map in gnu trove library?


I am using a LinkedHashMap<Double, String> in my program. But I need one with primitive data types. In trove we have map but it is not ordered? Any idea about ordered one?


Solution

  • There is not currently a LinkedHashMap-analogous implementation in Trove. A feature request exists here. Voting there would be useful if it's a feature you're still interested in.