public static class BTreeVisitor.LTEVisitor<Key extends java.lang.Comparable<Key>,Value> extends BTreeVisitor.PredicateVisitor<Key,Value>
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.LTEVisitor(Key value) |
Modifier and Type | Method and Description |
---|---|
boolean |
isInterestedInKey(Key key) |
boolean |
isInterestedInKeysBetween(Key first,
Key second)
Do you want to visit the range of BTree entries between the first and and second key?
|
java.lang.String |
toString() |
matched, visit
public BTreeVisitor.LTEVisitor(Key value)
public boolean isInterestedInKeysBetween(Key first, Key second)
BTreeVisitor
first
- if null indicates the range of values before the second key.second
- if null indicates the range of values after the first key.public boolean isInterestedInKey(Key key)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2005-2012. All Rights Reserved.