|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
public interface BDBCMP
Custom comparator is an interface which has a method to compare two keys of B+ tree records.
| Method Summary | |
|---|---|
int |
compare(byte[] a,
byte[] b)
Compare two keys of B+ tree records. |
| Method Detail |
|---|
int compare(byte[] a,
byte[] b)
a - one key.b - the other key.
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||