public interface Prefixer<Key>
Modifier and Type | Method and Description |
---|---|
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 |
Copyright © 2009–2016 FuseSource, Corp.. All rights reserved.