|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface BTreeIndex.Prefixer<Key>
Interface used to determine the simple prefix of two keys.
| Method Summary | |
|---|---|
Key |
getSimplePrefix(Key value1,
Key value2)
This methods should return shortest prefix of value2 where the following still holds: value1 <= prefix <= value2. When this method is called, the following is guaranteed: value1 < value2 |
| Method Detail |
|---|
Key getSimplePrefix(Key value1,
Key value2)
value1 - value2 -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||