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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...