Hi Linda,
thank you for the information, but I need to implement linked tree on
top of some well known and well designed DB, so I do not see any way of
using internal implementation...
Regards,
/Alexander.
Linda Lee wrote:
Quote:
Alexander,
I am not sure what the goal of your application is, but you may want to
note that Berkeley DB Java Edition implements a btree internally to
store data. Because of that, it is not usually necessary for the
application itself to implement a tree data structure on top of JE.
Regards,
Linda |