Re: HASHSET store to berkeley.db -
01-26-2006
, 10:53 AM
Hi,
If you are asking about the Java HashSet class, and you wish to store
individual elements of a set as records in a database, then the answer
is yes, this is possible with Berkeley DB. You can store Java Maps and
Sets using the Berkeley DB Collections API. Please see:
http://sleepycat.com/docs/collection...ial/index.html
I hope this helps,
Mark |