Class BTreeVisitor.LTVisitor<Key extends Comparable<Key>,Value>
java.lang.Object
org.apache.activemq.store.kahadb.disk.index.BTreeVisitor.PredicateVisitor<Key,Value>
org.apache.activemq.store.kahadb.disk.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 Class Summary
Nested classes/interfaces inherited from interface org.apache.activemq.store.kahadb.disk.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> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisInterestedInKey(Key key) booleanisInterestedInKeysBetween(Key first, Key second) Do you want to visit the range of BTree entries between the first and and second key?toString()Methods inherited from class org.apache.activemq.store.kahadb.disk.index.BTreeVisitor.PredicateVisitor
matched, visit
-
Constructor Details
-
LTVisitor
-
-
Method Details
-
isInterestedInKeysBetween
Description copied from interface:BTreeVisitorDo 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
-
toString
-