public abstract static class BTreeVisitor.PredicateVisitor<Key,Value> extends Object implements BTreeVisitor<Key,Value>, BTreeVisitor.Predicate<Key>
BTreeVisitor.AndVisitor<Key,Value>, BTreeVisitor.BetweenVisitor<Key extends Comparable<Key>,Value>, BTreeVisitor.GTEVisitor<Key extends Comparable<Key>,Value>, BTreeVisitor.GTVisitor<Key extends Comparable<Key>,Value>, BTreeVisitor.LTEVisitor<Key extends Comparable<Key>,Value>, BTreeVisitor.LTVisitor<Key extends Comparable<Key>,Value>, BTreeVisitor.OrVisitor<Key,Value>, BTreeVisitor.Predicate<Key>, BTreeVisitor.PredicateVisitor<Key,Value>
Constructor and Description |
---|
PredicateVisitor() |
Modifier and Type | Method and Description |
---|---|
protected void |
matched(Key key,
Value value) |
void |
visit(List<Key> keys,
List<Value> values)
The keys and values of a BTree leaf node.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isInterestedInKeysBetween
isInterestedInKey, isInterestedInKeysBetween
public PredicateVisitor()
Copyright © 2005–2018 The Apache Software Foundation. All rights reserved.