[jboss-dev-forums] [Design of JBossCache] - Re: JBCACHE-166 - TreeSet/Map, LinkedHashMap

jason.greene@jboss.com do-not-reply at jboss.com
Tue Aug 5 21:58:53 EDT 2008


Also, to emulate TreeMap I would need some methods, that are probably best on other interfaces


  | interface SortedData {
  |      getSortedMap();
  | }
  | 
  | interface SortedChildren {
  |      subChildMap(Object from, Object to);
  |      tailChildMap(Object from);
  | }
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168870#4168870

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4168870



More information about the jboss-dev-forums mailing list