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?
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.