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