~Alexis MinlutexJun 12, 2012, 7:09 AM135 PostsRe: Generic treepmap sortingHi, if you google "treemap descending" this is the first result you get: http://docs.oracle.com/javase/6/docs/api/java/util/TreeMap.html "keySet: The set's iterator returns the keys in ascending order" "descendingKeySet: The set's iterator returns the keys in descending order" - Panu