SortedMap map = treeMap.headMap(toKey, true).descendingMap();


これを、java5で同じviewを取得するように書き換えたいんだがどうしたものか。

うむむ。。