This is standard w/ Java 6. http://java.sun.com/javase/6/docs/api/java/util/NavigableMap.html
On Oct 20, 11:16 am, Stuart Sierra <[email protected]> wrote: > On Oct 20, 3:15 am, Volkan YAZICI <[email protected]> wrote: > > > I think what you are after is an interval tree[1] data structure. You > > might find a suitable Java library or implement yours easily. > > > Regards. > > > [1]http://en.wikipedia.org/wiki/Interval_tree > > Yes, I think an interval tree is what you are looking for here. > > -SS --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
