DZone depends on you. Login and vote now.
By bloid
via garshol.priv.no
Published: Jul 07 2008 / 07:20
What's amazing is that the TreeMap is a red-black tree, so implementing the backwards walking takes just a few lines of code, but studying this a bit it becomes clear that the problem here is the design of the SortedMap interface, which just does not provide those operations. So why does it exist, then? I really can't say.
Add your comment