org.apache.kahadb.index
Class BTreeVisitor.LTVisitor<Key extends Comparable<Key>,Value>
java.lang.Object
org.apache.kahadb.index.BTreeVisitor.PredicateVisitor<Key,Value>
org.apache.kahadb.index.BTreeVisitor.LTVisitor<Key,Value>
- All Implemented Interfaces:
- BTreeVisitor<Key,Value>, BTreeVisitor.Predicate<Key>
- Enclosing interface:
- BTreeVisitor<Key,Value>
public static class BTreeVisitor.LTVisitor<Key extends Comparable<Key>,Value>
- extends BTreeVisitor.PredicateVisitor<Key,Value>
Nested classes/interfaces inherited from interface org.apache.kahadb.index.BTreeVisitor |
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> |
BTreeVisitor.LTVisitor
public BTreeVisitor.LTVisitor(Key value)
isInterestedInKeysBetween
public boolean isInterestedInKeysBetween(Key first,
Key second)
- Description copied from interface:
BTreeVisitor
- Do you want to visit the range of BTree entries between the first and and second key?
- Parameters:
first
- if null indicates the range of values before the second key.second
- if null indicates the range of values after the first key.
- Returns:
- true if you want to visit the values between the first and second key.
isInterestedInKey
public boolean isInterestedInKey(Key key)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.