public static interface BTreeVisitor.Predicate<Key>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isInterestedInKey(Key key) |
boolean |
isInterestedInKeysBetween(Key first,
Key second) |
Copyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.