Package tokyocabinet

Interface Summary
BDBCMP Custom comparator is an interface which has a method to compare two keys of B+ tree records.
DBM Common interface of DBM.
 

Class Summary
BDB B+ tree database is a file containing a B+ tree and is handled with the B+ tree database API.
BDBCUR Cursor is a mechanism to access each record of B+ tree database in ascending or descending order.
FDB Fixed-length database is a file containing an array of fixed-length elements and is handled with the fixed-length database API.
HDB Hash database is a file containing a hash table and is handled with the hash database API.
Util Set of utility methods.