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