Interface BTreeVisitor.Predicate<Key>
-
- All Known Implementing Classes:
BTreeVisitor.AndVisitor,BTreeVisitor.BetweenVisitor,BTreeVisitor.GTEVisitor,BTreeVisitor.GTVisitor,BTreeVisitor.LTEVisitor,BTreeVisitor.LTVisitor,BTreeVisitor.OrVisitor,BTreeVisitor.PredicateVisitor
- Enclosing interface:
- BTreeVisitor<Key,Value>
public static interface BTreeVisitor.Predicate<Key>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisInterestedInKey(Key key)booleanisInterestedInKeysBetween(Key first, Key second)
-