Key
- public interface Predicate<Key>
Modifier and Type | Method and Description |
---|---|
boolean |
isInterestedInKey(Key key,
Comparator comparator) |
boolean |
isInterestedInKeysBetween(Key first,
Key second,
Comparator comparator) |
boolean isInterestedInKeysBetween(Key first, Key second, Comparator comparator)
first
- the first key in the range or null if unknownsecond
- the last key in the range or null if unknowncomparator
- the Comparator configured for the index, may be null.boolean isInterestedInKey(Key key, Comparator comparator)
key
- comparator
- the Comparator configured for the index, may be null.Copyright © 2009–2016 FuseSource, Corp.. All rights reserved.