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