public abstract static class BTreeVisitor.PredicateVisitor<Key,Value> extends java.lang.Object implements BTreeVisitor<Key,Value>, BTreeVisitor.Predicate<Key>
BTreeVisitor.AndVisitor<Key,Value>, BTreeVisitor.BetweenVisitor<Key extends java.lang.Comparable<Key>,Value>, BTreeVisitor.GTEVisitor<Key extends java.lang.Comparable<Key>,Value>, BTreeVisitor.GTVisitor<Key extends java.lang.Comparable<Key>,Value>, BTreeVisitor.LTEVisitor<Key extends java.lang.Comparable<Key>,Value>, BTreeVisitor.LTVisitor<Key extends java.lang.Comparable<Key>,Value>, BTreeVisitor.OrVisitor<Key,Value>, BTreeVisitor.Predicate<Key>, BTreeVisitor.PredicateVisitor<Key,Value>
Constructor and Description |
---|
BTreeVisitor.PredicateVisitor() |
Modifier and Type | Method and Description |
---|---|
protected void |
matched(Key key,
Value value) |
void |
visit(java.util.List<Key> keys,
java.util.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 BTreeVisitor.PredicateVisitor()
Copyright © 2005-2017. All Rights Reserved.